[22:02:50.267] time ./configure \ [22:02:50.267] --cache gcc.cache \ [22:02:50.267] --enable-dtrace \ [22:02:50.267] ${LINUX_CONFIGURE_FEATURES} \ [22:02:50.267] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [22:02:50.488] configure: creating cache gcc.cache [22:02:50.504] checking build system type... x86_64-pc-linux-gnu [22:02:50.627] checking host system type... x86_64-pc-linux-gnu [22:02:50.627] checking which template to use... linux [22:02:50.627] checking whether NLS is wanted... no [22:02:50.627] checking for default port number... 5432 [22:02:50.634] checking for dtrace... /usr/bin/dtrace [22:02:50.634] checking for block size... 8kB [22:02:50.636] checking for segment size... 1GB [22:02:50.638] checking for WAL block size... 8kB [22:02:50.676] checking whether the C compiler works... yes [22:02:50.802] checking for C compiler default output file name... a.out [22:02:50.803] checking for suffix of executables... [22:02:50.843] checking whether we are cross compiling... no [22:02:50.920] checking for suffix of object files... o [22:02:50.932] checking whether we are using the GNU C compiler... yes [22:02:50.940] checking whether ccache gcc accepts -g... yes [22:02:50.948] checking for ccache gcc option to accept ISO C89... none needed [22:02:50.959] checking for ccache gcc option to accept ISO C11... none needed [22:02:51.010] checking whether we are using the GNU C++ compiler... yes [22:02:51.019] checking whether ccache g++ accepts -g... yes [22:02:51.058] checking for gawk... no [22:02:51.058] checking for mawk... mawk [22:02:51.058] checking for llvm-config... /usr/bin/llvm-config [22:02:51.072] configure: using llvm 19.1.7 [22:02:51.072] checking for CLANG... ccache clang [22:02:51.122] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [22:02:51.130] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [22:02:51.138] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [22:02:51.187] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [22:02:51.269] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [22:02:51.278] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [22:02:51.286] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [22:02:51.294] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [22:02:51.303] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [22:02:51.311] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [22:02:51.320] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [22:02:51.328] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [22:02:51.336] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [22:02:51.345] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [22:02:51.353] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [22:02:51.361] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [22:02:51.369] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [22:02:51.377] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [22:02:51.385] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [22:02:51.393] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [22:02:51.402] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [22:02:51.410] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [22:02:51.417] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [22:02:51.425] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [22:02:51.433] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [22:02:51.441] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [22:02:51.489] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [22:02:51.539] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:02:51.547] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [22:02:51.555] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [22:02:51.601] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [22:02:51.610] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [22:02:51.618] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [22:02:51.627] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [22:02:51.635] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [22:02:51.643] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [22:02:51.651] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [22:02:51.659] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [22:02:51.666] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [22:02:51.674] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [22:02:51.686] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [22:02:51.686] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [22:02:51.694] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [22:02:51.702] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:02:51.709] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [22:02:51.721] checking whether the C compiler still works... yes [22:02:51.779] checking how to run the C preprocessor... ccache gcc -E [22:02:51.854] checking for pkg-config... /usr/bin/pkg-config [22:02:51.854] checking pkg-config is at least version 0.9.0... yes [22:02:51.862] checking whether to build with ICU support... yes [22:02:51.863] checking for icu-uc icu-i18n... yes [22:02:51.874] checking whether to build with Tcl... yes [22:02:51.874] checking whether to build Perl modules... yes [22:02:51.874] checking whether to build Python modules... yes [22:02:51.874] checking whether to build with GSSAPI support... yes [22:02:51.876] checking whether to build with PAM support... yes [22:02:51.876] checking whether to build with BSD Authentication support... no [22:02:51.876] checking whether to build with LDAP support... yes [22:02:51.876] checking whether to build with Bonjour support... no [22:02:51.876] checking whether to build with SELinux support... yes [22:02:51.876] checking whether to build with systemd support... yes [22:02:51.877] checking whether to build with liburing support... no [22:02:51.877] checking whether to build with libcurl support... yes [22:02:51.877] checking for libcurl >= 7.61.0... yes [22:02:51.905] checking whether to build with libnuma support... no [22:02:51.906] checking whether to build with XML support... yes [22:02:51.906] checking for libxml-2.0 >= 2.6.23... yes [22:02:51.916] checking whether to build with LZ4 support... yes [22:02:51.916] checking for liblz4... yes [22:02:51.926] checking whether to build with ZSTD support... yes [22:02:51.926] checking for libzstd >= 1.4.0... yes [22:02:51.934] checking for strip... strip [22:02:51.934] checking whether it is possible to strip libraries... yes [22:02:51.938] checking for ar... ar [22:02:51.938] checking for a BSD-compatible install... /usr/bin/install -c [22:02:51.950] checking for tar... /usr/bin/tar [22:02:51.951] checking whether ln -s works... yes [22:02:51.951] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [22:02:51.953] checking for nm... /usr/bin/nm [22:02:51.954] checking for bison... /usr/bin/bison [22:02:51.960] configure: using bison (GNU Bison) 3.8.2 [22:02:51.963] checking for flex... /usr/bin/flex [22:02:51.968] configure: using flex 2.6.4 [22:02:51.968] checking for perl... /usr/bin/perl [22:02:51.990] configure: using perl 5.40.1 [22:02:51.992] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [22:02:52.008] checking for Perl privlibexp... /usr/share/perl/5.40 [22:02:52.013] checking for Perl useshrplib... true [22:02:52.023] 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 [22:02:52.030] checking for CFLAGS to compile embedded Perl... -DDEBIAN [22:02:52.036] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [22:02:52.179] checking for python3... /usr/bin/python3 [22:02:52.193] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [22:02:52.202] checking for Python sysconfig module... yes [22:02:52.220] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [22:02:52.240] checking Python include directory... -I/usr/include/python3.13 [22:02:52.257] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [22:02:52.314] checking for a sed that does not truncate output... /usr/bin/sed [22:02:52.320] checking for grep that handles long lines and -e... /usr/bin/grep [22:02:52.323] checking for egrep... /usr/bin/grep -E [22:02:52.325] checking for ANSI C header files... yes [22:02:52.454] checking for sys/types.h... yes [22:02:52.471] checking for sys/stat.h... yes [22:02:52.493] checking for stdlib.h... yes [22:02:52.509] checking for string.h... yes [22:02:52.526] checking for memory.h... yes [22:02:52.543] checking for strings.h... yes [22:02:52.560] checking for inttypes.h... yes [22:02:52.577] checking for stdint.h... yes [22:02:52.594] checking for unistd.h... yes [22:02:52.609] checking whether ccache gcc is Clang... no [22:02:52.621] checking whether pthreads work with -pthread... yes [22:02:52.690] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [22:02:52.733] checking whether more special flags are required for pthreads... no [22:02:52.734] checking for PTHREAD_PRIO_INHERIT... yes [22:02:52.785] checking pthread.h usability... yes [22:02:52.794] checking pthread.h presence... yes [22:02:52.811] checking for pthread.h... yes [22:02:52.811] checking for strerror_r... yes [22:02:52.857] checking whether strerror_r returns int... no [22:02:52.891] checking for main in -lm... yes [22:02:52.945] checking for library containing setproctitle... no [22:02:53.047] checking for library containing dlsym... none required [22:02:53.092] checking for library containing socket... none required [22:02:53.136] checking for library containing getopt_long... none required [22:02:53.181] checking for library containing shm_open... none required [22:02:53.228] checking for library containing shm_unlink... none required [22:02:53.275] checking for library containing clock_gettime... none required [22:02:53.322] checking for library containing shmget... none required [22:02:53.368] checking for library containing backtrace_symbols... none required [22:02:53.414] checking for library containing pthread_barrier_wait... none required [22:02:53.458] checking for library containing readline... -lreadline [22:02:53.508] checking for inflate in -lz... yes [22:02:53.555] checking curl/curl.h usability... yes [22:02:53.567] checking curl/curl.h presence... yes [22:02:53.605] checking for curl/curl.h... yes [22:02:53.605] checking for curl_multi_init in -lcurl... yes [22:02:53.739] checking for curl_global_init thread safety... yes [22:02:53.849] checking for curl support for asynchronous DNS... yes [22:02:53.958] checking for library containing gss_store_cred_into... -lgssapi_krb5 [22:02:54.062] checking for CRYPTO_new_ex_data in -lcrypto... yes [22:02:54.141] checking for SSL_new in -lssl... yes [22:02:54.214] checking for SSL_CTX_set_ciphersuites... yes [22:02:54.287] checking for SSL_CTX_set_cert_cb... yes [22:02:54.365] checking for X509_get_signature_info... yes [22:02:54.445] checking for SSL_CTX_set_num_tickets... yes [22:02:54.523] checking for SSL_CTX_set_keylog_callback... yes [22:02:54.600] checking for pam_start in -lpam... yes [22:02:54.657] checking for xmlSaveToBuffer in -lxml2... yes [22:02:54.724] checking for xsltCleanupGlobals in -lxslt... yes [22:02:54.795] checking for LZ4_compress_default in -llz4... yes [22:02:54.858] checking for ZSTD_compress in -lzstd... yes [22:02:54.919] checking for ldap_bind in -lldap... yes [22:02:55.001] checking for ldap_initialize... yes [22:02:55.082] checking for ldap_verify_credentials... yes [22:02:55.171] checking for security_compute_create_name in -lselinux... yes [22:02:55.234] checking for uuid_export in -lossp-uuid... yes [22:02:55.301] checking copyfile.h usability... no [22:02:55.365] checking copyfile.h presence... no [22:02:55.384] checking for copyfile.h... no [22:02:55.388] checking execinfo.h usability... yes [22:02:55.397] checking execinfo.h presence... yes [22:02:55.410] checking for execinfo.h... yes [22:02:55.418] checking getopt.h usability... yes [22:02:55.426] checking getopt.h presence... yes [22:02:55.439] checking for getopt.h... yes [22:02:55.446] checking ifaddrs.h usability... yes [22:02:55.454] checking ifaddrs.h presence... yes [22:02:55.469] checking for ifaddrs.h... yes [22:02:55.476] checking sys/epoll.h usability... yes [22:02:55.484] checking sys/epoll.h presence... yes [22:02:55.503] checking for sys/epoll.h... yes [22:02:55.510] checking sys/event.h usability... no [22:02:55.555] checking sys/event.h presence... no [22:02:55.571] checking for sys/event.h... no [22:02:55.574] checking sys/personality.h usability... yes [22:02:55.583] checking sys/personality.h presence... yes [22:02:55.595] checking for sys/personality.h... yes [22:02:55.603] checking sys/prctl.h usability... yes [22:02:55.612] checking sys/prctl.h presence... yes [22:02:55.625] checking for sys/prctl.h... yes [22:02:55.632] checking sys/procctl.h usability... no [22:02:55.678] checking sys/procctl.h presence... no [22:02:55.695] checking for sys/procctl.h... no [22:02:55.698] checking sys/signalfd.h usability... yes [22:02:55.706] checking sys/signalfd.h presence... yes [22:02:55.721] checking for sys/signalfd.h... yes [22:02:55.728] checking sys/ucred.h usability... no [22:02:55.773] checking sys/ucred.h presence... no [22:02:55.788] checking for sys/ucred.h... no [22:02:55.792] checking termios.h usability... yes [22:02:55.800] checking termios.h presence... yes [22:02:55.817] checking for termios.h... yes [22:02:55.824] checking uchar.h usability... yes [22:02:55.832] checking uchar.h presence... yes [22:02:55.845] checking for uchar.h... yes [22:02:55.852] checking ucred.h usability... no [22:02:55.898] checking ucred.h presence... no [22:02:55.915] checking for ucred.h... no [22:02:55.919] checking xlocale.h usability... no [22:02:55.965] checking xlocale.h presence... no [22:02:55.981] checking for xlocale.h... no [22:02:55.982] checking readline/readline.h usability... yes [22:02:55.992] checking readline/readline.h presence... yes [22:02:56.011] checking for readline/readline.h... yes [22:02:56.012] checking readline/history.h usability... yes [22:02:56.021] checking readline/history.h presence... yes [22:02:56.038] checking for readline/history.h... yes [22:02:56.041] checking zlib.h usability... yes [22:02:56.050] checking zlib.h presence... yes [22:02:56.069] checking for zlib.h... yes [22:02:56.069] checking for lz4... /usr/bin/lz4 [22:02:56.070] checking lz4.h usability... yes [22:02:56.079] checking lz4.h presence... yes [22:02:56.094] checking for lz4.h... yes [22:02:56.094] checking for zstd... /usr/bin/zstd [22:02:56.095] checking zstd.h usability... yes [22:02:56.104] checking zstd.h presence... yes [22:02:56.118] checking for zstd.h... yes [22:02:56.119] checking gssapi/gssapi.h usability... yes [22:02:56.129] checking gssapi/gssapi.h presence... yes [22:02:56.146] checking for gssapi/gssapi.h... yes [22:02:56.148] checking gssapi/gssapi_ext.h usability... yes [22:02:56.156] checking gssapi/gssapi_ext.h presence... yes [22:02:56.173] checking for gssapi/gssapi_ext.h... yes [22:02:56.175] checking for openssl... /usr/bin/openssl [22:02:56.185] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [22:02:56.185] checking openssl/ssl.h usability... yes [22:02:56.196] checking openssl/ssl.h presence... yes [22:02:56.292] checking for openssl/ssl.h... yes [22:02:56.293] checking openssl/err.h usability... yes [22:02:56.303] checking openssl/err.h presence... yes [22:02:56.336] checking for openssl/err.h... yes [22:02:56.336] checking security/pam_appl.h usability... yes [22:02:56.347] checking security/pam_appl.h presence... yes [22:02:56.361] checking for security/pam_appl.h... yes [22:02:56.363] checking systemd/sd-daemon.h usability... yes [22:02:56.375] checking systemd/sd-daemon.h presence... yes [22:02:56.394] checking for systemd/sd-daemon.h... yes [22:02:56.394] checking libxml/parser.h usability... yes [22:02:56.405] checking libxml/parser.h presence... yes [22:02:56.439] checking for libxml/parser.h... yes [22:02:56.439] checking libxslt/xslt.h usability... yes [22:02:56.449] checking libxslt/xslt.h presence... yes [22:02:56.475] checking for libxslt/xslt.h... yes [22:02:56.476] checking ldap.h usability... yes [22:02:56.485] checking ldap.h presence... yes [22:02:56.507] checking for ldap.h... yes [22:02:56.507] checking for compatible LDAP implementation... yes [22:02:56.516] checking ossp/uuid.h usability... yes [22:02:56.526] checking ossp/uuid.h presence... yes [22:02:56.542] checking for ossp/uuid.h... yes [22:02:56.560] checking whether byte ordering is bigendian... no [22:02:56.656] checking for inline... inline [22:02:56.663] checking for C printf format archetype... gnu_printf [22:02:56.672] checking for C++ printf format archetype... gnu_printf [22:02:56.680] checking for statement expressions... yes [22:02:56.737] checking for typeof... typeof [22:02:56.746] checking for __builtin_types_compatible_p... yes [22:02:56.760] checking for __builtin_constant_p... yes [22:02:56.773] checking for __builtin_mul_overflow... yes [22:02:56.841] checking for __builtin_unreachable... yes [22:02:56.897] checking for computed goto support... yes [22:02:56.906] checking for struct tm.tm_zone... yes [22:02:56.915] checking for union semun... no [22:02:56.954] checking for socklen_t... yes [22:02:57.001] checking for struct sockaddr.sa_len... no [22:02:57.073] checking for C/C++ restrict keyword... __restrict [22:02:57.088] checking for struct option... yes [22:02:57.130] checking whether assembler supports x86_64 popcntq... yes [22:02:57.139] checking for special C compiler options needed for large files... no [22:02:57.139] checking for _FILE_OFFSET_BITS value needed for large files... no [22:02:57.151] checking size of off_t... 8 [22:02:57.225] checking for int timezone... yes [22:02:57.298] checking for backtrace_symbols... yes [22:02:57.361] checking for copyfile... no [22:02:57.428] checking for copy_file_range... yes [22:02:57.493] checking for elf_aux_info... no [22:02:57.558] checking for getauxval... yes [22:02:57.622] checking for getifaddrs... yes [22:02:57.687] checking for getpeerucred... no [22:02:57.752] checking for inet_pton... yes [22:02:57.817] checking for kqueue... no [22:02:57.883] checking for localeconv_l... no [22:02:57.950] checking for mbstowcs_l... no [22:02:58.014] checking for posix_fallocate... yes [22:02:58.077] checking for ppoll... yes [22:02:58.142] checking for pthread_is_threaded_np... no [22:02:58.207] checking for setproctitle... no [22:02:58.272] checking for setproctitle_fast... no [22:02:58.339] checking for strsignal... yes [22:02:58.404] checking for syncfs... yes [22:02:58.472] checking for sync_file_range... yes [22:02:58.536] checking for uselocale... yes [22:02:58.599] checking for wcstombs_l... no [22:02:58.660] checking for __builtin_bswap16... yes [22:02:58.721] checking for __builtin_bswap32... yes [22:02:58.780] checking for __builtin_bswap64... yes [22:02:58.839] checking for __builtin_clz... yes [22:02:58.899] checking for __builtin_ctz... yes [22:02:58.961] checking for __builtin_popcount... yes [22:02:59.021] checking for __builtin_frame_address... yes [22:02:59.080] checking for _LARGEFILE_SOURCE value needed for large files... no [22:02:59.141] checking how ccache gcc reports undeclared, standard C functions... error [22:02:59.166] checking for posix_fadvise... yes [22:02:59.227] checking whether posix_fadvise is declared... yes [22:02:59.240] checking whether fdatasync is declared... yes [22:02:59.253] checking whether strlcat is declared... yes [22:02:59.266] checking whether strlcpy is declared... yes [22:02:59.281] checking whether strsep is declared... yes [22:02:59.297] checking whether timingsafe_bcmp is declared... no [22:02:59.356] checking whether preadv is declared... yes [22:02:59.370] checking whether pwritev is declared... yes [22:02:59.384] checking whether strchrnul is declared... yes [22:02:59.397] checking whether memset_s is declared... no [22:02:59.434] checking whether F_FULLFSYNC is declared... no [22:02:59.467] checking for explicit_bzero... yes [22:02:59.523] checking for getopt... yes [22:02:59.580] checking for getpeereid... no [22:02:59.640] checking for inet_aton... yes [22:02:59.697] checking for mkdtemp... yes [22:02:59.755] checking for strlcat... yes [22:02:59.813] checking for strlcpy... yes [22:02:59.869] checking for strsep... yes [22:02:59.927] checking for timingsafe_bcmp... no [22:02:59.989] checking for pthread_barrier_wait... yes [22:03:00.047] checking for getopt_long... yes [22:03:00.103] checking for syslog... yes [22:03:00.160] checking syslog.h usability... yes [22:03:00.169] checking syslog.h presence... yes [22:03:00.184] checking for syslog.h... yes [22:03:00.184] checking for opterr... yes [22:03:00.241] checking for optreset... no [22:03:00.304] checking unicode/ucol.h usability... yes [22:03:00.314] checking unicode/ucol.h presence... yes [22:03:00.351] checking for unicode/ucol.h... yes [22:03:00.351] checking for rl_completion_suppress_quote... yes [22:03:00.415] checking for rl_filename_quote_characters... yes [22:03:00.482] checking for rl_filename_quoting_function... yes [22:03:00.550] checking for append_history... yes [22:03:00.620] checking for history_truncate_file... yes [22:03:00.691] checking for rl_completion_matches... yes [22:03:00.762] checking for rl_filename_completion_function... yes [22:03:00.833] checking for rl_reset_screen_size... yes [22:03:00.901] checking for rl_variable_bind... yes [22:03:00.965] checking test program... ok [22:03:01.019] checking size of void *... 8 [22:03:01.091] checking size of size_t... 8 [22:03:01.167] checking size of long... 8 [22:03:01.240] checking size of long long... 8 [22:03:01.312] checking size of intmax_t... 8 [22:03:01.386] checking alignment of short... 2 [22:03:01.458] checking alignment of int... 4 [22:03:01.530] checking alignment of long... 8 [22:03:01.602] checking alignment of int64_t... 8 [22:03:01.675] checking alignment of double... 8 [22:03:01.748] checking for __int128... yes [22:03:01.811] checking for __int128 alignment bug... ok [22:03:01.869] checking alignment of PG_INT128_TYPE... 16 [22:03:01.941] checking for builtin __sync char locking functions... yes [22:03:02.002] checking for builtin __sync int32 locking functions... yes [22:03:02.057] checking for builtin __sync int32 atomic operations... yes [22:03:02.113] checking for builtin __sync int64 atomic operations... yes [22:03:02.170] checking for builtin __atomic int32 atomic operations... yes [22:03:02.227] checking for builtin __atomic int64 atomic operations... yes [22:03:02.284] checking for __get_cpuid... yes [22:03:02.344] checking for __get_cpuid_count... yes [22:03:02.404] checking for _xgetbv... yes [22:03:02.851] checking for _mm512_popcnt_epi64... yes [22:03:03.254] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [22:03:03.364] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [22:03:03.385] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [22:03:03.403] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [22:03:03.422] 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 [22:03:03.455] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [22:03:03.455] checking for _mm512_clmulepi64_epi128... yes [22:03:03.849] checking for vectorized CRC-32C... AVX-512 with runtime check [22:03:03.849] checking for library containing sem_init... none required [22:03:03.905] checking which semaphore API to use... unnamed POSIX [22:03:03.906] checking which random number source to use... OpenSSL [22:03:03.907] checking for tclsh... /usr/bin/tclsh [22:03:03.908] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [22:03:03.939] checking tcl.h usability... yes [22:03:03.947] checking tcl.h presence... yes [22:03:03.968] checking for tcl.h... yes [22:03:03.968] checking for perl.h... yes [22:03:03.985] checking for libperl... yes [22:03:04.285] checking Python.h usability... yes [22:03:04.298] checking Python.h presence... yes [22:03:04.396] checking for Python.h... yes [22:03:04.396] checking for xmllint... /usr/bin/xmllint [22:03:04.397] checking for xsltproc... /usr/bin/xsltproc [22:03:04.397] checking for fop... /usr/bin/fop [22:03:04.397] checking for dbtoepub... no [22:03:04.397] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [22:03:04.461] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [22:03:04.531] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [22:03:04.531] 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 [22:03:04.531] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [22:03:04.531] configure: using LDFLAGS= -Wl,--as-needed [22:03:04.531] configure: using CXX=ccache g++ [22:03:04.531] 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 [22:03:04.531] configure: using CLANG=ccache clang [22:03:04.531] 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 [22:03:04.531] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [22:03:04.562] configure: updating cache gcc.cache [22:03:04.571] configure: creating ./config.status [22:03:04.667] config.status: creating GNUmakefile [22:03:04.680] config.status: creating src/Makefile.global [22:03:04.698] config.status: creating src/include/pg_config.h [22:03:04.712] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [22:03:04.729] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [22:03:04.738] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [22:03:04.747] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [22:03:04.756] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [22:03:04.793] [22:03:04.793] real 0m14.527s [22:03:04.793] user 0m9.291s [22:03:04.793] sys 0m4.723s [22:03:04.793] make -s -j${BUILD_JOBS} clean [22:03:05.334] time make -s -j${BUILD_JOBS} world-bin [22:04:02.406] spgistfuncs.c: In function ‘spgist_innerpage_items’: [22:04:02.406] spgistfuncs.c:482:29: error: unused variable ‘bp’ [-Werror=unused-variable] [22:04:02.406] 482 | bits8 *bp; [22:04:02.406] | ^~ [22:04:02.406] spgistfuncs.c:481:29: error: unused variable ‘tp’ [-Werror=unused-variable] [22:04:02.406] 481 | char *tp; [22:04:02.406] | ^~ [22:04:02.406] spgistfuncs.c:480:33: error: variable ‘has_datums’ set but not used [-Werror=unused-but-set-variable] [22:04:02.406] 480 | bool has_datums; [22:04:02.406] | ^~~~~~~~~~ [22:04:02.406] spgistfuncs.c:479:33: error: unused variable ‘hasNullsMask’ [-Werror=unused-variable] [22:04:02.406] 479 | bool hasNullsMask; [22:04:02.406] | ^~~~~~~~~~~~ [22:04:02.406] spgistfuncs.c:478:41: error: unused variable ‘i’ [-Werror=unused-variable] [22:04:02.406] 478 | int i; [22:04:02.406] | ^ [22:04:02.406] spgistfuncs.c:476:33: error: unused variable ‘itup_isnull’ [-Werror=unused-variable] [22:04:02.406] 476 | bool itup_isnull[INDEX_MAX_KEYS]; [22:04:02.406] | ^~~~~~~~~~~ [22:04:02.406] spgistfuncs.c:475:33: error: unused variable ‘itup_values’ [-Werror=unused-variable] [22:04:02.406] 475 | Datum itup_values[INDEX_MAX_KEYS]; [22:04:02.406] | ^~~~~~~~~~~ [22:04:02.406] spgistfuncs.c:409:21: error: variable ‘index_columns’ set but not used [-Werror=unused-but-set-variable] [22:04:02.406] 409 | char *index_columns; [22:04:02.406] | ^~~~~~~~~~~~~ [22:04:02.406] spgistfuncs.c:404:25: error: variable ‘tupdesc’ set but not used [-Werror=unused-but-set-variable] [22:04:02.406] 404 | TupleDesc tupdesc; [22:04:02.406] | ^~~~~~~ [22:04:02.406] cc1: all warnings being treated as errors [22:04:02.408] make[2]: *** [: spgistfuncs.o] Error 1 [22:04:02.408] make[1]: *** [Makefile:96: all-pageinspect-recurse] Error 2 [22:04:02.410] make[1]: *** Waiting for unfinished jobs.... [22:04:02.718] make: *** [GNUmakefile:21: world-bin-contrib-recurse] Error 2 [22:04:02.718] [22:04:02.718] real 0m57.384s [22:04:02.718] user 2m49.397s [22:04:02.718] sys 0m34.881s [22:04:02.719] [22:04:02.719] Exit status: 2