[23:06:35.737] time ./configure \ [23:06:35.737] --cache gcc.cache \ [23:06:35.737] --enable-dtrace \ [23:06:35.737] ${LINUX_CONFIGURE_FEATURES} \ [23:06:35.737] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [23:06:35.920] configure: creating cache gcc.cache [23:06:35.934] checking build system type... x86_64-pc-linux-gnu [23:06:36.052] checking host system type... x86_64-pc-linux-gnu [23:06:36.052] checking which template to use... linux [23:06:36.052] checking whether NLS is wanted... no [23:06:36.052] checking for default port number... 5432 [23:06:36.059] checking for dtrace... /usr/bin/dtrace [23:06:36.059] checking for block size... 8kB [23:06:36.060] checking for segment size... 1GB [23:06:36.063] checking for WAL block size... 8kB [23:06:36.095] checking whether the C compiler works... yes [23:06:36.205] checking for C compiler default output file name... a.out [23:06:36.206] checking for suffix of executables... [23:06:36.243] checking whether we are cross compiling... no [23:06:36.316] checking for suffix of object files... o [23:06:36.326] checking whether we are using the GNU C compiler... yes [23:06:36.333] checking whether ccache gcc accepts -g... yes [23:06:36.340] checking for ccache gcc option to accept ISO C89... none needed [23:06:36.347] checking for ccache gcc option to accept ISO C11... none needed [23:06:36.394] checking whether we are using the GNU C++ compiler... yes [23:06:36.401] checking whether ccache g++ accepts -g... yes [23:06:36.435] checking for gawk... no [23:06:36.435] checking for mawk... mawk [23:06:36.435] checking for llvm-config... /usr/bin/llvm-config [23:06:36.448] configure: using llvm 19.1.7 [23:06:36.448] checking for CLANG... ccache clang [23:06:36.494] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [23:06:36.501] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [23:06:36.508] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [23:06:36.553] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [23:06:36.632] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [23:06:36.639] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [23:06:36.645] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [23:06:36.652] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [23:06:36.658] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [23:06:36.665] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [23:06:36.672] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [23:06:36.678] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [23:06:36.685] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [23:06:36.692] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [23:06:36.698] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [23:06:36.705] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [23:06:36.711] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [23:06:36.718] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [23:06:36.725] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [23:06:36.731] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [23:06:36.738] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [23:06:36.744] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [23:06:36.751] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [23:06:36.758] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [23:06:36.764] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [23:06:36.771] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [23:06:36.817] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [23:06:36.865] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:06:36.873] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [23:06:36.880] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [23:06:36.922] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [23:06:36.929] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [23:06:36.936] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [23:06:36.944] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [23:06:36.950] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [23:06:36.957] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [23:06:36.964] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [23:06:36.971] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [23:06:36.977] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [23:06:36.984] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [23:06:36.996] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [23:06:36.996] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [23:06:37.002] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [23:06:37.009] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:06:37.016] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [23:06:37.028] checking whether the C compiler still works... yes [23:06:37.081] checking how to run the C preprocessor... ccache gcc -E [23:06:37.149] checking for pkg-config... /usr/bin/pkg-config [23:06:37.150] checking pkg-config is at least version 0.9.0... yes [23:06:37.158] checking whether to build with ICU support... yes [23:06:37.158] checking for icu-uc icu-i18n... yes [23:06:37.168] checking whether to build with Tcl... yes [23:06:37.168] checking whether to build Perl modules... yes [23:06:37.168] checking whether to build Python modules... yes [23:06:37.168] checking whether to build with GSSAPI support... yes [23:06:37.170] checking whether to build with PAM support... yes [23:06:37.170] checking whether to build with BSD Authentication support... no [23:06:37.170] checking whether to build with LDAP support... yes [23:06:37.170] checking whether to build with Bonjour support... no [23:06:37.170] checking whether to build with SELinux support... yes [23:06:37.170] checking whether to build with systemd support... yes [23:06:37.170] checking whether to build with liburing support... no [23:06:37.171] checking whether to build with libcurl support... yes [23:06:37.171] checking for libcurl >= 7.61.0... yes [23:06:37.194] checking whether to build with libnuma support... no [23:06:37.194] checking whether to build with XML support... yes [23:06:37.194] checking for libxml-2.0 >= 2.6.23... yes [23:06:37.205] checking whether to build with LZ4 support... yes [23:06:37.205] checking for liblz4... yes [23:06:37.213] checking whether to build with ZSTD support... yes [23:06:37.214] checking for libzstd >= 1.4.0... yes [23:06:37.221] checking for strip... strip [23:06:37.222] checking whether it is possible to strip libraries... yes [23:06:37.225] checking for ar... ar [23:06:37.225] checking for a BSD-compatible install... /usr/bin/install -c [23:06:37.237] checking for tar... /usr/bin/tar [23:06:37.237] checking whether ln -s works... yes [23:06:37.237] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [23:06:37.239] checking for bison... /usr/bin/bison [23:06:37.244] configure: using bison (GNU Bison) 3.8.2 [23:06:37.247] checking for flex... /usr/bin/flex [23:06:37.252] configure: using flex 2.6.4 [23:06:37.252] checking for perl... /usr/bin/perl [23:06:37.278] configure: using perl 5.40.1 [23:06:37.280] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [23:06:37.292] checking for Perl privlibexp... /usr/share/perl/5.40 [23:06:37.297] checking for Perl useshrplib... true [23:06:37.306] 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 [23:06:37.312] checking for CFLAGS to compile embedded Perl... -DDEBIAN [23:06:37.318] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [23:06:37.452] checking for python3... /usr/bin/python3 [23:06:37.466] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [23:06:37.473] checking for Python sysconfig module... yes [23:06:37.489] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [23:06:37.507] checking Python include directory... -I/usr/include/python3.13 [23:06:37.523] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [23:06:37.576] checking for a sed that does not truncate output... /usr/bin/sed [23:06:37.582] checking for grep that handles long lines and -e... /usr/bin/grep [23:06:37.585] checking for egrep... /usr/bin/grep -E [23:06:37.586] checking for ANSI C header files... yes [23:06:37.708] checking for sys/types.h... yes [23:06:37.723] checking for sys/stat.h... yes [23:06:37.743] checking for stdlib.h... yes [23:06:37.758] checking for string.h... yes [23:06:37.772] checking for memory.h... yes [23:06:37.788] checking for strings.h... yes [23:06:37.803] checking for inttypes.h... yes [23:06:37.818] checking for stdint.h... yes [23:06:37.833] checking for unistd.h... yes [23:06:37.847] checking whether ccache gcc is Clang... no [23:06:37.858] checking whether pthreads work with -pthread... yes [23:06:37.923] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [23:06:37.967] checking whether more special flags are required for pthreads... no [23:06:37.967] checking for PTHREAD_PRIO_INHERIT... yes [23:06:38.015] checking pthread.h usability... yes [23:06:38.023] checking pthread.h presence... yes [23:06:38.039] checking for pthread.h... yes [23:06:38.039] checking for strerror_r... yes [23:06:38.080] checking whether strerror_r returns int... no [23:06:38.112] checking for main in -lm... yes [23:06:38.162] checking for library containing setproctitle... no [23:06:38.257] checking for library containing dlsym... none required [23:06:38.299] checking for library containing socket... none required [23:06:38.342] checking for library containing getopt_long... none required [23:06:38.386] checking for library containing shm_open... none required [23:06:38.430] checking for library containing shm_unlink... none required [23:06:38.473] checking for library containing clock_gettime... none required [23:06:38.516] checking for library containing shmget... none required [23:06:38.560] checking for library containing backtrace_symbols... none required [23:06:38.603] checking for library containing pthread_barrier_wait... none required [23:06:38.647] checking for library containing readline... -lreadline [23:06:38.695] checking for inflate in -lz... yes [23:06:38.740] checking curl/curl.h usability... yes [23:06:38.751] checking curl/curl.h presence... yes [23:06:38.784] checking for curl/curl.h... yes [23:06:38.784] checking for curl_multi_init in -lcurl... yes [23:06:38.919] checking for curl_global_init thread safety... yes [23:06:39.030] checking for curl support for asynchronous DNS... yes [23:06:39.132] checking for library containing gss_store_cred_into... -lgssapi_krb5 [23:06:39.226] checking for CRYPTO_new_ex_data in -lcrypto... yes [23:06:39.298] checking for SSL_new in -lssl... yes [23:06:39.367] checking for SSL_CTX_set_ciphersuites... yes [23:06:39.439] checking for SSL_CTX_set_cert_cb... yes [23:06:39.513] checking for X509_get_signature_info... yes [23:06:39.595] checking for SSL_CTX_set_num_tickets... yes [23:06:39.672] checking for SSL_CTX_set_keylog_callback... yes [23:06:39.746] checking for pam_start in -lpam... yes [23:06:39.804] checking for xmlSaveToBuffer in -lxml2... yes [23:06:39.869] checking for xsltCleanupGlobals in -lxslt... yes [23:06:39.939] checking for LZ4_compress_default in -llz4... yes [23:06:40.003] checking for ZSTD_compress in -lzstd... yes [23:06:40.061] checking for ldap_bind in -lldap... yes [23:06:40.140] checking for ldap_initialize... yes [23:06:40.216] checking for ldap_verify_credentials... yes [23:06:40.289] checking for security_compute_create_name in -lselinux... yes [23:06:40.346] checking for uuid_export in -lossp-uuid... yes [23:06:40.407] checking atomic.h usability... no [23:06:40.467] checking atomic.h presence... no [23:06:40.484] checking for atomic.h... no [23:06:40.488] checking copyfile.h usability... no [23:06:40.537] checking copyfile.h presence... no [23:06:40.555] checking for copyfile.h... no [23:06:40.558] checking execinfo.h usability... yes [23:06:40.568] checking execinfo.h presence... yes [23:06:40.581] checking for execinfo.h... yes [23:06:40.590] checking getopt.h usability... yes [23:06:40.599] checking getopt.h presence... yes [23:06:40.614] checking for getopt.h... yes [23:06:40.622] checking ifaddrs.h usability... yes [23:06:40.631] checking ifaddrs.h presence... yes [23:06:40.648] checking for ifaddrs.h... yes [23:06:40.657] checking mbarrier.h usability... no [23:06:40.707] checking mbarrier.h presence... no [23:06:40.725] checking for mbarrier.h... no [23:06:40.728] checking sys/epoll.h usability... yes [23:06:40.738] checking sys/epoll.h presence... yes [23:06:40.759] checking for sys/epoll.h... yes [23:06:40.768] checking sys/event.h usability... no [23:06:40.819] checking sys/event.h presence... no [23:06:40.836] checking for sys/event.h... no [23:06:40.839] checking sys/personality.h usability... yes [23:06:40.848] checking sys/personality.h presence... yes [23:06:40.861] checking for sys/personality.h... yes [23:06:40.869] checking sys/prctl.h usability... yes [23:06:40.878] checking sys/prctl.h presence... yes [23:06:40.893] checking for sys/prctl.h... yes [23:06:40.901] checking sys/procctl.h usability... no [23:06:40.950] checking sys/procctl.h presence... no [23:06:40.967] checking for sys/procctl.h... no [23:06:40.970] checking sys/signalfd.h usability... yes [23:06:40.979] checking sys/signalfd.h presence... yes [23:06:40.994] checking for sys/signalfd.h... yes [23:06:41.001] checking sys/ucred.h usability... no [23:06:41.051] checking sys/ucred.h presence... no [23:06:41.068] checking for sys/ucred.h... no [23:06:41.071] checking termios.h usability... yes [23:06:41.080] checking termios.h presence... yes [23:06:41.098] checking for termios.h... yes [23:06:41.106] checking uchar.h usability... yes [23:06:41.114] checking uchar.h presence... yes [23:06:41.129] checking for uchar.h... yes [23:06:41.136] checking ucred.h usability... no [23:06:41.185] checking ucred.h presence... no [23:06:41.202] checking for ucred.h... no [23:06:41.205] checking xlocale.h usability... no [23:06:41.254] checking xlocale.h presence... no [23:06:41.271] checking for xlocale.h... no [23:06:41.272] checking readline/readline.h usability... yes [23:06:41.282] checking readline/readline.h presence... yes [23:06:41.304] checking for readline/readline.h... yes [23:06:41.306] checking readline/history.h usability... yes [23:06:41.314] checking readline/history.h presence... yes [23:06:41.331] checking for readline/history.h... yes [23:06:41.334] checking zlib.h usability... yes [23:06:41.343] checking zlib.h presence... yes [23:06:41.362] checking for zlib.h... yes [23:06:41.362] checking for lz4... /usr/bin/lz4 [23:06:41.363] checking lz4.h usability... yes [23:06:41.371] checking lz4.h presence... yes [23:06:41.386] checking for lz4.h... yes [23:06:41.387] checking for zstd... /usr/bin/zstd [23:06:41.387] checking zstd.h usability... yes [23:06:41.396] checking zstd.h presence... yes [23:06:41.410] checking for zstd.h... yes [23:06:41.410] checking gssapi/gssapi.h usability... yes [23:06:41.420] checking gssapi/gssapi.h presence... yes [23:06:41.438] checking for gssapi/gssapi.h... yes [23:06:41.439] checking gssapi/gssapi_ext.h usability... yes [23:06:41.448] checking gssapi/gssapi_ext.h presence... yes [23:06:41.464] checking for gssapi/gssapi_ext.h... yes [23:06:41.465] checking for openssl... /usr/bin/openssl [23:06:41.475] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [23:06:41.476] checking openssl/ssl.h usability... yes [23:06:41.487] checking openssl/ssl.h presence... yes [23:06:41.572] checking for openssl/ssl.h... yes [23:06:41.572] checking openssl/err.h usability... yes [23:06:41.581] checking openssl/err.h presence... yes [23:06:41.611] checking for openssl/err.h... yes [23:06:41.611] checking security/pam_appl.h usability... yes [23:06:41.621] checking security/pam_appl.h presence... yes [23:06:41.634] checking for security/pam_appl.h... yes [23:06:41.636] checking systemd/sd-daemon.h usability... yes [23:06:41.646] checking systemd/sd-daemon.h presence... yes [23:06:41.664] checking for systemd/sd-daemon.h... yes [23:06:41.664] checking libxml/parser.h usability... yes [23:06:41.675] checking libxml/parser.h presence... yes [23:06:41.712] checking for libxml/parser.h... yes [23:06:41.713] checking libxslt/xslt.h usability... yes [23:06:41.722] checking libxslt/xslt.h presence... yes [23:06:41.748] checking for libxslt/xslt.h... yes [23:06:41.748] checking ldap.h usability... yes [23:06:41.757] checking ldap.h presence... yes [23:06:41.780] checking for ldap.h... yes [23:06:41.780] checking for compatible LDAP implementation... yes [23:06:41.788] checking ossp/uuid.h usability... yes [23:06:41.797] checking ossp/uuid.h presence... yes [23:06:41.813] checking for ossp/uuid.h... yes [23:06:41.831] checking whether byte ordering is bigendian... no [23:06:41.922] checking for inline... inline [23:06:41.930] checking for printf format archetype... gnu_printf [23:06:41.939] checking for _Static_assert... yes [23:06:41.994] checking for typeof... typeof [23:06:42.002] checking for __builtin_types_compatible_p... yes [23:06:42.013] checking for __builtin_constant_p... yes [23:06:42.024] checking for __builtin_mul_overflow... yes [23:06:42.091] checking for __builtin_unreachable... yes [23:06:42.146] checking for computed goto support... yes [23:06:42.155] checking for struct tm.tm_zone... yes [23:06:42.164] checking for union semun... no [23:06:42.201] checking for socklen_t... yes [23:06:42.246] checking for struct sockaddr.sa_len... no [23:06:42.323] checking for C/C++ restrict keyword... __restrict [23:06:42.336] checking for struct option... yes [23:06:42.375] checking whether assembler supports x86_64 popcntq... yes [23:06:42.384] checking for special C compiler options needed for large files... no [23:06:42.384] checking for _FILE_OFFSET_BITS value needed for large files... no [23:06:42.396] checking size of off_t... 8 [23:06:42.471] checking for int timezone... yes [23:06:42.541] checking for backtrace_symbols... yes [23:06:42.605] checking for copyfile... no [23:06:42.670] checking for copy_file_range... yes [23:06:42.735] checking for elf_aux_info... no [23:06:42.799] checking for getauxval... yes [23:06:42.862] checking for getifaddrs... yes [23:06:42.925] checking for getpeerucred... no [23:06:42.990] checking for inet_pton... yes [23:06:43.054] checking for kqueue... no [23:06:43.119] checking for localeconv_l... no [23:06:43.181] checking for mbstowcs_l... no [23:06:43.247] checking for posix_fallocate... yes [23:06:43.312] checking for ppoll... yes [23:06:43.374] checking for pthread_is_threaded_np... no [23:06:43.437] checking for setproctitle... no [23:06:43.501] checking for setproctitle_fast... no [23:06:43.565] checking for strsignal... yes [23:06:43.628] checking for syncfs... yes [23:06:43.691] checking for sync_file_range... yes [23:06:43.754] checking for uselocale... yes [23:06:43.818] checking for wcstombs_l... no [23:06:43.878] checking for __builtin_bswap16... yes [23:06:43.940] checking for __builtin_bswap32... yes [23:06:43.999] checking for __builtin_bswap64... yes [23:06:44.059] checking for __builtin_clz... yes [23:06:44.120] checking for __builtin_ctz... yes [23:06:44.180] checking for __builtin_popcount... yes [23:06:44.242] checking for __builtin_frame_address... yes [23:06:44.302] checking for _LARGEFILE_SOURCE value needed for large files... no [23:06:44.364] checking how ccache gcc reports undeclared, standard C functions... error [23:06:44.391] checking for posix_fadvise... yes [23:06:44.456] checking whether posix_fadvise is declared... yes [23:06:44.470] checking whether fdatasync is declared... yes [23:06:44.483] checking whether strlcat is declared... yes [23:06:44.497] checking whether strlcpy is declared... yes [23:06:44.511] checking whether strnlen is declared... yes [23:06:44.526] checking whether strsep is declared... yes [23:06:44.540] checking whether timingsafe_bcmp is declared... no [23:06:44.599] checking whether preadv is declared... yes [23:06:44.614] checking whether pwritev is declared... yes [23:06:44.629] checking whether strchrnul is declared... yes [23:06:44.643] checking whether memset_s is declared... no [23:06:44.681] checking whether F_FULLFSYNC is declared... no [23:06:44.718] checking for explicit_bzero... yes [23:06:44.776] checking for getopt... yes [23:06:44.836] checking for getpeereid... no [23:06:44.901] checking for inet_aton... yes [23:06:44.960] checking for mkdtemp... yes [23:06:45.018] checking for strlcat... yes [23:06:45.076] checking for strlcpy... yes [23:06:45.133] checking for strnlen... yes [23:06:45.195] checking for strsep... yes [23:06:45.253] checking for timingsafe_bcmp... no [23:06:45.315] checking for pthread_barrier_wait... yes [23:06:45.373] checking for getopt_long... yes [23:06:45.430] checking for syslog... yes [23:06:45.487] checking syslog.h usability... yes [23:06:45.495] checking syslog.h presence... yes [23:06:45.511] checking for syslog.h... yes [23:06:45.511] checking for opterr... yes [23:06:45.569] checking for optreset... no [23:06:45.632] checking unicode/ucol.h usability... yes [23:06:45.643] checking unicode/ucol.h presence... yes [23:06:45.684] checking for unicode/ucol.h... yes [23:06:45.690] checking whether LLVMCreateGDBRegistrationListener is declared... yes [23:06:45.708] checking whether LLVMCreatePerfJITEventListener is declared... yes [23:06:45.719] checking for rl_completion_suppress_quote... yes [23:06:45.782] checking for rl_filename_quote_characters... yes [23:06:45.846] checking for rl_filename_quoting_function... yes [23:06:45.913] checking for append_history... yes [23:06:45.982] checking for history_truncate_file... yes [23:06:46.048] checking for rl_completion_matches... yes [23:06:46.115] checking for rl_filename_completion_function... yes [23:06:46.181] checking for rl_reset_screen_size... yes [23:06:46.249] checking for rl_variable_bind... yes [23:06:46.312] checking test program... ok [23:06:46.367] checking size of void *... 8 [23:06:46.440] checking size of size_t... 8 [23:06:46.512] checking size of long... 8 [23:06:46.583] checking size of long long... 8 [23:06:46.653] checking alignment of short... 2 [23:06:46.722] checking alignment of int... 4 [23:06:46.795] checking alignment of long... 8 [23:06:46.868] checking alignment of int64_t... 8 [23:06:46.940] checking alignment of double... 8 [23:06:47.011] checking for __int128... yes [23:06:47.076] checking for __int128 alignment bug... ok [23:06:47.133] checking alignment of PG_INT128_TYPE... 16 [23:06:47.207] checking for builtin __sync char locking functions... yes [23:06:47.266] checking for builtin __sync int32 locking functions... yes [23:06:47.325] checking for builtin __sync int32 atomic operations... yes [23:06:47.384] checking for builtin __sync int64 atomic operations... yes [23:06:47.445] checking for builtin __atomic int32 atomic operations... yes [23:06:47.504] checking for builtin __atomic int64 atomic operations... yes [23:06:47.563] checking for __get_cpuid... yes [23:06:47.625] checking for __get_cpuid_count... yes [23:06:47.684] checking for _xgetbv... yes [23:06:48.123] checking for _mm512_popcnt_epi64... yes [23:06:48.530] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [23:06:48.644] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [23:06:48.666] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [23:06:48.684] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [23:06:48.701] 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 [23:06:48.734] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [23:06:48.734] checking for _mm512_clmulepi64_epi128... yes [23:06:49.124] checking for vectorized CRC-32C... AVX-512 with runtime check [23:06:49.124] checking for library containing sem_init... none required [23:06:49.179] checking which semaphore API to use... unnamed POSIX [23:06:49.179] checking which random number source to use... OpenSSL [23:06:49.181] checking for tclsh... /usr/bin/tclsh [23:06:49.181] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [23:06:49.212] checking tcl.h usability... yes [23:06:49.221] checking tcl.h presence... yes [23:06:49.241] checking for tcl.h... yes [23:06:49.242] checking for perl.h... yes [23:06:49.258] checking for libperl... yes [23:06:49.580] checking Python.h usability... yes [23:06:49.593] checking Python.h presence... yes [23:06:49.694] checking for Python.h... yes [23:06:49.694] checking for xmllint... /usr/bin/xmllint [23:06:49.695] checking for xsltproc... /usr/bin/xsltproc [23:06:49.695] checking for fop... /usr/bin/fop [23:06:49.695] checking for dbtoepub... no [23:06:49.696] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [23:06:49.756] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [23:06:49.823] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [23:06:49.823] 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 [23:06:49.823] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [23:06:49.823] configure: using LDFLAGS= -Wl,--as-needed [23:06:49.823] configure: using CXX=ccache g++ [23:06:49.823] 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 [23:06:49.823] configure: using CLANG=ccache clang [23:06:49.823] 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 [23:06:49.824] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [23:06:49.853] configure: updating cache gcc.cache [23:06:49.861] configure: creating ./config.status [23:06:49.953] config.status: creating GNUmakefile [23:06:49.966] config.status: creating src/Makefile.global [23:06:49.982] config.status: creating src/include/pg_config.h [23:06:49.995] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [23:06:50.010] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [23:06:50.017] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [23:06:50.025] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [23:06:50.032] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [23:06:50.068] [23:06:50.068] real 0m14.330s [23:06:50.068] user 0m9.282s [23:06:50.068] sys 0m4.553s [23:06:50.068] make -s -j${BUILD_JOBS} clean [23:06:50.530] Makefile:29: warning: overriding recipe for target 'check' [23:06:50.531] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' [23:06:50.531] Makefile:32: warning: overriding recipe for target 'installcheck' [23:06:50.531] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' [23:06:50.579] time make -s -j${BUILD_JOBS} world-bin [23:09:07.526] [23:09:07.526] real 2m16.947s [23:09:07.526] user 7m12.179s [23:09:07.526] sys 1m18.141s [23:09:07.526]