[04:22:27.778] time ./configure \ [04:22:27.778] --cache gcc.cache \ [04:22:27.778] --enable-dtrace \ [04:22:27.778] ${LINUX_CONFIGURE_FEATURES} \ [04:22:27.778] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [04:22:27.989] configure: creating cache gcc.cache [04:22:28.005] checking build system type... x86_64-pc-linux-gnu [04:22:28.116] checking host system type... x86_64-pc-linux-gnu [04:22:28.116] checking which template to use... linux [04:22:28.116] checking whether NLS is wanted... no [04:22:28.116] checking for default port number... 5432 [04:22:28.124] checking for dtrace... /usr/bin/dtrace [04:22:28.125] checking for block size... 8kB [04:22:28.126] checking for segment size... 1GB [04:22:28.129] checking for WAL block size... 8kB [04:22:28.167] checking whether the C compiler works... yes [04:22:28.278] checking for C compiler default output file name... a.out [04:22:28.280] checking for suffix of executables... [04:22:28.319] checking whether we are cross compiling... no [04:22:28.392] checking for suffix of object files... o [04:22:28.402] checking whether we are using the GNU C compiler... yes [04:22:28.410] checking whether ccache gcc accepts -g... yes [04:22:28.418] checking for ccache gcc option to accept ISO C89... none needed [04:22:28.427] checking for ccache gcc option to accept ISO C11... none needed [04:22:28.476] checking whether we are using the GNU C++ compiler... yes [04:22:28.484] checking whether ccache g++ accepts -g... yes [04:22:28.521] checking for gawk... no [04:22:28.521] checking for mawk... mawk [04:22:28.521] checking for llvm-config... /usr/bin/llvm-config [04:22:28.533] configure: using llvm 19.1.7 [04:22:28.533] checking for CLANG... ccache clang [04:22:28.583] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [04:22:28.591] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [04:22:28.599] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [04:22:28.645] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [04:22:28.722] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [04:22:28.731] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [04:22:28.738] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [04:22:28.746] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [04:22:28.755] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [04:22:28.762] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [04:22:28.770] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [04:22:28.777] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [04:22:28.785] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [04:22:28.793] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [04:22:28.800] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [04:22:28.808] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [04:22:28.815] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [04:22:28.823] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [04:22:28.830] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [04:22:28.838] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [04:22:28.846] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [04:22:28.854] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [04:22:28.862] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [04:22:28.870] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [04:22:28.878] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [04:22:28.886] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [04:22:28.934] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [04:22:28.984] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [04:22:28.992] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [04:22:29.000] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [04:22:29.045] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [04:22:29.053] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [04:22:29.062] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [04:22:29.071] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [04:22:29.079] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [04:22:29.087] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [04:22:29.095] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [04:22:29.103] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [04:22:29.111] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [04:22:29.119] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [04:22:29.133] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [04:22:29.133] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [04:22:29.141] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [04:22:29.150] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [04:22:29.157] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [04:22:29.171] checking whether the C compiler still works... yes [04:22:29.228] checking how to run the C preprocessor... ccache gcc -E [04:22:29.297] checking for pkg-config... /usr/bin/pkg-config [04:22:29.297] checking pkg-config is at least version 0.9.0... yes [04:22:29.301] checking whether to build with ICU support... yes [04:22:29.302] checking for icu-uc icu-i18n... yes [04:22:29.313] checking whether to build with Tcl... yes [04:22:29.313] checking whether to build Perl modules... yes [04:22:29.313] checking whether to build Python modules... yes [04:22:29.313] checking whether to build with GSSAPI support... yes [04:22:29.315] checking whether to build with PAM support... yes [04:22:29.315] checking whether to build with BSD Authentication support... no [04:22:29.315] checking whether to build with LDAP support... yes [04:22:29.315] checking whether to build with Bonjour support... no [04:22:29.315] checking whether to build with SELinux support... yes [04:22:29.315] checking whether to build with systemd support... yes [04:22:29.315] checking whether to build with liburing support... no [04:22:29.316] checking whether to build with libcurl support... yes [04:22:29.316] checking for libcurl >= 7.61.0... yes [04:22:29.337] checking whether to build with libnuma support... no [04:22:29.337] checking whether to build with XML support... yes [04:22:29.337] checking for libxml-2.0 >= 2.6.23... yes [04:22:29.346] checking whether to build with LZ4 support... yes [04:22:29.346] checking for liblz4... yes [04:22:29.356] checking whether to build with ZSTD support... yes [04:22:29.356] checking for libzstd >= 1.4.0... yes [04:22:29.364] checking for strip... strip [04:22:29.365] checking whether it is possible to strip libraries... yes [04:22:29.369] checking for ar... ar [04:22:29.369] checking for a BSD-compatible install... /usr/bin/install -c [04:22:29.380] checking for tar... /usr/bin/tar [04:22:29.380] checking whether ln -s works... yes [04:22:29.381] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [04:22:29.383] checking for nm... /usr/bin/nm [04:22:29.383] checking for bison... /usr/bin/bison [04:22:29.388] configure: using bison (GNU Bison) 3.8.2 [04:22:29.392] checking for flex... /usr/bin/flex [04:22:29.397] configure: using flex 2.6.4 [04:22:29.397] checking for perl... /usr/bin/perl [04:22:29.420] configure: using perl 5.40.1 [04:22:29.422] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [04:22:29.437] checking for Perl privlibexp... /usr/share/perl/5.40 [04:22:29.443] checking for Perl useshrplib... true [04:22:29.452] checking for CFLAGS recommended by Perl... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 [04:22:29.459] checking for CFLAGS to compile embedded Perl... -DDEBIAN [04:22:29.465] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [04:22:29.605] checking for python3... /usr/bin/python3 [04:22:29.619] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [04:22:29.626] checking for Python sysconfig module... yes [04:22:29.643] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [04:22:29.662] checking Python include directory... -I/usr/include/python3.13 [04:22:29.679] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [04:22:29.735] checking for a sed that does not truncate output... /usr/bin/sed [04:22:29.742] checking for grep that handles long lines and -e... /usr/bin/grep [04:22:29.744] checking for egrep... /usr/bin/grep -E [04:22:29.746] checking for ANSI C header files... yes [04:22:29.871] checking for sys/types.h... yes [04:22:29.886] checking for sys/stat.h... yes [04:22:29.905] checking for stdlib.h... yes [04:22:29.921] checking for string.h... yes [04:22:29.937] checking for memory.h... yes [04:22:29.952] checking for strings.h... yes [04:22:29.968] checking for inttypes.h... yes [04:22:29.985] checking for stdint.h... yes [04:22:30.002] checking for unistd.h... yes [04:22:30.016] checking whether ccache gcc is Clang... no [04:22:30.027] checking whether pthreads work with -pthread... yes [04:22:30.089] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [04:22:30.134] checking whether more special flags are required for pthreads... no [04:22:30.134] checking for PTHREAD_PRIO_INHERIT... yes [04:22:30.182] checking pthread.h usability... yes [04:22:30.190] checking pthread.h presence... yes [04:22:30.207] checking for pthread.h... yes [04:22:30.207] checking for strerror_r... yes [04:22:30.249] checking whether strerror_r returns int... no [04:22:30.279] checking for main in -lm... yes [04:22:30.329] checking for library containing setproctitle... no [04:22:30.429] checking for library containing dlsym... none required [04:22:30.473] checking for library containing socket... none required [04:22:30.517] checking for library containing getopt_long... none required [04:22:30.561] checking for library containing shm_open... none required [04:22:30.605] checking for library containing shm_unlink... none required [04:22:30.650] checking for library containing clock_gettime... none required [04:22:30.694] checking for library containing shmget... none required [04:22:30.739] checking for library containing backtrace_symbols... none required [04:22:30.784] checking for library containing pthread_barrier_wait... none required [04:22:30.830] checking for library containing readline... -lreadline [04:22:30.878] checking for inflate in -lz... yes [04:22:30.925] checking curl/curl.h usability... yes [04:22:30.937] checking curl/curl.h presence... yes [04:22:30.970] checking for curl/curl.h... yes [04:22:30.970] checking for curl_multi_init in -lcurl... yes [04:22:31.096] checking for curl_global_init thread safety... yes [04:22:31.209] checking for curl support for asynchronous DNS... yes [04:22:31.312] checking for library containing gss_store_cred_into... -lgssapi_krb5 [04:22:31.412] checking for CRYPTO_new_ex_data in -lcrypto... yes [04:22:31.487] checking for SSL_new in -lssl... yes [04:22:31.559] checking for SSL_CTX_set_ciphersuites... yes [04:22:31.634] checking for SSL_CTX_set_cert_cb... yes [04:22:31.712] checking for X509_get_signature_info... yes [04:22:31.790] checking for SSL_CTX_set_num_tickets... yes [04:22:31.871] checking for SSL_CTX_set_keylog_callback... yes [04:22:31.946] checking for pam_start in -lpam... yes [04:22:32.005] checking for xmlSaveToBuffer in -lxml2... yes [04:22:32.073] checking for xsltCleanupGlobals in -lxslt... yes [04:22:32.138] checking for LZ4_compress_default in -llz4... yes [04:22:32.199] checking for ZSTD_compress in -lzstd... yes [04:22:32.257] checking for ldap_bind in -lldap... yes [04:22:32.335] checking for ldap_initialize... yes [04:22:32.416] checking for ldap_verify_credentials... yes [04:22:32.500] checking for security_compute_create_name in -lselinux... yes [04:22:32.560] checking for uuid_export in -lossp-uuid... yes [04:22:32.625] checking copyfile.h usability... no [04:22:32.684] checking copyfile.h presence... no [04:22:32.702] checking for copyfile.h... no [04:22:32.706] checking execinfo.h usability... yes [04:22:32.716] checking execinfo.h presence... yes [04:22:32.731] checking for execinfo.h... yes [04:22:32.739] checking getopt.h usability... yes [04:22:32.749] checking getopt.h presence... yes [04:22:32.765] checking for getopt.h... yes [04:22:32.773] checking ifaddrs.h usability... yes [04:22:32.783] checking ifaddrs.h presence... yes [04:22:32.801] checking for ifaddrs.h... yes [04:22:32.809] checking sys/epoll.h usability... yes [04:22:32.819] checking sys/epoll.h presence... yes [04:22:32.840] checking for sys/epoll.h... yes [04:22:32.849] checking sys/event.h usability... no [04:22:32.900] checking sys/event.h presence... no [04:22:32.919] checking for sys/event.h... no [04:22:32.923] checking sys/personality.h usability... yes [04:22:32.932] checking sys/personality.h presence... yes [04:22:32.946] checking for sys/personality.h... yes [04:22:32.955] checking sys/prctl.h usability... yes [04:22:32.964] checking sys/prctl.h presence... yes [04:22:32.980] checking for sys/prctl.h... yes [04:22:32.989] checking sys/procctl.h usability... no [04:22:33.038] checking sys/procctl.h presence... no [04:22:33.056] checking for sys/procctl.h... no [04:22:33.060] checking sys/signalfd.h usability... yes [04:22:33.069] checking sys/signalfd.h presence... yes [04:22:33.084] checking for sys/signalfd.h... yes [04:22:33.093] checking sys/ucred.h usability... no [04:22:33.141] checking sys/ucred.h presence... no [04:22:33.159] checking for sys/ucred.h... no [04:22:33.164] checking termios.h usability... yes [04:22:33.173] checking termios.h presence... yes [04:22:33.192] checking for termios.h... yes [04:22:33.201] checking uchar.h usability... yes [04:22:33.211] checking uchar.h presence... yes [04:22:33.225] checking for uchar.h... yes [04:22:33.234] checking ucred.h usability... no [04:22:33.283] checking ucred.h presence... no [04:22:33.301] checking for ucred.h... no [04:22:33.304] checking xlocale.h usability... no [04:22:33.357] checking xlocale.h presence... no [04:22:33.375] checking for xlocale.h... no [04:22:33.377] checking readline/readline.h usability... yes [04:22:33.387] checking readline/readline.h presence... yes [04:22:33.408] checking for readline/readline.h... yes [04:22:33.410] checking readline/history.h usability... yes [04:22:33.419] checking readline/history.h presence... yes [04:22:33.436] checking for readline/history.h... yes [04:22:33.440] checking zlib.h usability... yes [04:22:33.449] checking zlib.h presence... yes [04:22:33.469] checking for zlib.h... yes [04:22:33.469] checking for lz4... /usr/bin/lz4 [04:22:33.470] checking lz4.h usability... yes [04:22:33.479] checking lz4.h presence... yes [04:22:33.495] checking for lz4.h... yes [04:22:33.495] checking for zstd... /usr/bin/zstd [04:22:33.495] checking zstd.h usability... yes [04:22:33.504] checking zstd.h presence... yes [04:22:33.521] checking for zstd.h... yes [04:22:33.521] checking gssapi/gssapi.h usability... yes [04:22:33.532] checking gssapi/gssapi.h presence... yes [04:22:33.548] checking for gssapi/gssapi.h... yes [04:22:33.550] checking gssapi/gssapi_ext.h usability... yes [04:22:33.559] checking gssapi/gssapi_ext.h presence... yes [04:22:33.576] checking for gssapi/gssapi_ext.h... yes [04:22:33.577] checking for openssl... /usr/bin/openssl [04:22:33.587] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [04:22:33.588] checking openssl/ssl.h usability... yes [04:22:33.601] checking openssl/ssl.h presence... yes [04:22:33.684] checking for openssl/ssl.h... yes [04:22:33.684] checking openssl/err.h usability... yes [04:22:33.694] checking openssl/err.h presence... yes [04:22:33.725] checking for openssl/err.h... yes [04:22:33.725] checking security/pam_appl.h usability... yes [04:22:33.735] checking security/pam_appl.h presence... yes [04:22:33.748] checking for security/pam_appl.h... yes [04:22:33.750] checking systemd/sd-daemon.h usability... yes [04:22:33.759] checking systemd/sd-daemon.h presence... yes [04:22:33.778] checking for systemd/sd-daemon.h... yes [04:22:33.778] checking libxml/parser.h usability... yes [04:22:33.788] checking libxml/parser.h presence... yes [04:22:33.819] checking for libxml/parser.h... yes [04:22:33.820] checking libxslt/xslt.h usability... yes [04:22:33.829] checking libxslt/xslt.h presence... yes [04:22:33.855] checking for libxslt/xslt.h... yes [04:22:33.855] checking ldap.h usability... yes [04:22:33.864] checking ldap.h presence... yes [04:22:33.882] checking for ldap.h... yes [04:22:33.882] checking for compatible LDAP implementation... yes [04:22:33.891] checking ossp/uuid.h usability... yes [04:22:33.900] checking ossp/uuid.h presence... yes [04:22:33.917] checking for ossp/uuid.h... yes [04:22:33.934] checking whether byte ordering is bigendian... no [04:22:34.023] checking for inline... inline [04:22:34.031] checking for C printf format archetype... gnu_printf [04:22:34.041] checking for C++ printf format archetype... gnu_printf [04:22:34.050] checking for statement expressions... yes [04:22:34.107] checking for typeof... typeof [04:22:34.115] checking for __builtin_types_compatible_p... yes [04:22:34.127] checking for __builtin_constant_p... yes [04:22:34.138] checking for __builtin_mul_overflow... yes [04:22:34.208] checking for __builtin_unreachable... yes [04:22:34.264] checking for computed goto support... yes [04:22:34.272] checking for struct tm.tm_zone... yes [04:22:34.280] checking for union semun... no [04:22:34.316] checking for socklen_t... yes [04:22:34.359] checking for struct sockaddr.sa_len... no [04:22:34.434] checking for C/C++ restrict keyword... __restrict [04:22:34.447] checking for struct option... yes [04:22:34.484] checking whether assembler supports x86_64 popcntq... yes [04:22:34.491] checking for special C compiler options needed for large files... no [04:22:34.491] checking for _FILE_OFFSET_BITS value needed for large files... no [04:22:34.502] checking size of off_t... 8 [04:22:34.573] checking for int timezone... yes [04:22:34.643] checking for backtrace_symbols... yes [04:22:34.708] checking for copyfile... no [04:22:34.777] checking for copy_file_range... yes [04:22:34.843] checking for elf_aux_info... no [04:22:34.909] checking for getauxval... yes [04:22:34.977] checking for getifaddrs... yes [04:22:35.043] checking for getpeerucred... no [04:22:35.108] checking for inet_pton... yes [04:22:35.173] checking for kqueue... no [04:22:35.239] checking for localeconv_l... no [04:22:35.306] checking for mbstowcs_l... no [04:22:35.372] checking for posix_fallocate... yes [04:22:35.441] checking for ppoll... yes [04:22:35.508] checking for pthread_is_threaded_np... no [04:22:35.574] checking for setproctitle... no [04:22:35.643] checking for setproctitle_fast... no [04:22:35.712] checking for strsignal... yes [04:22:35.783] checking for syncfs... yes [04:22:35.852] checking for sync_file_range... yes [04:22:35.924] checking for uselocale... yes [04:22:35.994] checking for wcstombs_l... no [04:22:36.060] checking for __builtin_bswap16... yes [04:22:36.126] checking for __builtin_bswap32... yes [04:22:36.187] checking for __builtin_bswap64... yes [04:22:36.250] checking for __builtin_clz... yes [04:22:36.312] checking for __builtin_ctz... yes [04:22:36.378] checking for __builtin_popcount... yes [04:22:36.439] checking for __builtin_frame_address... yes [04:22:36.505] checking for _LARGEFILE_SOURCE value needed for large files... no [04:22:36.566] checking how ccache gcc reports undeclared, standard C functions... error [04:22:36.595] checking for posix_fadvise... yes [04:22:36.662] checking whether posix_fadvise is declared... yes [04:22:36.679] checking whether fdatasync is declared... yes [04:22:36.696] checking whether strlcat is declared... yes [04:22:36.713] checking whether strlcpy is declared... yes [04:22:36.730] checking whether strsep is declared... yes [04:22:36.747] checking whether timingsafe_bcmp is declared... no [04:22:36.807] checking whether preadv is declared... yes [04:22:36.823] checking whether pwritev is declared... yes [04:22:36.839] checking whether strchrnul is declared... yes [04:22:36.854] checking whether memset_s is declared... no [04:22:36.895] checking whether F_FULLFSYNC is declared... no [04:22:36.932] checking for explicit_bzero... yes [04:22:36.990] checking for getopt... yes [04:22:37.051] checking for getpeereid... no [04:22:37.116] checking for inet_aton... yes [04:22:37.175] checking for mkdtemp... yes [04:22:37.236] checking for strlcat... yes [04:22:37.296] checking for strlcpy... yes [04:22:37.354] checking for strsep... yes [04:22:37.412] checking for timingsafe_bcmp... no [04:22:37.480] checking for pthread_barrier_wait... yes [04:22:37.539] checking for getopt_long... yes [04:22:37.600] checking for syslog... yes [04:22:37.657] checking syslog.h usability... yes [04:22:37.667] checking syslog.h presence... yes [04:22:37.683] checking for syslog.h... yes [04:22:37.684] checking for opterr... yes [04:22:37.742] checking for optreset... no [04:22:37.806] checking unicode/ucol.h usability... yes [04:22:37.816] checking unicode/ucol.h presence... yes [04:22:37.849] checking for unicode/ucol.h... yes [04:22:37.850] checking for rl_completion_suppress_quote... yes [04:22:37.915] checking for rl_filename_quote_characters... yes [04:22:37.982] checking for rl_filename_quoting_function... yes [04:22:38.052] checking for append_history... yes [04:22:38.120] checking for history_truncate_file... yes [04:22:38.190] checking for rl_completion_matches... yes [04:22:38.261] checking for rl_filename_completion_function... yes [04:22:38.332] checking for rl_reset_screen_size... yes [04:22:38.405] checking for rl_variable_bind... yes [04:22:38.478] checking test program... ok [04:22:38.538] checking size of void *... 8 [04:22:38.613] checking size of size_t... 8 [04:22:38.691] checking size of long... 8 [04:22:38.768] checking size of long long... 8 [04:22:38.843] checking size of intmax_t... 8 [04:22:38.916] checking alignment of short... 2 [04:22:38.993] checking alignment of int... 4 [04:22:39.067] checking alignment of long... 8 [04:22:39.141] checking alignment of int64_t... 8 [04:22:39.214] checking alignment of double... 8 [04:22:39.287] checking for __int128... yes [04:22:39.352] checking for __int128 alignment bug... ok [04:22:39.408] checking alignment of PG_INT128_TYPE... 16 [04:22:39.483] checking for builtin __sync char locking functions... yes [04:22:39.542] checking for builtin __sync int32 locking functions... yes [04:22:39.598] checking for builtin __sync int32 atomic operations... yes [04:22:39.655] checking for builtin __sync int64 atomic operations... yes [04:22:39.713] checking for builtin __atomic int32 atomic operations... yes [04:22:39.771] checking for builtin __atomic int64 atomic operations... yes [04:22:39.835] checking for __get_cpuid... yes [04:22:39.897] checking for __get_cpuid_count... yes [04:22:39.958] checking for _xgetbv... yes [04:22:40.394] checking for _mm512_popcnt_epi64... yes [04:22:40.808] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [04:22:40.923] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [04:22:40.945] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [04:22:40.965] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [04:22:40.983] checking for __builtin_loongarch_crcc_w_b_w, __builtin_loongarch_crcc_w_h_w, __builtin_loongarch_crcc_w_w_w and __builtin_loongarch_crcc_w_d_w... no [04:22:41.017] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [04:22:41.017] checking for _mm512_clmulepi64_epi128... yes [04:22:41.423] checking for vectorized CRC-32C... AVX-512 with runtime check [04:22:41.423] checking for library containing sem_init... none required [04:22:41.479] checking which semaphore API to use... unnamed POSIX [04:22:41.480] checking which random number source to use... OpenSSL [04:22:41.481] checking for tclsh... /usr/bin/tclsh [04:22:41.482] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [04:22:41.514] checking tcl.h usability... yes [04:22:41.525] checking tcl.h presence... yes [04:22:41.546] checking for tcl.h... yes [04:22:41.547] checking for perl.h... yes [04:22:41.565] checking for libperl... yes [04:22:41.877] checking Python.h usability... yes [04:22:41.891] checking Python.h presence... yes [04:22:41.989] checking for Python.h... yes [04:22:41.989] checking for xmllint... /usr/bin/xmllint [04:22:41.989] checking for xsltproc... /usr/bin/xsltproc [04:22:41.991] checking for fop... /usr/bin/fop [04:22:41.991] checking for dbtoepub... no [04:22:41.991] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [04:22:42.050] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [04:22:42.123] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [04:22:42.123] configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 [04:22:42.123] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [04:22:42.123] configure: using LDFLAGS= -Wl,--as-needed [04:22:42.123] configure: using CXX=ccache g++ [04:22:42.123] configure: using CXXFLAGS=-Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [04:22:42.123] configure: using CLANG=ccache clang [04:22:42.123] configure: using BITCODE_CFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 [04:22:42.123] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [04:22:42.158] configure: updating cache gcc.cache [04:22:42.166] configure: creating ./config.status [04:22:42.258] config.status: creating GNUmakefile [04:22:42.272] config.status: creating src/Makefile.global [04:22:42.289] config.status: creating src/include/pg_config.h [04:22:42.303] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [04:22:42.320] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [04:22:42.329] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [04:22:42.337] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [04:22:42.345] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [04:22:42.381] [04:22:42.381] real 0m14.604s [04:22:42.381] user 0m9.325s [04:22:42.381] sys 0m4.908s [04:22:42.381] make -s -j${BUILD_JOBS} clean [04:22:42.867] Makefile:26: warning: overriding recipe for target 'check' [04:22:42.867] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' [04:22:42.867] Makefile:29: warning: overriding recipe for target 'installcheck' [04:22:42.867] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' [04:22:42.920] time make -s -j${BUILD_JOBS} world-bin [04:25:03.004] [04:25:03.004] real 2m20.084s [04:25:03.004] user 7m18.462s [04:25:03.004] sys 1m19.900s [04:25:03.004]