[14:29:31.170] time ./configure \ [14:29:31.170] --cache gcc.cache \ [14:29:31.170] --enable-dtrace \ [14:29:31.170] ${LINUX_CONFIGURE_FEATURES} \ [14:29:31.170] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [14:29:31.364] configure: creating cache gcc.cache [14:29:31.379] checking build system type... x86_64-pc-linux-gnu [14:29:31.496] checking host system type... x86_64-pc-linux-gnu [14:29:31.496] checking which template to use... linux [14:29:31.496] checking whether NLS is wanted... no [14:29:31.496] checking for default port number... 5432 [14:29:31.503] checking for dtrace... /usr/bin/dtrace [14:29:31.503] checking for block size... 8kB [14:29:31.505] checking for segment size... 1GB [14:29:31.507] checking for WAL block size... 8kB [14:29:31.540] checking whether the C compiler works... yes [14:29:31.647] checking for C compiler default output file name... a.out [14:29:31.648] checking for suffix of executables... [14:29:31.683] checking whether we are cross compiling... no [14:29:31.754] checking for suffix of object files... o [14:29:31.765] checking whether we are using the GNU C compiler... yes [14:29:31.772] checking whether ccache gcc accepts -g... yes [14:29:31.780] checking for ccache gcc option to accept ISO C89... none needed [14:29:31.788] checking for ccache gcc option to accept ISO C11... none needed [14:29:31.832] checking whether we are using the GNU C++ compiler... yes [14:29:31.840] checking whether ccache g++ accepts -g... yes [14:29:31.875] checking for gawk... no [14:29:31.875] checking for mawk... mawk [14:29:31.875] checking for llvm-config... /usr/bin/llvm-config [14:29:31.890] configure: using llvm 19.1.7 [14:29:31.890] checking for CLANG... ccache clang [14:29:31.940] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [14:29:31.947] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [14:29:31.954] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [14:29:31.999] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [14:29:32.085] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [14:29:32.092] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [14:29:32.099] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [14:29:32.106] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [14:29:32.112] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [14:29:32.119] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [14:29:32.127] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [14:29:32.134] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [14:29:32.141] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [14:29:32.148] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [14:29:32.156] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [14:29:32.163] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [14:29:32.170] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [14:29:32.177] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [14:29:32.184] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [14:29:32.191] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [14:29:32.198] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [14:29:32.206] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [14:29:32.213] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [14:29:32.221] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [14:29:32.229] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [14:29:32.237] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [14:29:32.283] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [14:29:32.333] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [14:29:32.341] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [14:29:32.348] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [14:29:32.390] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [14:29:32.398] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [14:29:32.405] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [14:29:32.414] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [14:29:32.421] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [14:29:32.428] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [14:29:32.435] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [14:29:32.442] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [14:29:32.449] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [14:29:32.456] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [14:29:32.469] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [14:29:32.469] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [14:29:32.477] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [14:29:32.485] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [14:29:32.492] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [14:29:32.505] checking whether the C compiler still works... yes [14:29:32.559] checking how to run the C preprocessor... ccache gcc -E [14:29:32.628] checking for pkg-config... /usr/bin/pkg-config [14:29:32.629] checking pkg-config is at least version 0.9.0... yes [14:29:32.634] checking whether to build with ICU support... yes [14:29:32.634] checking for icu-uc icu-i18n... yes [14:29:32.643] checking whether to build with Tcl... yes [14:29:32.643] checking whether to build Perl modules... yes [14:29:32.643] checking whether to build Python modules... yes [14:29:32.644] checking whether to build with GSSAPI support... yes [14:29:32.645] checking whether to build with PAM support... yes [14:29:32.645] checking whether to build with BSD Authentication support... no [14:29:32.645] checking whether to build with LDAP support... yes [14:29:32.645] checking whether to build with Bonjour support... no [14:29:32.645] checking whether to build with SELinux support... yes [14:29:32.645] checking whether to build with systemd support... yes [14:29:32.645] checking whether to build with liburing support... no [14:29:32.646] checking whether to build with libcurl support... yes [14:29:32.646] checking for libcurl >= 7.61.0... yes [14:29:32.669] checking whether to build with libnuma support... no [14:29:32.670] checking whether to build with XML support... yes [14:29:32.670] checking for libxml-2.0 >= 2.6.23... yes [14:29:32.680] checking whether to build with LZ4 support... yes [14:29:32.680] checking for liblz4... yes [14:29:32.689] checking whether to build with ZSTD support... yes [14:29:32.689] checking for libzstd >= 1.4.0... yes [14:29:32.698] checking for strip... strip [14:29:32.698] checking whether it is possible to strip libraries... yes [14:29:32.701] checking for ar... ar [14:29:32.702] checking for a BSD-compatible install... /usr/bin/install -c [14:29:32.712] checking for tar... /usr/bin/tar [14:29:32.712] checking whether ln -s works... yes [14:29:32.712] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [14:29:32.715] checking for bison... /usr/bin/bison [14:29:32.724] configure: using bison (GNU Bison) 3.8.2 [14:29:32.727] checking for flex... /usr/bin/flex [14:29:32.733] configure: using flex 2.6.4 [14:29:32.734] checking for perl... /usr/bin/perl [14:29:32.752] configure: using perl 5.40.1 [14:29:32.754] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [14:29:32.766] checking for Perl privlibexp... /usr/share/perl/5.40 [14:29:32.771] checking for Perl useshrplib... true [14:29:32.782] 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 [14:29:32.788] checking for CFLAGS to compile embedded Perl... -DDEBIAN [14:29:32.794] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [14:29:32.929] checking for python3... /usr/bin/python3 [14:29:32.942] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [14:29:32.950] checking for Python sysconfig module... yes [14:29:32.965] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [14:29:32.982] checking Python include directory... -I/usr/include/python3.13 [14:29:32.998] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [14:29:33.054] checking for a sed that does not truncate output... /usr/bin/sed [14:29:33.060] checking for grep that handles long lines and -e... /usr/bin/grep [14:29:33.062] checking for egrep... /usr/bin/grep -E [14:29:33.064] checking for ANSI C header files... yes [14:29:33.184] checking for sys/types.h... yes [14:29:33.200] checking for sys/stat.h... yes [14:29:33.220] checking for stdlib.h... yes [14:29:33.236] checking for string.h... yes [14:29:33.251] checking for memory.h... yes [14:29:33.267] checking for strings.h... yes [14:29:33.283] checking for inttypes.h... yes [14:29:33.300] checking for stdint.h... yes [14:29:33.316] checking for unistd.h... yes [14:29:33.330] checking whether ccache gcc is Clang... no [14:29:33.342] checking whether pthreads work with -pthread... yes [14:29:33.402] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [14:29:33.445] checking whether more special flags are required for pthreads... no [14:29:33.445] checking for PTHREAD_PRIO_INHERIT... yes [14:29:33.494] checking pthread.h usability... yes [14:29:33.502] checking pthread.h presence... yes [14:29:33.518] checking for pthread.h... yes [14:29:33.518] checking for strerror_r... yes [14:29:33.562] checking whether strerror_r returns int... no [14:29:33.593] checking for main in -lm... yes [14:29:33.642] checking for library containing setproctitle... no [14:29:33.736] checking for library containing dlsym... none required [14:29:33.779] checking for library containing socket... none required [14:29:33.822] checking for library containing getopt_long... none required [14:29:33.866] checking for library containing shm_open... none required [14:29:33.909] checking for library containing shm_unlink... none required [14:29:33.952] checking for library containing clock_gettime... none required [14:29:33.997] checking for library containing shmget... none required [14:29:34.040] checking for library containing backtrace_symbols... none required [14:29:34.084] checking for library containing pthread_barrier_wait... none required [14:29:34.128] checking for library containing readline... -lreadline [14:29:34.178] checking for inflate in -lz... yes [14:29:34.224] checking curl/curl.h usability... yes [14:29:34.234] checking curl/curl.h presence... yes [14:29:34.265] checking for curl/curl.h... yes [14:29:34.265] checking for curl_multi_init in -lcurl... yes [14:29:34.385] checking for curl_global_init thread safety... yes [14:29:34.490] checking for curl support for asynchronous DNS... yes [14:29:34.590] checking for library containing gss_store_cred_into... -lgssapi_krb5 [14:29:34.683] checking for CRYPTO_new_ex_data in -lcrypto... yes [14:29:34.751] checking for SSL_new in -lssl... yes [14:29:34.817] checking for SSL_CTX_set_ciphersuites... yes [14:29:34.887] checking for SSL_CTX_set_cert_cb... yes [14:29:34.959] checking for X509_get_signature_info... yes [14:29:35.039] checking for SSL_CTX_set_num_tickets... yes [14:29:35.115] checking for SSL_CTX_set_keylog_callback... yes [14:29:35.188] checking for pam_start in -lpam... yes [14:29:35.243] checking for xmlSaveToBuffer in -lxml2... yes [14:29:35.304] checking for xsltCleanupGlobals in -lxslt... yes [14:29:35.371] checking for LZ4_compress_default in -llz4... yes [14:29:35.430] checking for ZSTD_compress in -lzstd... yes [14:29:35.485] checking for ldap_bind in -lldap... yes [14:29:35.559] checking for ldap_initialize... yes [14:29:35.636] checking for ldap_verify_credentials... yes [14:29:35.713] checking for security_compute_create_name in -lselinux... yes [14:29:35.771] checking for uuid_export in -lossp-uuid... yes [14:29:35.830] checking atomic.h usability... no [14:29:35.887] checking atomic.h presence... no [14:29:35.904] checking for atomic.h... no [14:29:35.908] checking copyfile.h usability... no [14:29:35.957] checking copyfile.h presence... no [14:29:35.974] checking for copyfile.h... no [14:29:35.977] checking execinfo.h usability... yes [14:29:35.986] checking execinfo.h presence... yes [14:29:35.999] checking for execinfo.h... yes [14:29:36.007] checking getopt.h usability... yes [14:29:36.016] checking getopt.h presence... yes [14:29:36.029] checking for getopt.h... yes [14:29:36.037] checking ifaddrs.h usability... yes [14:29:36.046] checking ifaddrs.h presence... yes [14:29:36.062] checking for ifaddrs.h... yes [14:29:36.070] checking mbarrier.h usability... no [14:29:36.118] checking mbarrier.h presence... no [14:29:36.135] checking for mbarrier.h... no [14:29:36.139] checking sys/epoll.h usability... yes [14:29:36.148] checking sys/epoll.h presence... yes [14:29:36.168] checking for sys/epoll.h... yes [14:29:36.176] checking sys/event.h usability... no [14:29:36.225] checking sys/event.h presence... no [14:29:36.243] checking for sys/event.h... no [14:29:36.246] checking sys/personality.h usability... yes [14:29:36.255] checking sys/personality.h presence... yes [14:29:36.269] checking for sys/personality.h... yes [14:29:36.277] checking sys/prctl.h usability... yes [14:29:36.286] checking sys/prctl.h presence... yes [14:29:36.300] checking for sys/prctl.h... yes [14:29:36.308] checking sys/procctl.h usability... no [14:29:36.357] checking sys/procctl.h presence... no [14:29:36.374] checking for sys/procctl.h... no [14:29:36.378] checking sys/signalfd.h usability... yes [14:29:36.386] checking sys/signalfd.h presence... yes [14:29:36.402] checking for sys/signalfd.h... yes [14:29:36.410] checking sys/ucred.h usability... no [14:29:36.456] checking sys/ucred.h presence... no [14:29:36.473] checking for sys/ucred.h... no [14:29:36.476] checking termios.h usability... yes [14:29:36.485] checking termios.h presence... yes [14:29:36.502] checking for termios.h... yes [14:29:36.510] checking uchar.h usability... yes [14:29:36.519] checking uchar.h presence... yes [14:29:36.533] checking for uchar.h... yes [14:29:36.541] checking ucred.h usability... no [14:29:36.588] checking ucred.h presence... no [14:29:36.605] checking for ucred.h... no [14:29:36.608] checking xlocale.h usability... no [14:29:36.657] checking xlocale.h presence... no [14:29:36.673] checking for xlocale.h... no [14:29:36.675] checking readline/readline.h usability... yes [14:29:36.685] checking readline/readline.h presence... yes [14:29:36.706] checking for readline/readline.h... yes [14:29:36.707] checking readline/history.h usability... yes [14:29:36.715] checking readline/history.h presence... yes [14:29:36.731] checking for readline/history.h... yes [14:29:36.733] checking zlib.h usability... yes [14:29:36.741] checking zlib.h presence... yes [14:29:36.758] checking for zlib.h... yes [14:29:36.758] checking for lz4... /usr/bin/lz4 [14:29:36.759] checking lz4.h usability... yes [14:29:36.767] checking lz4.h presence... yes [14:29:36.782] checking for lz4.h... yes [14:29:36.783] checking for zstd... /usr/bin/zstd [14:29:36.783] checking zstd.h usability... yes [14:29:36.791] checking zstd.h presence... yes [14:29:36.805] checking for zstd.h... yes [14:29:36.805] checking gssapi/gssapi.h usability... yes [14:29:36.817] checking gssapi/gssapi.h presence... yes [14:29:36.831] checking for gssapi/gssapi.h... yes [14:29:36.832] checking gssapi/gssapi_ext.h usability... yes [14:29:36.840] checking gssapi/gssapi_ext.h presence... yes [14:29:36.855] checking for gssapi/gssapi_ext.h... yes [14:29:36.856] checking for openssl... /usr/bin/openssl [14:29:36.866] configure: using openssl: OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025) [14:29:36.866] checking openssl/ssl.h usability... yes [14:29:36.876] checking openssl/ssl.h presence... yes [14:29:36.956] checking for openssl/ssl.h... yes [14:29:36.956] checking openssl/err.h usability... yes [14:29:36.965] checking openssl/err.h presence... yes [14:29:36.993] checking for openssl/err.h... yes [14:29:36.994] checking security/pam_appl.h usability... yes [14:29:37.003] checking security/pam_appl.h presence... yes [14:29:37.018] checking for security/pam_appl.h... yes [14:29:37.020] checking systemd/sd-daemon.h usability... yes [14:29:37.029] checking systemd/sd-daemon.h presence... yes [14:29:37.048] checking for systemd/sd-daemon.h... yes [14:29:37.048] checking libxml/parser.h usability... yes [14:29:37.058] checking libxml/parser.h presence... yes [14:29:37.093] checking for libxml/parser.h... yes [14:29:37.094] checking libxslt/xslt.h usability... yes [14:29:37.103] checking libxslt/xslt.h presence... yes [14:29:37.129] checking for libxslt/xslt.h... yes [14:29:37.129] checking ldap.h usability... yes [14:29:37.138] checking ldap.h presence... yes [14:29:37.157] checking for ldap.h... yes [14:29:37.157] checking for compatible LDAP implementation... yes [14:29:37.166] checking ossp/uuid.h usability... yes [14:29:37.175] checking ossp/uuid.h presence... yes [14:29:37.191] checking for ossp/uuid.h... yes [14:29:37.208] checking whether byte ordering is bigendian... no [14:29:37.298] checking for inline... inline [14:29:37.307] checking for printf format archetype... gnu_printf [14:29:37.316] checking for _Static_assert... yes [14:29:37.372] checking for typeof... typeof [14:29:37.380] checking for __builtin_types_compatible_p... yes [14:29:37.392] checking for __builtin_constant_p... yes [14:29:37.404] checking for __builtin_mul_overflow... yes [14:29:37.468] checking for __builtin_unreachable... yes [14:29:37.523] checking for computed goto support... yes [14:29:37.531] checking for struct tm.tm_zone... yes [14:29:37.540] checking for union semun... no [14:29:37.577] checking for socklen_t... yes [14:29:37.622] checking for struct sockaddr.sa_len... no [14:29:37.696] checking for C/C++ restrict keyword... __restrict [14:29:37.709] checking for struct option... yes [14:29:37.747] checking whether assembler supports x86_64 popcntq... yes [14:29:37.755] checking for special C compiler options needed for large files... no [14:29:37.755] checking for _FILE_OFFSET_BITS value needed for large files... no [14:29:37.767] checking size of off_t... 8 [14:29:37.838] checking for int timezone... yes [14:29:37.906] checking for backtrace_symbols... yes [14:29:37.967] checking for copyfile... no [14:29:38.031] checking for copy_file_range... yes [14:29:38.092] checking for elf_aux_info... no [14:29:38.161] checking for getauxval... yes [14:29:38.223] checking for getifaddrs... yes [14:29:38.285] checking for getpeerucred... no [14:29:38.348] checking for inet_pton... yes [14:29:38.412] checking for kqueue... no [14:29:38.480] checking for localeconv_l... no [14:29:38.544] checking for mbstowcs_l... no [14:29:38.609] checking for posix_fallocate... yes [14:29:38.675] checking for ppoll... yes [14:29:38.738] checking for pthread_is_threaded_np... no [14:29:38.802] checking for setproctitle... no [14:29:38.863] checking for setproctitle_fast... no [14:29:38.928] checking for strsignal... yes [14:29:38.993] checking for syncfs... yes [14:29:39.057] checking for sync_file_range... yes [14:29:39.120] checking for uselocale... yes [14:29:39.184] checking for wcstombs_l... no [14:29:39.247] checking for __builtin_bswap16... yes [14:29:39.310] checking for __builtin_bswap32... yes [14:29:39.370] checking for __builtin_bswap64... yes [14:29:39.429] checking for __builtin_clz... yes [14:29:39.490] checking for __builtin_ctz... yes [14:29:39.550] checking for __builtin_popcount... yes [14:29:39.610] checking for __builtin_frame_address... yes [14:29:39.669] checking for _LARGEFILE_SOURCE value needed for large files... no [14:29:39.730] checking how ccache gcc reports undeclared, standard C functions... error [14:29:39.756] checking for posix_fadvise... yes [14:29:39.817] checking whether posix_fadvise is declared... yes [14:29:39.831] checking whether fdatasync is declared... yes [14:29:39.845] checking whether strlcat is declared... yes [14:29:39.860] checking whether strlcpy is declared... yes [14:29:39.875] checking whether strnlen is declared... yes [14:29:39.890] checking whether strsep is declared... yes [14:29:39.905] checking whether timingsafe_bcmp is declared... no [14:29:39.962] checking whether preadv is declared... yes [14:29:39.976] checking whether pwritev is declared... yes [14:29:39.990] checking whether strchrnul is declared... yes [14:29:40.004] checking whether memset_s is declared... no [14:29:40.040] checking whether F_FULLFSYNC is declared... no [14:29:40.074] checking for explicit_bzero... yes [14:29:40.128] checking for getopt... yes [14:29:40.182] checking for getpeereid... no [14:29:40.241] checking for inet_aton... yes [14:29:40.295] checking for mkdtemp... yes [14:29:40.353] checking for strlcat... yes [14:29:40.408] checking for strlcpy... yes [14:29:40.462] checking for strnlen... yes [14:29:40.520] checking for strsep... yes [14:29:40.576] checking for timingsafe_bcmp... no [14:29:40.638] checking for pthread_barrier_wait... yes [14:29:40.694] checking for getopt_long... yes [14:29:40.749] checking for syslog... yes [14:29:40.806] checking syslog.h usability... yes [14:29:40.814] checking syslog.h presence... yes [14:29:40.829] checking for syslog.h... yes [14:29:40.830] checking for opterr... yes [14:29:40.884] checking for optreset... no [14:29:40.943] checking unicode/ucol.h usability... yes [14:29:40.953] checking unicode/ucol.h presence... yes [14:29:40.990] checking for unicode/ucol.h... yes [14:29:40.995] checking whether LLVMCreateGDBRegistrationListener is declared... yes [14:29:41.013] checking whether LLVMCreatePerfJITEventListener is declared... yes [14:29:41.022] checking for rl_completion_suppress_quote... yes [14:29:41.083] checking for rl_filename_quote_characters... yes [14:29:41.146] checking for rl_filename_quoting_function... yes [14:29:41.211] checking for append_history... yes [14:29:41.278] checking for history_truncate_file... yes [14:29:41.342] checking for rl_completion_matches... yes [14:29:41.409] checking for rl_filename_completion_function... yes [14:29:41.474] checking for rl_reset_screen_size... yes [14:29:41.539] checking for rl_variable_bind... yes [14:29:41.602] checking test program... ok [14:29:41.657] checking size of void *... 8 [14:29:41.729] checking size of size_t... 8 [14:29:41.803] checking size of long... 8 [14:29:41.876] checking size of long long... 8 [14:29:41.947] checking alignment of short... 2 [14:29:42.019] checking alignment of int... 4 [14:29:42.089] checking alignment of long... 8 [14:29:42.159] checking alignment of int64_t... 8 [14:29:42.231] checking alignment of double... 8 [14:29:42.303] checking for __int128... yes [14:29:42.366] checking for __int128 alignment bug... ok [14:29:42.423] checking alignment of PG_INT128_TYPE... 16 [14:29:42.493] checking for builtin __sync char locking functions... yes [14:29:42.549] checking for builtin __sync int32 locking functions... yes [14:29:42.605] checking for builtin __sync int32 atomic operations... yes [14:29:42.661] checking for builtin __sync int64 atomic operations... yes [14:29:42.717] checking for builtin __atomic int32 atomic operations... yes [14:29:42.773] checking for builtin __atomic int64 atomic operations... yes [14:29:42.832] checking for __get_cpuid... yes [14:29:42.891] checking for __get_cpuid_count... yes [14:29:42.947] checking for _xgetbv... yes [14:29:43.381] checking for _mm512_popcnt_epi64... yes [14:29:43.772] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [14:29:43.885] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [14:29:43.906] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [14:29:43.924] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [14:29:43.941] 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 [14:29:43.971] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [14:29:43.971] checking for _mm512_clmulepi64_epi128... yes [14:29:44.353] checking for vectorized CRC-32C... AVX-512 with runtime check [14:29:44.353] checking for library containing sem_init... none required [14:29:44.409] checking which semaphore API to use... unnamed POSIX [14:29:44.409] checking which random number source to use... OpenSSL [14:29:44.411] checking for tclsh... /usr/bin/tclsh [14:29:44.412] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [14:29:44.441] checking tcl.h usability... yes [14:29:44.451] checking tcl.h presence... yes [14:29:44.473] checking for tcl.h... yes [14:29:44.474] checking for perl.h... yes [14:29:44.491] checking for libperl... yes [14:29:44.778] checking Python.h usability... yes [14:29:44.789] checking Python.h presence... yes [14:29:44.885] checking for Python.h... yes [14:29:44.885] checking for xmllint... /usr/bin/xmllint [14:29:44.885] checking for xsltproc... /usr/bin/xsltproc [14:29:44.886] checking for fop... /usr/bin/fop [14:29:44.886] checking for dbtoepub... no [14:29:44.886] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [14:29:44.943] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [14:29:45.012] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [14:29:45.012] 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 [14:29:45.012] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [14:29:45.012] configure: using LDFLAGS= -Wl,--as-needed [14:29:45.012] configure: using CXX=ccache g++ [14:29:45.012] 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 [14:29:45.012] configure: using CLANG=ccache clang [14:29:45.012] 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 [14:29:45.012] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [14:29:45.041] configure: updating cache gcc.cache [14:29:45.049] configure: creating ./config.status [14:29:45.136] config.status: creating GNUmakefile [14:29:45.149] config.status: creating src/Makefile.global [14:29:45.166] config.status: creating src/include/pg_config.h [14:29:45.179] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [14:29:45.196] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [14:29:45.203] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [14:29:45.211] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [14:29:45.219] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [14:29:45.255] [14:29:45.255] real 0m14.085s [14:29:45.255] user 0m9.125s [14:29:45.255] sys 0m4.540s [14:29:45.255] make -s -j${BUILD_JOBS} clean [14:29:45.718] Makefile:29: warning: overriding recipe for target 'check' [14:29:45.718] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' [14:29:45.718] Makefile:32: warning: overriding recipe for target 'installcheck' [14:29:45.718] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' [14:29:45.766] time make -s -j${BUILD_JOBS} world-bin [14:32:04.586] [14:32:04.586] real 2m18.820s [14:32:04.586] user 7m12.739s [14:32:04.586] sys 1m18.081s [14:32:04.586]