[10:18:38.154] time ./configure \ [10:18:38.154] --cache gcc.cache \ [10:18:38.154] --enable-dtrace \ [10:18:38.154] ${LINUX_CONFIGURE_FEATURES} \ [10:18:38.154] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [10:18:38.342] configure: creating cache gcc.cache [10:18:38.356] checking build system type... x86_64-pc-linux-gnu [10:18:38.470] checking host system type... x86_64-pc-linux-gnu [10:18:38.470] checking which template to use... linux [10:18:38.470] checking whether NLS is wanted... no [10:18:38.470] checking for default port number... 5432 [10:18:38.477] checking for dtrace... /usr/bin/dtrace [10:18:38.477] checking for block size... 8kB [10:18:38.478] checking for segment size... 1GB [10:18:38.481] checking for WAL block size... 8kB [10:18:38.515] checking whether the C compiler works... yes [10:18:38.621] checking for C compiler default output file name... a.out [10:18:38.622] checking for suffix of executables... [10:18:38.660] checking whether we are cross compiling... no [10:18:38.728] checking for suffix of object files... o [10:18:38.738] checking whether we are using the GNU C compiler... yes [10:18:38.745] checking whether ccache gcc accepts -g... yes [10:18:38.752] checking for ccache gcc option to accept ISO C89... none needed [10:18:38.761] checking for ccache gcc option to accept ISO C11... none needed [10:18:38.809] checking whether we are using the GNU C++ compiler... yes [10:18:38.816] checking whether ccache g++ accepts -g... yes [10:18:38.852] checking for gawk... no [10:18:38.852] checking for mawk... mawk [10:18:38.853] checking for llvm-config... /usr/bin/llvm-config [10:18:38.865] configure: using llvm 19.1.7 [10:18:38.865] checking for CLANG... ccache clang [10:18:38.914] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [10:18:38.921] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [10:18:38.928] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [10:18:38.973] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [10:18:39.047] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [10:18:39.054] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [10:18:39.061] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [10:18:39.067] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [10:18:39.074] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [10:18:39.080] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [10:18:39.087] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [10:18:39.094] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [10:18:39.100] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [10:18:39.107] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [10:18:39.113] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [10:18:39.120] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [10:18:39.127] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [10:18:39.133] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [10:18:39.140] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [10:18:39.146] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [10:18:39.153] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [10:18:39.159] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [10:18:39.165] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [10:18:39.172] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [10:18:39.178] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [10:18:39.185] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [10:18:39.229] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [10:18:39.277] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [10:18:39.284] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [10:18:39.293] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [10:18:39.334] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [10:18:39.343] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [10:18:39.351] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [10:18:39.361] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [10:18:39.368] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [10:18:39.376] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [10:18:39.383] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [10:18:39.391] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [10:18:39.400] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [10:18:39.408] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [10:18:39.421] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [10:18:39.421] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [10:18:39.429] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [10:18:39.436] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [10:18:39.445] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [10:18:39.458] checking whether the C compiler still works... yes [10:18:39.513] checking how to run the C preprocessor... ccache gcc -E [10:18:39.583] checking for pkg-config... /usr/bin/pkg-config [10:18:39.584] checking pkg-config is at least version 0.9.0... yes [10:18:39.592] checking whether to build with ICU support... yes [10:18:39.592] checking for icu-uc icu-i18n... yes [10:18:39.602] checking whether to build with Tcl... yes [10:18:39.603] checking whether to build Perl modules... yes [10:18:39.603] checking whether to build Python modules... yes [10:18:39.603] checking whether to build with GSSAPI support... yes [10:18:39.604] checking whether to build with PAM support... yes [10:18:39.604] checking whether to build with BSD Authentication support... no [10:18:39.605] checking whether to build with LDAP support... yes [10:18:39.605] checking whether to build with Bonjour support... no [10:18:39.605] checking whether to build with SELinux support... yes [10:18:39.605] checking whether to build with systemd support... yes [10:18:39.605] checking whether to build with liburing support... no [10:18:39.605] checking whether to build with libcurl support... yes [10:18:39.606] checking for libcurl >= 7.61.0... yes [10:18:39.632] checking whether to build with libnuma support... no [10:18:39.632] checking whether to build with XML support... yes [10:18:39.633] checking for libxml-2.0 >= 2.6.23... yes [10:18:39.643] checking whether to build with LZ4 support... yes [10:18:39.643] checking for liblz4... yes [10:18:39.652] checking whether to build with ZSTD support... yes [10:18:39.652] checking for libzstd >= 1.4.0... yes [10:18:39.661] checking for strip... strip [10:18:39.661] checking whether it is possible to strip libraries... yes [10:18:39.665] checking for ar... ar [10:18:39.665] checking for a BSD-compatible install... /usr/bin/install -c [10:18:39.676] checking for tar... /usr/bin/tar [10:18:39.676] checking whether ln -s works... yes [10:18:39.676] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [10:18:39.678] checking for bison... /usr/bin/bison [10:18:39.684] configure: using bison (GNU Bison) 3.8.2 [10:18:39.688] checking for flex... /usr/bin/flex [10:18:39.692] configure: using flex 2.6.4 [10:18:39.692] checking for perl... /usr/bin/perl [10:18:39.715] configure: using perl 5.40.1 [10:18:39.717] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [10:18:39.728] checking for Perl privlibexp... /usr/share/perl/5.40 [10:18:39.733] checking for Perl useshrplib... true [10:18:39.742] 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 [10:18:39.748] checking for CFLAGS to compile embedded Perl... -DDEBIAN [10:18:39.754] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [10:18:39.880] checking for python3... /usr/bin/python3 [10:18:39.894] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [10:18:39.900] checking for Python sysconfig module... yes [10:18:39.916] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [10:18:39.935] checking Python include directory... -I/usr/include/python3.13 [10:18:39.953] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [10:18:40.011] checking for a sed that does not truncate output... /usr/bin/sed [10:18:40.017] checking for grep that handles long lines and -e... /usr/bin/grep [10:18:40.019] checking for egrep... /usr/bin/grep -E [10:18:40.020] checking for ANSI C header files... yes [10:18:40.136] checking for sys/types.h... yes [10:18:40.151] checking for sys/stat.h... yes [10:18:40.171] checking for stdlib.h... yes [10:18:40.187] checking for string.h... yes [10:18:40.203] checking for memory.h... yes [10:18:40.217] checking for strings.h... yes [10:18:40.231] checking for inttypes.h... yes [10:18:40.245] checking for stdint.h... yes [10:18:40.258] checking for unistd.h... yes [10:18:40.271] checking whether ccache gcc is Clang... no [10:18:40.281] checking whether pthreads work with -pthread... yes [10:18:40.338] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [10:18:40.380] checking whether more special flags are required for pthreads... no [10:18:40.380] checking for PTHREAD_PRIO_INHERIT... yes [10:18:40.427] checking pthread.h usability... yes [10:18:40.435] checking pthread.h presence... yes [10:18:40.450] checking for pthread.h... yes [10:18:40.450] checking for strerror_r... yes [10:18:40.489] checking whether strerror_r returns int... no [10:18:40.518] checking for main in -lm... yes [10:18:40.564] checking for library containing setproctitle... no [10:18:40.653] checking for library containing dlsym... none required [10:18:40.695] checking for library containing socket... none required [10:18:40.737] checking for library containing getopt_long... none required [10:18:40.778] checking for library containing shm_open... none required [10:18:40.819] checking for library containing shm_unlink... none required [10:18:40.859] checking for library containing clock_gettime... none required [10:18:40.899] checking for library containing shmget... none required [10:18:40.940] checking for library containing backtrace_symbols... none required [10:18:40.982] checking for library containing pthread_barrier_wait... none required [10:18:41.024] checking for library containing readline... -lreadline [10:18:41.070] checking for inflate in -lz... yes [10:18:41.112] checking curl/curl.h usability... yes [10:18:41.120] checking curl/curl.h presence... yes [10:18:41.156] checking for curl/curl.h... yes [10:18:41.156] checking for curl_multi_init in -lcurl... yes [10:18:41.263] checking for curl_global_init thread safety... yes [10:18:41.377] checking for curl support for asynchronous DNS... yes [10:18:41.476] checking for library containing gss_store_cred_into... -lgssapi_krb5 [10:18:41.569] checking for CRYPTO_new_ex_data in -lcrypto... yes [10:18:41.639] checking for SSL_new in -lssl... yes [10:18:41.708] checking for SSL_CTX_set_ciphersuites... yes [10:18:41.780] checking for SSL_CTX_set_cert_cb... yes [10:18:41.856] checking for X509_get_signature_info... yes [10:18:41.938] checking for SSL_CTX_set_num_tickets... yes [10:18:42.015] checking for SSL_CTX_set_keylog_callback... yes [10:18:42.088] checking for pam_start in -lpam... yes [10:18:42.143] checking for xmlSaveToBuffer in -lxml2... yes [10:18:42.213] checking for xsltCleanupGlobals in -lxslt... yes [10:18:42.282] checking for LZ4_compress_default in -llz4... yes [10:18:42.341] checking for ZSTD_compress in -lzstd... yes [10:18:42.395] checking for ldap_bind in -lldap... yes [10:18:42.469] checking for ldap_initialize... yes [10:18:42.553] checking for ldap_verify_credentials... yes [10:18:42.627] checking for security_compute_create_name in -lselinux... yes [10:18:42.682] checking for uuid_export in -lossp-uuid... yes [10:18:42.742] checking atomic.h usability... no [10:18:42.797] checking atomic.h presence... no [10:18:42.812] checking for atomic.h... no [10:18:42.815] checking copyfile.h usability... no [10:18:42.861] checking copyfile.h presence... no [10:18:42.878] checking for copyfile.h... no [10:18:42.881] checking execinfo.h usability... yes [10:18:42.890] checking execinfo.h presence... yes [10:18:42.903] checking for execinfo.h... yes [10:18:42.911] checking getopt.h usability... yes [10:18:42.919] checking getopt.h presence... yes [10:18:42.933] checking for getopt.h... yes [10:18:42.941] checking ifaddrs.h usability... yes [10:18:42.949] checking ifaddrs.h presence... yes [10:18:42.965] checking for ifaddrs.h... yes [10:18:42.972] checking mbarrier.h usability... no [10:18:43.020] checking mbarrier.h presence... no [10:18:43.036] checking for mbarrier.h... no [10:18:43.040] checking sys/epoll.h usability... yes [10:18:43.049] checking sys/epoll.h presence... yes [10:18:43.070] checking for sys/epoll.h... yes [10:18:43.078] checking sys/event.h usability... no [10:18:43.126] checking sys/event.h presence... no [10:18:43.143] checking for sys/event.h... no [10:18:43.147] checking sys/personality.h usability... yes [10:18:43.155] checking sys/personality.h presence... yes [10:18:43.167] checking for sys/personality.h... yes [10:18:43.175] checking sys/prctl.h usability... yes [10:18:43.184] checking sys/prctl.h presence... yes [10:18:43.199] checking for sys/prctl.h... yes [10:18:43.206] checking sys/procctl.h usability... no [10:18:43.253] checking sys/procctl.h presence... no [10:18:43.270] checking for sys/procctl.h... no [10:18:43.274] checking sys/signalfd.h usability... yes [10:18:43.283] checking sys/signalfd.h presence... yes [10:18:43.297] checking for sys/signalfd.h... yes [10:18:43.304] checking sys/ucred.h usability... no [10:18:43.352] checking sys/ucred.h presence... no [10:18:43.369] checking for sys/ucred.h... no [10:18:43.373] checking termios.h usability... yes [10:18:43.381] checking termios.h presence... yes [10:18:43.398] checking for termios.h... yes [10:18:43.406] checking uchar.h usability... yes [10:18:43.415] checking uchar.h presence... yes [10:18:43.429] checking for uchar.h... yes [10:18:43.437] checking ucred.h usability... no [10:18:43.484] checking ucred.h presence... no [10:18:43.501] checking for ucred.h... no [10:18:43.505] checking xlocale.h usability... no [10:18:43.552] checking xlocale.h presence... no [10:18:43.569] checking for xlocale.h... no [10:18:43.571] checking readline/readline.h usability... yes [10:18:43.582] checking readline/readline.h presence... yes [10:18:43.604] checking for readline/readline.h... yes [10:18:43.606] checking readline/history.h usability... yes [10:18:43.615] checking readline/history.h presence... yes [10:18:43.630] checking for readline/history.h... yes [10:18:43.633] checking zlib.h usability... yes [10:18:43.642] checking zlib.h presence... yes [10:18:43.660] checking for zlib.h... yes [10:18:43.661] checking for lz4... /usr/bin/lz4 [10:18:43.661] checking lz4.h usability... yes [10:18:43.669] checking lz4.h presence... yes [10:18:43.684] checking for lz4.h... yes [10:18:43.684] checking for zstd... /usr/bin/zstd [10:18:43.685] checking zstd.h usability... yes [10:18:43.693] checking zstd.h presence... yes [10:18:43.708] checking for zstd.h... yes [10:18:43.708] checking gssapi/gssapi.h usability... yes [10:18:43.720] checking gssapi/gssapi.h presence... yes [10:18:43.736] checking for gssapi/gssapi.h... yes [10:18:43.738] checking gssapi/gssapi_ext.h usability... yes [10:18:43.746] checking gssapi/gssapi_ext.h presence... yes [10:18:43.762] checking for gssapi/gssapi_ext.h... yes [10:18:43.763] checking for openssl... /usr/bin/openssl [10:18:43.773] configure: using openssl: OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025) [10:18:43.773] checking openssl/ssl.h usability... yes [10:18:43.782] checking openssl/ssl.h presence... yes [10:18:43.861] checking for openssl/ssl.h... yes [10:18:43.861] checking openssl/err.h usability... yes [10:18:43.871] checking openssl/err.h presence... yes [10:18:43.899] checking for openssl/err.h... yes [10:18:43.899] checking security/pam_appl.h usability... yes [10:18:43.909] checking security/pam_appl.h presence... yes [10:18:43.923] checking for security/pam_appl.h... yes [10:18:43.924] checking systemd/sd-daemon.h usability... yes [10:18:43.934] checking systemd/sd-daemon.h presence... yes [10:18:43.952] checking for systemd/sd-daemon.h... yes [10:18:43.953] checking libxml/parser.h usability... yes [10:18:43.963] checking libxml/parser.h presence... yes [10:18:43.997] checking for libxml/parser.h... yes [10:18:43.998] checking libxslt/xslt.h usability... yes [10:18:44.008] checking libxslt/xslt.h presence... yes [10:18:44.032] checking for libxslt/xslt.h... yes [10:18:44.033] checking ldap.h usability... yes [10:18:44.041] checking ldap.h presence... yes [10:18:44.062] checking for ldap.h... yes [10:18:44.062] checking for compatible LDAP implementation... yes [10:18:44.070] checking ossp/uuid.h usability... yes [10:18:44.078] checking ossp/uuid.h presence... yes [10:18:44.093] checking for ossp/uuid.h... yes [10:18:44.110] checking whether byte ordering is bigendian... no [10:18:44.193] checking for inline... inline [10:18:44.200] checking for printf format archetype... gnu_printf [10:18:44.208] checking for _Static_assert... yes [10:18:44.265] checking for typeof... typeof [10:18:44.274] checking for __builtin_types_compatible_p... yes [10:18:44.285] checking for __builtin_constant_p... yes [10:18:44.298] checking for __builtin_mul_overflow... yes [10:18:44.363] checking for __builtin_unreachable... yes [10:18:44.420] checking for computed goto support... yes [10:18:44.428] checking for struct tm.tm_zone... yes [10:18:44.437] checking for union semun... no [10:18:44.474] checking for socklen_t... yes [10:18:44.521] checking for struct sockaddr.sa_len... no [10:18:44.597] checking for C/C++ restrict keyword... __restrict [10:18:44.610] checking for struct option... yes [10:18:44.649] checking whether assembler supports x86_64 popcntq... yes [10:18:44.657] checking for special C compiler options needed for large files... no [10:18:44.657] checking for _FILE_OFFSET_BITS value needed for large files... no [10:18:44.669] checking size of off_t... 8 [10:18:44.739] checking for int timezone... yes [10:18:44.804] checking for backtrace_symbols... yes [10:18:44.864] checking for copyfile... no [10:18:44.926] checking for copy_file_range... yes [10:18:44.986] checking for elf_aux_info... no [10:18:45.048] checking for getauxval... yes [10:18:45.110] checking for getifaddrs... yes [10:18:45.170] checking for getpeerucred... no [10:18:45.232] checking for inet_pton... yes [10:18:45.299] checking for kqueue... no [10:18:45.369] checking for localeconv_l... no [10:18:45.434] checking for mbstowcs_l... no [10:18:45.500] checking for posix_fallocate... yes [10:18:45.567] checking for ppoll... yes [10:18:45.635] checking for pthread_is_threaded_np... no [10:18:45.703] checking for setproctitle... no [10:18:45.772] checking for setproctitle_fast... no [10:18:45.834] checking for strsignal... yes [10:18:45.894] checking for syncfs... yes [10:18:45.954] checking for sync_file_range... yes [10:18:46.015] checking for uselocale... yes [10:18:46.076] checking for wcstombs_l... no [10:18:46.135] checking for __builtin_bswap16... yes [10:18:46.195] checking for __builtin_bswap32... yes [10:18:46.257] checking for __builtin_bswap64... yes [10:18:46.315] checking for __builtin_clz... yes [10:18:46.373] checking for __builtin_ctz... yes [10:18:46.431] checking for __builtin_popcount... yes [10:18:46.489] checking for __builtin_frame_address... yes [10:18:46.547] checking for _LARGEFILE_SOURCE value needed for large files... no [10:18:46.606] checking how ccache gcc reports undeclared, standard C functions... error [10:18:46.631] checking for posix_fadvise... yes [10:18:46.690] checking whether posix_fadvise is declared... yes [10:18:46.703] checking whether fdatasync is declared... yes [10:18:46.715] checking whether strlcat is declared... yes [10:18:46.728] checking whether strlcpy is declared... yes [10:18:46.741] checking whether strnlen is declared... yes [10:18:46.754] checking whether strsep is declared... yes [10:18:46.767] checking whether timingsafe_bcmp is declared... no [10:18:46.821] checking whether preadv is declared... yes [10:18:46.834] checking whether pwritev is declared... yes [10:18:46.846] checking whether strchrnul is declared... yes [10:18:46.858] checking whether memset_s is declared... no [10:18:46.892] checking whether F_FULLFSYNC is declared... no [10:18:46.924] checking for explicit_bzero... yes [10:18:46.979] checking for getopt... yes [10:18:47.033] checking for getpeereid... no [10:18:47.092] checking for inet_aton... yes [10:18:47.146] checking for mkdtemp... yes [10:18:47.200] checking for strlcat... yes [10:18:47.255] checking for strlcpy... yes [10:18:47.311] checking for strnlen... yes [10:18:47.370] checking for strsep... yes [10:18:47.427] checking for timingsafe_bcmp... no [10:18:47.489] checking for pthread_barrier_wait... yes [10:18:47.544] checking for getopt_long... yes [10:18:47.600] checking for syslog... yes [10:18:47.658] checking syslog.h usability... yes [10:18:47.667] checking syslog.h presence... yes [10:18:47.683] checking for syslog.h... yes [10:18:47.684] checking for opterr... yes [10:18:47.742] checking for optreset... no [10:18:47.809] checking unicode/ucol.h usability... yes [10:18:47.819] checking unicode/ucol.h presence... yes [10:18:47.862] checking for unicode/ucol.h... yes [10:18:47.867] checking whether LLVMCreateGDBRegistrationListener is declared... yes [10:18:47.884] checking whether LLVMCreatePerfJITEventListener is declared... yes [10:18:47.895] checking for rl_completion_suppress_quote... yes [10:18:47.961] checking for rl_filename_quote_characters... yes [10:18:48.028] checking for rl_filename_quoting_function... yes [10:18:48.098] checking for append_history... yes [10:18:48.167] checking for history_truncate_file... yes [10:18:48.238] checking for rl_completion_matches... yes [10:18:48.305] checking for rl_filename_completion_function... yes [10:18:48.367] checking for rl_reset_screen_size... yes [10:18:48.432] checking for rl_variable_bind... yes [10:18:48.496] checking test program... ok [10:18:48.552] checking size of void *... 8 [10:18:48.628] checking size of size_t... 8 [10:18:48.700] checking size of long... 8 [10:18:48.775] checking size of long long... 8 [10:18:48.847] checking alignment of short... 2 [10:18:48.917] checking alignment of int... 4 [10:18:48.989] checking alignment of long... 8 [10:18:49.059] checking alignment of int64_t... 8 [10:18:49.127] checking alignment of double... 8 [10:18:49.197] checking for __int128... yes [10:18:49.257] checking for __int128 alignment bug... ok [10:18:49.311] checking alignment of PG_INT128_TYPE... 16 [10:18:49.380] checking for builtin __sync char locking functions... yes [10:18:49.434] checking for builtin __sync int32 locking functions... yes [10:18:49.485] checking for builtin __sync int32 atomic operations... yes [10:18:49.540] checking for builtin __sync int64 atomic operations... yes [10:18:49.601] checking for builtin __atomic int32 atomic operations... yes [10:18:49.660] checking for builtin __atomic int64 atomic operations... yes [10:18:49.721] checking for __get_cpuid... yes [10:18:49.780] checking for __get_cpuid_count... yes [10:18:49.841] checking for _xgetbv... yes [10:18:50.273] checking for _mm512_popcnt_epi64... yes [10:18:50.685] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [10:18:50.803] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [10:18:50.824] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [10:18:50.844] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [10:18:50.863] 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 [10:18:50.896] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [10:18:50.896] checking for _mm512_clmulepi64_epi128... yes [10:18:51.294] checking for vectorized CRC-32C... AVX-512 with runtime check [10:18:51.294] checking for library containing sem_init... none required [10:18:51.351] checking which semaphore API to use... unnamed POSIX [10:18:51.351] checking which random number source to use... OpenSSL [10:18:51.353] checking for tclsh... /usr/bin/tclsh [10:18:51.353] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [10:18:51.386] checking tcl.h usability... yes [10:18:51.395] checking tcl.h presence... yes [10:18:51.417] checking for tcl.h... yes [10:18:51.417] checking for perl.h... yes [10:18:51.433] checking for libperl... yes [10:18:51.717] checking Python.h usability... yes [10:18:51.729] checking Python.h presence... yes [10:18:51.822] checking for Python.h... yes [10:18:51.822] checking for xmllint... /usr/bin/xmllint [10:18:51.823] checking for xsltproc... /usr/bin/xsltproc [10:18:51.823] checking for fop... /usr/bin/fop [10:18:51.823] checking for dbtoepub... no [10:18:51.823] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [10:18:51.885] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [10:18:51.957] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [10:18:51.957] 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 [10:18:51.957] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [10:18:51.957] configure: using LDFLAGS= -Wl,--as-needed [10:18:51.957] configure: using CXX=ccache g++ [10:18:51.957] 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 [10:18:51.957] configure: using CLANG=ccache clang [10:18:51.957] 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 [10:18:51.957] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [10:18:51.987] configure: updating cache gcc.cache [10:18:51.995] configure: creating ./config.status [10:18:52.085] config.status: creating GNUmakefile [10:18:52.097] config.status: creating src/Makefile.global [10:18:52.113] config.status: creating src/include/pg_config.h [10:18:52.126] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [10:18:52.142] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [10:18:52.149] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [10:18:52.157] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [10:18:52.164] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [10:18:52.198] [10:18:52.198] real 0m14.044s [10:18:52.198] user 0m9.215s [10:18:52.198] sys 0m4.400s [10:18:52.198] make -s -j${BUILD_JOBS} clean [10:18:52.720] time make -s -j${BUILD_JOBS} world-bin [10:19:47.386] multixact.c:1037:6: warning: left operand of comma operator has no effect [-Wunused-value] [10:19:47.386] 1037 | "MultiXact members would wrap around")); [10:19:47.386] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [10:19:47.386] ../../../../src/include/utils/elog.h:165:37: note: expanded from macro 'ereport' [10:19:47.386] 165 | ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__) [10:19:47.386] | ^~~~~~~~~~~ [10:19:47.386] ../../../../src/include/utils/elog.h:148:4: note: expanded from macro 'ereport_domain' [10:19:47.386] 148 | __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \ [10:19:47.386] | ^~~~~~~~~~~ [10:19:47.386] 1 warning generated. [10:21:43.597] [10:21:43.597] real 2m50.877s [10:21:43.597] user 8m59.892s [10:21:43.597] sys 1m41.768s [10:21:43.597]