[15:15:28.937] time ./configure \ [15:15:28.937] --cache gcc.cache \ [15:15:28.937] --enable-dtrace \ [15:15:28.937] ${LINUX_CONFIGURE_FEATURES} \ [15:15:28.937] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [15:15:29.128] configure: creating cache gcc.cache [15:15:29.141] checking build system type... x86_64-pc-linux-gnu [15:15:29.253] checking host system type... x86_64-pc-linux-gnu [15:15:29.253] checking which template to use... linux [15:15:29.253] checking whether NLS is wanted... no [15:15:29.254] checking for default port number... 5432 [15:15:29.262] checking for dtrace... /usr/bin/dtrace [15:15:29.262] checking for block size... 8kB [15:15:29.264] checking for segment size... 1GB [15:15:29.267] checking for WAL block size... 8kB [15:15:29.304] checking whether the C compiler works... yes [15:15:29.415] checking for C compiler default output file name... a.out [15:15:29.416] checking for suffix of executables... [15:15:29.454] checking whether we are cross compiling... no [15:15:29.526] checking for suffix of object files... o [15:15:29.537] checking whether we are using the GNU C compiler... yes [15:15:29.544] checking whether ccache gcc accepts -g... yes [15:15:29.551] checking for ccache gcc option to accept ISO C89... none needed [15:15:29.560] checking for ccache gcc option to accept ISO C11... none needed [15:15:29.610] checking whether we are using the GNU C++ compiler... yes [15:15:29.617] checking whether ccache g++ accepts -g... yes [15:15:29.654] checking for gawk... no [15:15:29.654] checking for mawk... mawk [15:15:29.655] checking for llvm-config... /usr/bin/llvm-config [15:15:29.665] configure: using llvm 19.1.7 [15:15:29.665] checking for CLANG... ccache clang [15:15:29.713] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [15:15:29.721] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [15:15:29.728] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [15:15:29.774] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [15:15:29.853] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [15:15:29.860] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [15:15:29.867] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [15:15:29.875] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [15:15:29.882] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [15:15:29.889] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [15:15:29.896] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [15:15:29.903] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [15:15:29.910] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [15:15:29.918] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [15:15:29.925] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [15:15:29.932] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [15:15:29.939] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [15:15:29.946] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [15:15:29.953] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [15:15:29.960] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [15:15:29.967] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [15:15:29.974] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [15:15:29.981] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [15:15:29.987] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [15:15:29.994] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [15:15:30.001] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [15:15:30.047] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [15:15:30.096] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [15:15:30.104] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [15:15:30.111] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [15:15:30.154] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [15:15:30.161] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [15:15:30.169] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [15:15:30.176] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [15:15:30.183] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [15:15:30.190] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [15:15:30.196] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [15:15:30.203] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [15:15:30.210] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [15:15:30.217] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [15:15:30.228] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [15:15:30.228] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [15:15:30.235] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [15:15:30.242] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [15:15:30.249] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [15:15:30.260] checking whether the C compiler still works... yes [15:15:30.314] checking how to run the C preprocessor... ccache gcc -E [15:15:30.383] checking for pkg-config... /usr/bin/pkg-config [15:15:30.383] checking pkg-config is at least version 0.9.0... yes [15:15:30.390] checking whether to build with ICU support... yes [15:15:30.390] checking for icu-uc icu-i18n... yes [15:15:30.399] checking whether to build with Tcl... yes [15:15:30.399] checking whether to build Perl modules... yes [15:15:30.400] checking whether to build Python modules... yes [15:15:30.400] checking whether to build with GSSAPI support... yes [15:15:30.401] checking whether to build with PAM support... yes [15:15:30.401] checking whether to build with BSD Authentication support... no [15:15:30.401] checking whether to build with LDAP support... yes [15:15:30.401] checking whether to build with Bonjour support... no [15:15:30.401] checking whether to build with SELinux support... yes [15:15:30.401] checking whether to build with systemd support... yes [15:15:30.402] checking whether to build with liburing support... no [15:15:30.402] checking whether to build with libcurl support... yes [15:15:30.402] checking for libcurl >= 7.61.0... yes [15:15:30.421] checking whether to build with libnuma support... no [15:15:30.422] checking whether to build with XML support... yes [15:15:30.422] checking for libxml-2.0 >= 2.6.23... yes [15:15:30.431] checking whether to build with LZ4 support... yes [15:15:30.431] checking for liblz4... yes [15:15:30.439] checking whether to build with ZSTD support... yes [15:15:30.439] checking for libzstd >= 1.4.0... yes [15:15:30.447] checking for strip... strip [15:15:30.447] checking whether it is possible to strip libraries... yes [15:15:30.451] checking for ar... ar [15:15:30.451] checking for a BSD-compatible install... /usr/bin/install -c [15:15:30.461] checking for tar... /usr/bin/tar [15:15:30.461] checking whether ln -s works... yes [15:15:30.461] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [15:15:30.463] checking for nm... /usr/bin/nm [15:15:30.464] checking for bison... /usr/bin/bison [15:15:30.471] configure: using bison (GNU Bison) 3.8.2 [15:15:30.474] checking for flex... /usr/bin/flex [15:15:30.478] configure: using flex 2.6.4 [15:15:30.478] checking for perl... /usr/bin/perl [15:15:30.500] configure: using perl 5.40.1 [15:15:30.502] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [15:15:30.514] checking for Perl privlibexp... /usr/share/perl/5.40 [15:15:30.519] checking for Perl useshrplib... true [15:15:30.528] 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 [15:15:30.534] checking for CFLAGS to compile embedded Perl... -DDEBIAN [15:15:30.540] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [15:15:30.671] checking for python3... /usr/bin/python3 [15:15:30.685] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [15:15:30.691] checking for Python sysconfig module... yes [15:15:30.708] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [15:15:30.725] checking Python include directory... -I/usr/include/python3.13 [15:15:30.740] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [15:15:30.792] checking for a sed that does not truncate output... /usr/bin/sed [15:15:30.797] checking for grep that handles long lines and -e... /usr/bin/grep [15:15:30.799] checking for egrep... /usr/bin/grep -E [15:15:30.802] checking for ANSI C header files... yes [15:15:30.917] checking for sys/types.h... yes [15:15:30.932] checking for sys/stat.h... yes [15:15:30.952] checking for stdlib.h... yes [15:15:30.967] checking for string.h... yes [15:15:30.981] checking for memory.h... yes [15:15:30.995] checking for strings.h... yes [15:15:31.010] checking for inttypes.h... yes [15:15:31.024] checking for stdint.h... yes [15:15:31.039] checking for unistd.h... yes [15:15:31.051] checking whether ccache gcc is Clang... no [15:15:31.062] checking whether pthreads work with -pthread... yes [15:15:31.124] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [15:15:31.166] checking whether more special flags are required for pthreads... no [15:15:31.166] checking for PTHREAD_PRIO_INHERIT... yes [15:15:31.213] checking pthread.h usability... yes [15:15:31.221] checking pthread.h presence... yes [15:15:31.236] checking for pthread.h... yes [15:15:31.236] checking for strerror_r... yes [15:15:31.276] checking whether strerror_r returns int... no [15:15:31.306] checking for main in -lm... yes [15:15:31.353] checking for library containing setproctitle... no [15:15:31.443] checking for library containing dlsym... none required [15:15:31.484] checking for library containing socket... none required [15:15:31.526] checking for library containing getopt_long... none required [15:15:31.567] checking for library containing shm_open... none required [15:15:31.609] checking for library containing shm_unlink... none required [15:15:31.652] checking for library containing clock_gettime... none required [15:15:31.695] checking for library containing shmget... none required [15:15:31.737] checking for library containing backtrace_symbols... none required [15:15:31.779] checking for library containing pthread_barrier_wait... none required [15:15:31.822] checking for library containing readline... -lreadline [15:15:31.866] checking for inflate in -lz... yes [15:15:31.910] checking curl/curl.h usability... yes [15:15:31.919] checking curl/curl.h presence... yes [15:15:31.952] checking for curl/curl.h... yes [15:15:31.952] checking for curl_multi_init in -lcurl... yes [15:15:32.069] checking for curl_global_init thread safety... yes [15:15:32.174] checking for curl support for asynchronous DNS... yes [15:15:32.274] checking for library containing gss_store_cred_into... -lgssapi_krb5 [15:15:32.369] checking for CRYPTO_new_ex_data in -lcrypto... yes [15:15:32.441] checking for SSL_new in -lssl... yes [15:15:32.509] checking for SSL_CTX_set_ciphersuites... yes [15:15:32.579] checking for SSL_CTX_set_cert_cb... yes [15:15:32.649] checking for X509_get_signature_info... yes [15:15:32.729] checking for SSL_CTX_set_num_tickets... yes [15:15:32.803] checking for SSL_CTX_set_keylog_callback... yes [15:15:32.878] checking for pam_start in -lpam... yes [15:15:32.934] checking for xmlSaveToBuffer in -lxml2... yes [15:15:32.997] checking for xsltCleanupGlobals in -lxslt... yes [15:15:33.061] checking for LZ4_compress_default in -llz4... yes [15:15:33.121] checking for ZSTD_compress in -lzstd... yes [15:15:33.177] checking for ldap_bind in -lldap... yes [15:15:33.254] checking for ldap_initialize... yes [15:15:33.333] checking for ldap_verify_credentials... yes [15:15:33.408] checking for security_compute_create_name in -lselinux... yes [15:15:33.465] checking for uuid_export in -lossp-uuid... yes [15:15:33.526] checking copyfile.h usability... no [15:15:33.586] checking copyfile.h presence... no [15:15:33.602] checking for copyfile.h... no [15:15:33.606] checking execinfo.h usability... yes [15:15:33.614] checking execinfo.h presence... yes [15:15:33.626] checking for execinfo.h... yes [15:15:33.634] checking getopt.h usability... yes [15:15:33.642] checking getopt.h presence... yes [15:15:33.655] checking for getopt.h... yes [15:15:33.662] checking ifaddrs.h usability... yes [15:15:33.670] checking ifaddrs.h presence... yes [15:15:33.685] checking for ifaddrs.h... yes [15:15:33.692] checking sys/epoll.h usability... yes [15:15:33.701] checking sys/epoll.h presence... yes [15:15:33.720] checking for sys/epoll.h... yes [15:15:33.728] checking sys/event.h usability... no [15:15:33.776] checking sys/event.h presence... no [15:15:33.794] checking for sys/event.h... no [15:15:33.797] checking sys/personality.h usability... yes [15:15:33.806] checking sys/personality.h presence... yes [15:15:33.818] checking for sys/personality.h... yes [15:15:33.826] checking sys/prctl.h usability... yes [15:15:33.834] checking sys/prctl.h presence... yes [15:15:33.849] checking for sys/prctl.h... yes [15:15:33.857] checking sys/procctl.h usability... no [15:15:33.904] checking sys/procctl.h presence... no [15:15:33.920] checking for sys/procctl.h... no [15:15:33.923] checking sys/signalfd.h usability... yes [15:15:33.932] checking sys/signalfd.h presence... yes [15:15:33.945] checking for sys/signalfd.h... yes [15:15:33.953] checking sys/ucred.h usability... no [15:15:34.000] checking sys/ucred.h presence... no [15:15:34.016] checking for sys/ucred.h... no [15:15:34.020] checking termios.h usability... yes [15:15:34.029] checking termios.h presence... yes [15:15:34.048] checking for termios.h... yes [15:15:34.057] checking uchar.h usability... yes [15:15:34.065] checking uchar.h presence... yes [15:15:34.079] checking for uchar.h... yes [15:15:34.087] checking ucred.h usability... no [15:15:34.135] checking ucred.h presence... no [15:15:34.151] checking for ucred.h... no [15:15:34.155] checking xlocale.h usability... no [15:15:34.202] checking xlocale.h presence... no [15:15:34.219] checking for xlocale.h... no [15:15:34.221] checking readline/readline.h usability... yes [15:15:34.231] checking readline/readline.h presence... yes [15:15:34.249] checking for readline/readline.h... yes [15:15:34.250] checking readline/history.h usability... yes [15:15:34.258] checking readline/history.h presence... yes [15:15:34.274] checking for readline/history.h... yes [15:15:34.277] checking zlib.h usability... yes [15:15:34.285] checking zlib.h presence... yes [15:15:34.304] checking for zlib.h... yes [15:15:34.305] checking for lz4... /usr/bin/lz4 [15:15:34.305] checking lz4.h usability... yes [15:15:34.313] checking lz4.h presence... yes [15:15:34.327] checking for lz4.h... yes [15:15:34.328] checking for zstd... /usr/bin/zstd [15:15:34.328] checking zstd.h usability... yes [15:15:34.337] checking zstd.h presence... yes [15:15:34.351] checking for zstd.h... yes [15:15:34.352] checking gssapi/gssapi.h usability... yes [15:15:34.362] checking gssapi/gssapi.h presence... yes [15:15:34.378] checking for gssapi/gssapi.h... yes [15:15:34.380] checking gssapi/gssapi_ext.h usability... yes [15:15:34.389] checking gssapi/gssapi_ext.h presence... yes [15:15:34.406] checking for gssapi/gssapi_ext.h... yes [15:15:34.408] checking for openssl... /usr/bin/openssl [15:15:34.419] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [15:15:34.419] checking openssl/ssl.h usability... yes [15:15:34.430] checking openssl/ssl.h presence... yes [15:15:34.516] checking for openssl/ssl.h... yes [15:15:34.516] checking openssl/err.h usability... yes [15:15:34.525] checking openssl/err.h presence... yes [15:15:34.555] checking for openssl/err.h... yes [15:15:34.556] checking security/pam_appl.h usability... yes [15:15:34.565] checking security/pam_appl.h presence... yes [15:15:34.583] checking for security/pam_appl.h... yes [15:15:34.584] checking systemd/sd-daemon.h usability... yes [15:15:34.596] checking systemd/sd-daemon.h presence... yes [15:15:34.615] checking for systemd/sd-daemon.h... yes [15:15:34.616] checking libxml/parser.h usability... yes [15:15:34.625] checking libxml/parser.h presence... yes [15:15:34.661] checking for libxml/parser.h... yes [15:15:34.661] checking libxslt/xslt.h usability... yes [15:15:34.671] checking libxslt/xslt.h presence... yes [15:15:34.695] checking for libxslt/xslt.h... yes [15:15:34.696] checking ldap.h usability... yes [15:15:34.705] checking ldap.h presence... yes [15:15:34.727] checking for ldap.h... yes [15:15:34.727] checking for compatible LDAP implementation... yes [15:15:34.737] checking ossp/uuid.h usability... yes [15:15:34.747] checking ossp/uuid.h presence... yes [15:15:34.767] checking for ossp/uuid.h... yes [15:15:34.785] checking whether byte ordering is bigendian... no [15:15:34.883] checking for inline... inline [15:15:34.891] checking for C printf format archetype... gnu_printf [15:15:34.900] checking for C++ printf format archetype... gnu_printf [15:15:34.910] checking for statement expressions... yes [15:15:34.965] checking for typeof... typeof [15:15:34.973] checking for __builtin_types_compatible_p... yes [15:15:34.986] checking for __builtin_constant_p... yes [15:15:34.997] checking for __builtin_mul_overflow... yes [15:15:35.062] checking for __builtin_unreachable... yes [15:15:35.118] checking for computed goto support... yes [15:15:35.126] checking for struct tm.tm_zone... yes [15:15:35.135] checking for union semun... no [15:15:35.173] checking for socklen_t... yes [15:15:35.220] checking for struct sockaddr.sa_len... no [15:15:35.293] checking for C/C++ restrict keyword... __restrict [15:15:35.308] checking for struct option... yes [15:15:35.347] checking whether assembler supports x86_64 popcntq... yes [15:15:35.356] checking for special C compiler options needed for large files... no [15:15:35.356] checking for _FILE_OFFSET_BITS value needed for large files... no [15:15:35.368] checking size of off_t... 8 [15:15:35.443] checking for int timezone... yes [15:15:35.513] checking for backtrace_symbols... yes [15:15:35.578] checking for copyfile... no [15:15:35.644] checking for copy_file_range... yes [15:15:35.709] checking for elf_aux_info... no [15:15:35.775] checking for getauxval... yes [15:15:35.841] checking for getifaddrs... yes [15:15:35.907] checking for getpeerucred... no [15:15:35.972] checking for inet_pton... yes [15:15:36.035] checking for kqueue... no [15:15:36.100] checking for localeconv_l... no [15:15:36.167] checking for mbstowcs_l... no [15:15:36.234] checking for posix_fallocate... yes [15:15:36.298] checking for ppoll... yes [15:15:36.365] checking for pthread_is_threaded_np... no [15:15:36.432] checking for setproctitle... no [15:15:36.499] checking for setproctitle_fast... no [15:15:36.565] checking for strsignal... yes [15:15:36.630] checking for syncfs... yes [15:15:36.694] checking for sync_file_range... yes [15:15:36.757] checking for uselocale... yes [15:15:36.818] checking for wcstombs_l... no [15:15:36.879] checking for __builtin_bswap16... yes [15:15:36.942] checking for __builtin_bswap32... yes [15:15:37.006] checking for __builtin_bswap64... yes [15:15:37.069] checking for __builtin_clz... yes [15:15:37.130] checking for __builtin_ctz... yes [15:15:37.188] checking for __builtin_popcount... yes [15:15:37.248] checking for __builtin_frame_address... yes [15:15:37.308] checking for _LARGEFILE_SOURCE value needed for large files... no [15:15:37.369] checking how ccache gcc reports undeclared, standard C functions... error [15:15:37.397] checking for posix_fadvise... yes [15:15:37.461] checking whether posix_fadvise is declared... yes [15:15:37.475] checking whether fdatasync is declared... yes [15:15:37.488] checking whether strlcat is declared... yes [15:15:37.502] checking whether strlcpy is declared... yes [15:15:37.515] checking whether strsep is declared... yes [15:15:37.529] checking whether timingsafe_bcmp is declared... no [15:15:37.585] checking whether preadv is declared... yes [15:15:37.599] checking whether pwritev is declared... yes [15:15:37.611] checking whether strchrnul is declared... yes [15:15:37.624] checking whether memset_s is declared... no [15:15:37.660] checking whether F_FULLFSYNC is declared... no [15:15:37.694] checking for explicit_bzero... yes [15:15:37.754] checking for getopt... yes [15:15:37.812] checking for getpeereid... no [15:15:37.875] checking for inet_aton... yes [15:15:37.933] checking for mkdtemp... yes [15:15:37.988] checking for strlcat... yes [15:15:38.046] checking for strlcpy... yes [15:15:38.102] checking for strsep... yes [15:15:38.160] checking for timingsafe_bcmp... no [15:15:38.222] checking for pthread_barrier_wait... yes [15:15:38.277] checking for getopt_long... yes [15:15:38.334] checking for syslog... yes [15:15:38.392] checking syslog.h usability... yes [15:15:38.401] checking syslog.h presence... yes [15:15:38.417] checking for syslog.h... yes [15:15:38.417] checking for opterr... yes [15:15:38.474] checking for optreset... no [15:15:38.535] checking unicode/ucol.h usability... yes [15:15:38.544] checking unicode/ucol.h presence... yes [15:15:38.579] checking for unicode/ucol.h... yes [15:15:38.580] checking for rl_completion_suppress_quote... yes [15:15:38.641] checking for rl_filename_quote_characters... yes [15:15:38.703] checking for rl_filename_quoting_function... yes [15:15:38.768] checking for append_history... yes [15:15:38.832] checking for history_truncate_file... yes [15:15:38.897] checking for rl_completion_matches... yes [15:15:38.963] checking for rl_filename_completion_function... yes [15:15:39.030] checking for rl_reset_screen_size... yes [15:15:39.094] checking for rl_variable_bind... yes [15:15:39.156] checking test program... ok [15:15:39.210] checking size of void *... 8 [15:15:39.283] checking size of size_t... 8 [15:15:39.354] checking size of long... 8 [15:15:39.425] checking size of long long... 8 [15:15:39.497] checking size of intmax_t... 8 [15:15:39.571] checking alignment of short... 2 [15:15:39.645] checking alignment of int... 4 [15:15:39.718] checking alignment of long... 8 [15:15:39.789] checking alignment of int64_t... 8 [15:15:39.860] checking alignment of double... 8 [15:15:39.935] checking for __int128... yes [15:15:39.997] checking for __int128 alignment bug... ok [15:15:40.052] checking alignment of PG_INT128_TYPE... 16 [15:15:40.123] checking for builtin __sync char locking functions... yes [15:15:40.178] checking for builtin __sync int32 locking functions... yes [15:15:40.233] checking for builtin __sync int32 atomic operations... yes [15:15:40.288] checking for builtin __sync int64 atomic operations... yes [15:15:40.346] checking for builtin __atomic int32 atomic operations... yes [15:15:40.406] checking for builtin __atomic int64 atomic operations... yes [15:15:40.465] checking for __get_cpuid... yes [15:15:40.526] checking for __get_cpuid_count... yes [15:15:40.583] checking for _xgetbv... yes [15:15:41.014] checking for _mm512_popcnt_epi64... yes [15:15:41.410] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [15:15:41.520] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [15:15:41.539] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [15:15:41.556] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [15:15:41.573] 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 [15:15:41.605] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [15:15:41.606] checking for _mm512_clmulepi64_epi128... yes [15:15:41.994] checking for vectorized CRC-32C... AVX-512 with runtime check [15:15:41.994] checking for library containing sem_init... none required [15:15:42.048] checking which semaphore API to use... unnamed POSIX [15:15:42.048] checking which random number source to use... OpenSSL [15:15:42.050] checking for tclsh... /usr/bin/tclsh [15:15:42.050] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [15:15:42.083] checking tcl.h usability... yes [15:15:42.092] checking tcl.h presence... yes [15:15:42.114] checking for tcl.h... yes [15:15:42.115] checking for perl.h... yes [15:15:42.130] checking for libperl... yes [15:15:42.420] checking Python.h usability... yes [15:15:42.432] checking Python.h presence... yes [15:15:42.532] checking for Python.h... yes [15:15:42.532] checking for xmllint... /usr/bin/xmllint [15:15:42.532] checking for xsltproc... /usr/bin/xsltproc [15:15:42.533] checking for fop... /usr/bin/fop [15:15:42.533] checking for dbtoepub... no [15:15:42.533] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [15:15:42.590] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [15:15:42.657] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [15:15:42.657] 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 [15:15:42.657] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [15:15:42.657] configure: using LDFLAGS= -Wl,--as-needed [15:15:42.657] configure: using CXX=ccache g++ [15:15:42.657] 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 [15:15:42.657] configure: using CLANG=ccache clang [15:15:42.657] 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 [15:15:42.657] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [15:15:42.688] configure: updating cache gcc.cache [15:15:42.695] configure: creating ./config.status [15:15:42.784] config.status: creating GNUmakefile [15:15:42.797] config.status: creating src/Makefile.global [15:15:42.813] config.status: creating src/include/pg_config.h [15:15:42.825] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [15:15:42.841] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [15:15:42.848] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [15:15:42.855] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [15:15:42.863] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [15:15:42.899] [15:15:42.899] real 0m13.962s [15:15:42.899] user 0m9.080s [15:15:42.899] sys 0m4.442s [15:15:42.899] make -s -j${BUILD_JOBS} clean [15:15:43.415] time make -s -j${BUILD_JOBS} world-bin [15:16:13.434] vacuumparallel.c:1358:1: error: ‘parallel_vacuum_report_cost_based_params’ defined but not used [-Werror=unused-function] [15:16:13.434] 1358 | parallel_vacuum_report_cost_based_params(void) [15:16:13.434] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [15:16:13.434] cc1: all warnings being treated as errors [15:16:13.435] make[3]: *** [: vacuumparallel.o] Error 1 [15:16:13.435] make[2]: *** [common.mk:37: commands-recursive] Error 2 [15:16:13.440] make[2]: *** Waiting for unfinished jobs.... [15:16:24.205] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [15:16:24.205] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [15:16:24.205] [15:16:24.205] real 0m40.790s [15:16:24.205] user 2m11.024s [15:16:24.205] sys 0m23.161s [15:16:24.205] [15:16:24.205] Exit status: 2