[18:07:36.569] time ./configure \ [18:07:36.569] --cache gcc.cache \ [18:07:36.569] --enable-dtrace \ [18:07:36.569] ${LINUX_CONFIGURE_FEATURES} \ [18:07:36.569] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [18:07:36.790] configure: creating cache gcc.cache [18:07:36.808] checking build system type... x86_64-pc-linux-gnu [18:07:36.942] checking host system type... x86_64-pc-linux-gnu [18:07:36.942] checking which template to use... linux [18:07:36.943] checking whether NLS is wanted... no [18:07:36.943] checking for default port number... 5432 [18:07:36.953] checking for dtrace... /usr/bin/dtrace [18:07:36.954] checking for block size... 8kB [18:07:36.956] checking for segment size... 1GB [18:07:36.959] checking for WAL block size... 8kB [18:07:37.004] checking whether the C compiler works... yes [18:07:37.139] checking for C compiler default output file name... a.out [18:07:37.141] checking for suffix of executables... [18:07:37.190] checking whether we are cross compiling... no [18:07:37.278] checking for suffix of object files... o [18:07:37.292] checking whether we are using the GNU C compiler... yes [18:07:37.302] checking whether ccache gcc accepts -g... yes [18:07:37.311] checking for ccache gcc option to accept ISO C89... none needed [18:07:37.324] checking for ccache gcc option to accept ISO C11... none needed [18:07:37.383] checking whether we are using the GNU C++ compiler... yes [18:07:37.392] checking whether ccache g++ accepts -g... yes [18:07:37.435] checking for gawk... no [18:07:37.435] checking for mawk... mawk [18:07:37.436] checking for llvm-config... /usr/bin/llvm-config [18:07:37.450] configure: using llvm 19.1.7 [18:07:37.450] checking for CLANG... ccache clang [18:07:37.521] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [18:07:37.531] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [18:07:37.541] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [18:07:37.606] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [18:07:37.712] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [18:07:37.720] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [18:07:37.729] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [18:07:37.738] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [18:07:37.746] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [18:07:37.756] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [18:07:37.765] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [18:07:37.773] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [18:07:37.781] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [18:07:37.790] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [18:07:37.798] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [18:07:37.806] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [18:07:37.813] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [18:07:37.821] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [18:07:37.829] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [18:07:37.837] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [18:07:37.845] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [18:07:37.853] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [18:07:37.861] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [18:07:37.868] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [18:07:37.876] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [18:07:37.884] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [18:07:37.931] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [18:07:37.983] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [18:07:37.990] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [18:07:37.997] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [18:07:38.040] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [18:07:38.047] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [18:07:38.055] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [18:07:38.063] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [18:07:38.070] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [18:07:38.077] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [18:07:38.084] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [18:07:38.091] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [18:07:38.098] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [18:07:38.105] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [18:07:38.117] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [18:07:38.117] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [18:07:38.124] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [18:07:38.131] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [18:07:38.138] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [18:07:38.151] checking whether the C compiler still works... yes [18:07:38.202] checking how to run the C preprocessor... ccache gcc -E [18:07:38.267] checking for pkg-config... /usr/bin/pkg-config [18:07:38.267] checking pkg-config is at least version 0.9.0... yes [18:07:38.271] checking whether to build with ICU support... yes [18:07:38.271] checking for icu-uc icu-i18n... yes [18:07:38.280] checking whether to build with Tcl... yes [18:07:38.281] checking whether to build Perl modules... yes [18:07:38.281] checking whether to build Python modules... yes [18:07:38.281] checking whether to build with GSSAPI support... yes [18:07:38.282] checking whether to build with PAM support... yes [18:07:38.282] checking whether to build with BSD Authentication support... no [18:07:38.282] checking whether to build with LDAP support... yes [18:07:38.282] checking whether to build with Bonjour support... no [18:07:38.282] checking whether to build with SELinux support... yes [18:07:38.283] checking whether to build with systemd support... yes [18:07:38.283] checking whether to build with liburing support... no [18:07:38.283] checking whether to build with libcurl support... yes [18:07:38.283] checking for libcurl >= 7.61.0... yes [18:07:38.305] checking whether to build with libnuma support... no [18:07:38.305] checking whether to build with XML support... yes [18:07:38.305] checking for libxml-2.0 >= 2.6.23... yes [18:07:38.314] checking whether to build with LZ4 support... yes [18:07:38.315] checking for liblz4... yes [18:07:38.323] checking whether to build with ZSTD support... yes [18:07:38.323] checking for libzstd >= 1.4.0... yes [18:07:38.331] checking for strip... strip [18:07:38.331] checking whether it is possible to strip libraries... yes [18:07:38.335] checking for ar... ar [18:07:38.335] checking for a BSD-compatible install... /usr/bin/install -c [18:07:38.345] checking for tar... /usr/bin/tar [18:07:38.345] checking whether ln -s works... yes [18:07:38.345] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [18:07:38.347] checking for nm... /usr/bin/nm [18:07:38.347] checking for bison... /usr/bin/bison [18:07:38.352] configure: using bison (GNU Bison) 3.8.2 [18:07:38.355] checking for flex... /usr/bin/flex [18:07:38.359] configure: using flex 2.6.4 [18:07:38.359] checking for perl... /usr/bin/perl [18:07:38.379] configure: using perl 5.40.1 [18:07:38.381] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [18:07:38.393] checking for Perl privlibexp... /usr/share/perl/5.40 [18:07:38.398] checking for Perl useshrplib... true [18:07:38.407] 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 [18:07:38.413] checking for CFLAGS to compile embedded Perl... -DDEBIAN [18:07:38.419] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [18:07:38.543] checking for python3... /usr/bin/python3 [18:07:38.556] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [18:07:38.563] checking for Python sysconfig module... yes [18:07:38.579] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [18:07:38.595] checking Python include directory... -I/usr/include/python3.13 [18:07:38.610] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [18:07:38.660] checking for a sed that does not truncate output... /usr/bin/sed [18:07:38.665] checking for grep that handles long lines and -e... /usr/bin/grep [18:07:38.667] checking for egrep... /usr/bin/grep -E [18:07:38.669] checking for ANSI C header files... yes [18:07:38.781] checking for sys/types.h... yes [18:07:38.796] checking for sys/stat.h... yes [18:07:38.816] checking for stdlib.h... yes [18:07:38.831] checking for string.h... yes [18:07:38.846] checking for memory.h... yes [18:07:38.861] checking for strings.h... yes [18:07:38.876] checking for inttypes.h... yes [18:07:38.890] checking for stdint.h... yes [18:07:38.905] checking for unistd.h... yes [18:07:38.918] checking whether ccache gcc is Clang... no [18:07:38.928] checking whether pthreads work with -pthread... yes [18:07:38.986] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [18:07:39.025] checking whether more special flags are required for pthreads... no [18:07:39.025] checking for PTHREAD_PRIO_INHERIT... yes [18:07:39.069] checking pthread.h usability... yes [18:07:39.077] checking pthread.h presence... yes [18:07:39.093] checking for pthread.h... yes [18:07:39.093] checking for strerror_r... yes [18:07:39.132] checking whether strerror_r returns int... no [18:07:39.160] checking for main in -lm... yes [18:07:39.206] checking for library containing setproctitle... no [18:07:39.292] checking for library containing dlsym... none required [18:07:39.334] checking for library containing socket... none required [18:07:39.375] checking for library containing getopt_long... none required [18:07:39.415] checking for library containing shm_open... none required [18:07:39.455] checking for library containing shm_unlink... none required [18:07:39.495] checking for library containing clock_gettime... none required [18:07:39.534] checking for library containing shmget... none required [18:07:39.572] checking for library containing backtrace_symbols... none required [18:07:39.610] checking for library containing pthread_barrier_wait... none required [18:07:39.648] checking for library containing readline... -lreadline [18:07:39.691] checking for inflate in -lz... yes [18:07:39.732] checking curl/curl.h usability... yes [18:07:39.742] checking curl/curl.h presence... yes [18:07:39.777] checking for curl/curl.h... yes [18:07:39.777] checking for curl_multi_init in -lcurl... yes [18:07:39.896] checking for curl_global_init thread safety... yes [18:07:39.997] checking for curl support for asynchronous DNS... yes [18:07:40.102] checking for library containing gss_store_cred_into... -lgssapi_krb5 [18:07:40.209] checking for CRYPTO_new_ex_data in -lcrypto... yes [18:07:40.288] checking for SSL_new in -lssl... yes [18:07:40.374] checking for SSL_CTX_set_ciphersuites... yes [18:07:40.460] checking for SSL_CTX_set_cert_cb... yes [18:07:40.546] checking for X509_get_signature_info... yes [18:07:40.633] checking for SSL_CTX_set_num_tickets... yes [18:07:40.707] checking for SSL_CTX_set_keylog_callback... yes [18:07:40.778] checking for pam_start in -lpam... yes [18:07:40.832] checking for xmlSaveToBuffer in -lxml2... yes [18:07:40.892] checking for xsltCleanupGlobals in -lxslt... yes [18:07:40.958] checking for LZ4_compress_default in -llz4... yes [18:07:41.014] checking for ZSTD_compress in -lzstd... yes [18:07:41.068] checking for ldap_bind in -lldap... yes [18:07:41.141] checking for ldap_initialize... yes [18:07:41.214] checking for ldap_verify_credentials... yes [18:07:41.288] checking for security_compute_create_name in -lselinux... yes [18:07:41.345] checking for uuid_export in -lossp-uuid... yes [18:07:41.403] checking copyfile.h usability... no [18:07:41.459] checking copyfile.h presence... no [18:07:41.475] checking for copyfile.h... no [18:07:41.478] checking execinfo.h usability... yes [18:07:41.486] checking execinfo.h presence... yes [18:07:41.498] checking for execinfo.h... yes [18:07:41.505] checking getopt.h usability... yes [18:07:41.513] checking getopt.h presence... yes [18:07:41.526] checking for getopt.h... yes [18:07:41.533] checking ifaddrs.h usability... yes [18:07:41.541] checking ifaddrs.h presence... yes [18:07:41.557] checking for ifaddrs.h... yes [18:07:41.565] checking sys/epoll.h usability... yes [18:07:41.575] checking sys/epoll.h presence... yes [18:07:41.594] checking for sys/epoll.h... yes [18:07:41.601] checking sys/event.h usability... no [18:07:41.650] checking sys/event.h presence... no [18:07:41.666] checking for sys/event.h... no [18:07:41.670] checking sys/personality.h usability... yes [18:07:41.679] checking sys/personality.h presence... yes [18:07:41.692] checking for sys/personality.h... yes [18:07:41.700] checking sys/prctl.h usability... yes [18:07:41.709] checking sys/prctl.h presence... yes [18:07:41.723] checking for sys/prctl.h... yes [18:07:41.732] checking sys/procctl.h usability... no [18:07:41.782] checking sys/procctl.h presence... no [18:07:41.800] checking for sys/procctl.h... no [18:07:41.804] checking sys/signalfd.h usability... yes [18:07:41.813] checking sys/signalfd.h presence... yes [18:07:41.829] checking for sys/signalfd.h... yes [18:07:41.838] checking sys/ucred.h usability... no [18:07:41.888] checking sys/ucred.h presence... no [18:07:41.905] checking for sys/ucred.h... no [18:07:41.909] checking termios.h usability... yes [18:07:41.918] checking termios.h presence... yes [18:07:41.936] checking for termios.h... yes [18:07:41.945] checking uchar.h usability... yes [18:07:41.956] checking uchar.h presence... yes [18:07:41.971] checking for uchar.h... yes [18:07:41.980] checking ucred.h usability... no [18:07:42.031] checking ucred.h presence... no [18:07:42.050] checking for ucred.h... no [18:07:42.054] checking xlocale.h usability... no [18:07:42.106] checking xlocale.h presence... no [18:07:42.125] checking for xlocale.h... no [18:07:42.127] checking readline/readline.h usability... yes [18:07:42.139] checking readline/readline.h presence... yes [18:07:42.170] checking for readline/readline.h... yes [18:07:42.171] checking readline/history.h usability... yes [18:07:42.183] checking readline/history.h presence... yes [18:07:42.203] checking for readline/history.h... yes [18:07:42.206] checking zlib.h usability... yes [18:07:42.217] checking zlib.h presence... yes [18:07:42.240] checking for zlib.h... yes [18:07:42.241] checking for lz4... /usr/bin/lz4 [18:07:42.241] checking lz4.h usability... yes [18:07:42.252] checking lz4.h presence... yes [18:07:42.269] checking for lz4.h... yes [18:07:42.270] checking for zstd... /usr/bin/zstd [18:07:42.270] checking zstd.h usability... yes [18:07:42.280] checking zstd.h presence... yes [18:07:42.298] checking for zstd.h... yes [18:07:42.298] checking gssapi/gssapi.h usability... yes [18:07:42.312] checking gssapi/gssapi.h presence... yes [18:07:42.332] checking for gssapi/gssapi.h... yes [18:07:42.334] checking gssapi/gssapi_ext.h usability... yes [18:07:42.345] checking gssapi/gssapi_ext.h presence... yes [18:07:42.366] checking for gssapi/gssapi_ext.h... yes [18:07:42.368] checking for openssl... /usr/bin/openssl [18:07:42.380] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [18:07:42.380] checking openssl/ssl.h usability... yes [18:07:42.394] checking openssl/ssl.h presence... yes [18:07:42.500] checking for openssl/ssl.h... yes [18:07:42.501] checking openssl/err.h usability... yes [18:07:42.511] checking openssl/err.h presence... yes [18:07:42.547] checking for openssl/err.h... yes [18:07:42.548] checking security/pam_appl.h usability... yes [18:07:42.561] checking security/pam_appl.h presence... yes [18:07:42.577] checking for security/pam_appl.h... yes [18:07:42.579] checking systemd/sd-daemon.h usability... yes [18:07:42.593] checking systemd/sd-daemon.h presence... yes [18:07:42.615] checking for systemd/sd-daemon.h... yes [18:07:42.615] checking libxml/parser.h usability... yes [18:07:42.628] checking libxml/parser.h presence... yes [18:07:42.669] checking for libxml/parser.h... yes [18:07:42.670] checking libxslt/xslt.h usability... yes [18:07:42.682] checking libxslt/xslt.h presence... yes [18:07:42.713] checking for libxslt/xslt.h... yes [18:07:42.714] checking ldap.h usability... yes [18:07:42.725] checking ldap.h presence... yes [18:07:42.748] checking for ldap.h... yes [18:07:42.748] checking for compatible LDAP implementation... yes [18:07:42.760] checking ossp/uuid.h usability... yes [18:07:42.772] checking ossp/uuid.h presence... yes [18:07:42.793] checking for ossp/uuid.h... yes [18:07:42.815] checking whether byte ordering is bigendian... no [18:07:42.910] checking for inline... inline [18:07:42.917] checking for C printf format archetype... gnu_printf [18:07:42.926] checking for C++ printf format archetype... gnu_printf [18:07:42.935] checking for statement expressions... yes [18:07:42.989] checking for typeof... typeof [18:07:42.997] checking for __builtin_types_compatible_p... yes [18:07:43.008] checking for __builtin_constant_p... yes [18:07:43.019] checking for __builtin_mul_overflow... yes [18:07:43.083] checking for __builtin_unreachable... yes [18:07:43.135] checking for computed goto support... yes [18:07:43.143] checking for struct tm.tm_zone... yes [18:07:43.152] checking for union semun... no [18:07:43.187] checking for socklen_t... yes [18:07:43.230] checking for struct sockaddr.sa_len... no [18:07:43.300] checking for C/C++ restrict keyword... __restrict [18:07:43.313] checking for struct option... yes [18:07:43.348] checking whether assembler supports x86_64 popcntq... yes [18:07:43.356] checking for special C compiler options needed for large files... no [18:07:43.356] checking for _FILE_OFFSET_BITS value needed for large files... no [18:07:43.367] checking size of off_t... 8 [18:07:43.436] checking for int timezone... yes [18:07:43.503] checking for backtrace_symbols... yes [18:07:43.563] checking for copyfile... no [18:07:43.624] checking for copy_file_range... yes [18:07:43.684] checking for elf_aux_info... no [18:07:43.747] checking for getauxval... yes [18:07:43.807] checking for getifaddrs... yes [18:07:43.867] checking for getpeerucred... no [18:07:43.929] checking for inet_pton... yes [18:07:43.991] checking for kqueue... no [18:07:44.053] checking for localeconv_l... no [18:07:44.116] checking for mbstowcs_l... no [18:07:44.178] checking for posix_fallocate... yes [18:07:44.239] checking for ppoll... yes [18:07:44.300] checking for pthread_is_threaded_np... no [18:07:44.361] checking for setproctitle... no [18:07:44.423] checking for setproctitle_fast... no [18:07:44.485] checking for strsignal... yes [18:07:44.547] checking for syncfs... yes [18:07:44.608] checking for sync_file_range... yes [18:07:44.670] checking for uselocale... yes [18:07:44.732] checking for wcstombs_l... no [18:07:44.792] checking for __builtin_bswap16... yes [18:07:44.853] checking for __builtin_bswap32... yes [18:07:44.912] checking for __builtin_bswap64... yes [18:07:44.972] checking for __builtin_clz... yes [18:07:45.031] checking for __builtin_ctz... yes [18:07:45.090] checking for __builtin_popcount... yes [18:07:45.151] checking for __builtin_frame_address... yes [18:07:45.213] checking for _LARGEFILE_SOURCE value needed for large files... no [18:07:45.278] checking how ccache gcc reports undeclared, standard C functions... error [18:07:45.307] checking for posix_fadvise... yes [18:07:45.375] checking whether posix_fadvise is declared... yes [18:07:45.390] checking whether fdatasync is declared... yes [18:07:45.405] checking whether strlcat is declared... yes [18:07:45.421] checking whether strlcpy is declared... yes [18:07:45.439] checking whether strsep is declared... yes [18:07:45.457] checking whether timingsafe_bcmp is declared... no [18:07:45.531] checking whether preadv is declared... yes [18:07:45.550] checking whether pwritev is declared... yes [18:07:45.570] checking whether strchrnul is declared... yes [18:07:45.588] checking whether memset_s is declared... no [18:07:45.635] checking whether F_FULLFSYNC is declared... no [18:07:45.681] checking for explicit_bzero... yes [18:07:45.751] checking for getopt... yes [18:07:45.822] checking for getpeereid... no [18:07:45.900] checking for inet_aton... yes [18:07:45.969] checking for mkdtemp... yes [18:07:46.032] checking for strlcat... yes [18:07:46.105] checking for strlcpy... yes [18:07:46.173] checking for strsep... yes [18:07:46.241] checking for timingsafe_bcmp... no [18:07:46.320] checking for pthread_barrier_wait... yes [18:07:46.390] checking for getopt_long... yes [18:07:46.458] checking for syslog... yes [18:07:46.515] checking syslog.h usability... yes [18:07:46.524] checking syslog.h presence... yes [18:07:46.541] checking for syslog.h... yes [18:07:46.541] checking for opterr... yes [18:07:46.598] checking for optreset... no [18:07:46.659] checking unicode/ucol.h usability... yes [18:07:46.669] checking unicode/ucol.h presence... yes [18:07:46.701] checking for unicode/ucol.h... yes [18:07:46.701] checking for rl_completion_suppress_quote... yes [18:07:46.762] checking for rl_filename_quote_characters... yes [18:07:46.821] checking for rl_filename_quoting_function... yes [18:07:46.884] checking for append_history... yes [18:07:46.947] checking for history_truncate_file... yes [18:07:47.009] checking for rl_completion_matches... yes [18:07:47.071] checking for rl_filename_completion_function... yes [18:07:47.134] checking for rl_reset_screen_size... yes [18:07:47.198] checking for rl_variable_bind... yes [18:07:47.258] checking test program... ok [18:07:47.311] checking size of void *... 8 [18:07:47.381] checking size of size_t... 8 [18:07:47.451] checking size of long... 8 [18:07:47.520] checking size of long long... 8 [18:07:47.589] checking size of intmax_t... 8 [18:07:47.660] checking alignment of short... 2 [18:07:47.731] checking alignment of int... 4 [18:07:47.800] checking alignment of long... 8 [18:07:47.870] checking alignment of int64_t... 8 [18:07:47.941] checking alignment of double... 8 [18:07:48.012] checking for __int128... yes [18:07:48.073] checking for __int128 alignment bug... ok [18:07:48.127] checking alignment of PG_INT128_TYPE... 16 [18:07:48.196] checking for builtin __sync char locking functions... yes [18:07:48.250] checking for builtin __sync int32 locking functions... yes [18:07:48.302] checking for builtin __sync int32 atomic operations... yes [18:07:48.356] checking for builtin __sync int64 atomic operations... yes [18:07:48.410] checking for builtin __atomic int32 atomic operations... yes [18:07:48.466] checking for builtin __atomic int64 atomic operations... yes [18:07:48.525] checking for __get_cpuid... yes [18:07:48.587] checking for __get_cpuid_count... yes [18:07:48.649] checking for _xgetbv... yes [18:07:49.114] checking for _mm512_popcnt_epi64... yes [18:07:49.548] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [18:07:49.662] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [18:07:49.682] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [18:07:49.700] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [18:07:49.717] 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 [18:07:49.747] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [18:07:49.747] checking for _mm512_clmulepi64_epi128... yes [18:07:50.134] checking for vectorized CRC-32C... AVX-512 with runtime check [18:07:50.134] checking for library containing sem_init... none required [18:07:50.188] checking which semaphore API to use... unnamed POSIX [18:07:50.189] checking which random number source to use... OpenSSL [18:07:50.190] checking for tclsh... /usr/bin/tclsh [18:07:50.191] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [18:07:50.224] checking tcl.h usability... yes [18:07:50.233] checking tcl.h presence... yes [18:07:50.254] checking for tcl.h... yes [18:07:50.254] checking for perl.h... yes [18:07:50.271] checking for libperl... yes [18:07:50.542] checking Python.h usability... yes [18:07:50.554] checking Python.h presence... yes [18:07:50.642] checking for Python.h... yes [18:07:50.643] checking for xmllint... /usr/bin/xmllint [18:07:50.643] checking for xsltproc... /usr/bin/xsltproc [18:07:50.643] checking for fop... /usr/bin/fop [18:07:50.643] checking for dbtoepub... no [18:07:50.644] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [18:07:50.700] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [18:07:50.764] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [18:07:50.764] 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 [18:07:50.764] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [18:07:50.764] configure: using LDFLAGS= -Wl,--as-needed [18:07:50.764] configure: using CXX=ccache g++ [18:07:50.764] 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 [18:07:50.764] configure: using CLANG=ccache clang [18:07:50.764] 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 [18:07:50.764] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [18:07:50.792] configure: updating cache gcc.cache [18:07:50.800] configure: creating ./config.status [18:07:50.889] config.status: creating GNUmakefile [18:07:50.902] config.status: creating src/Makefile.global [18:07:50.919] config.status: creating src/include/pg_config.h [18:07:50.931] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [18:07:50.947] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [18:07:50.954] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [18:07:50.962] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [18:07:50.969] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [18:07:51.004] [18:07:51.004] real 0m14.435s [18:07:51.004] user 0m9.308s [18:07:51.004] sys 0m4.702s [18:07:51.004] make -s -j${BUILD_JOBS} clean [18:07:51.485] Makefile:26: warning: overriding recipe for target 'check' [18:07:51.485] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' [18:07:51.485] Makefile:29: warning: overriding recipe for target 'installcheck' [18:07:51.485] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' [18:07:51.533] time make -s -j${BUILD_JOBS} world-bin [18:10:09.129] [18:10:09.129] real 2m17.596s [18:10:09.129] user 7m11.211s [18:10:09.129] sys 1m18.084s [18:10:09.129]