[22:12:46.455] time ./configure \ [22:12:46.455] --cache gcc.cache \ [22:12:46.455] --enable-dtrace \ [22:12:46.455] ${LINUX_CONFIGURE_FEATURES} \ [22:12:46.455] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [22:12:46.652] configure: creating cache gcc.cache [22:12:46.666] checking build system type... x86_64-pc-linux-gnu [22:12:46.784] checking host system type... x86_64-pc-linux-gnu [22:12:46.784] checking which template to use... linux [22:12:46.785] checking whether NLS is wanted... no [22:12:46.785] checking for default port number... 5432 [22:12:46.792] checking for dtrace... /usr/bin/dtrace [22:12:46.792] checking for block size... 8kB [22:12:46.793] checking for segment size... 1GB [22:12:46.796] checking for WAL block size... 8kB [22:12:46.829] checking whether the C compiler works... yes [22:12:46.935] checking for C compiler default output file name... a.out [22:12:46.936] checking for suffix of executables... [22:12:46.971] checking whether we are cross compiling... no [22:12:47.039] checking for suffix of object files... o [22:12:47.049] checking whether we are using the GNU C compiler... yes [22:12:47.056] checking whether ccache gcc accepts -g... yes [22:12:47.062] checking for ccache gcc option to accept ISO C89... none needed [22:12:47.070] checking for ccache gcc option to accept ISO C11... none needed [22:12:47.116] checking whether we are using the GNU C++ compiler... yes [22:12:47.122] checking whether ccache g++ accepts -g... yes [22:12:47.156] checking for gawk... no [22:12:47.156] checking for mawk... mawk [22:12:47.157] checking for llvm-config... /usr/bin/llvm-config [22:12:47.168] configure: using llvm 19.1.7 [22:12:47.168] checking for CLANG... ccache clang [22:12:47.217] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [22:12:47.225] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [22:12:47.233] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [22:12:47.280] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [22:12:47.364] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [22:12:47.371] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [22:12:47.378] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [22:12:47.385] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [22:12:47.391] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [22:12:47.398] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [22:12:47.405] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [22:12:47.411] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [22:12:47.418] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [22:12:47.424] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [22:12:47.431] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [22:12:47.437] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [22:12:47.444] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [22:12:47.450] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [22:12:47.457] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [22:12:47.463] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [22:12:47.470] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [22:12:47.476] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [22:12:47.483] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [22:12:47.489] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [22:12:47.496] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [22:12:47.502] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [22:12:47.547] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [22:12:47.594] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:12:47.601] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [22:12:47.608] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [22:12:47.649] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [22:12:47.656] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [22:12:47.664] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [22:12:47.671] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [22:12:47.678] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [22:12:47.685] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [22:12:47.692] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [22:12:47.699] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [22:12:47.706] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [22:12:47.713] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [22:12:47.724] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [22:12:47.724] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [22:12:47.731] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [22:12:47.738] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:12:47.745] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [22:12:47.757] checking whether the C compiler still works... yes [22:12:47.812] checking how to run the C preprocessor... ccache gcc -E [22:12:47.882] checking for pkg-config... /usr/bin/pkg-config [22:12:47.882] checking pkg-config is at least version 0.9.0... yes [22:12:47.887] checking whether to build with ICU support... yes [22:12:47.887] checking for icu-uc icu-i18n... yes [22:12:47.899] checking whether to build with Tcl... yes [22:12:47.899] checking whether to build Perl modules... yes [22:12:47.899] checking whether to build Python modules... yes [22:12:47.899] checking whether to build with GSSAPI support... yes [22:12:47.900] checking whether to build with PAM support... yes [22:12:47.901] checking whether to build with BSD Authentication support... no [22:12:47.901] checking whether to build with LDAP support... yes [22:12:47.901] checking whether to build with Bonjour support... no [22:12:47.901] checking whether to build with SELinux support... yes [22:12:47.901] checking whether to build with systemd support... yes [22:12:47.901] checking whether to build with liburing support... no [22:12:47.901] checking whether to build with libcurl support... yes [22:12:47.902] checking for libcurl >= 7.61.0... yes [22:12:47.924] checking whether to build with libnuma support... no [22:12:47.924] checking whether to build with XML support... yes [22:12:47.925] checking for libxml-2.0 >= 2.6.23... yes [22:12:47.935] checking whether to build with LZ4 support... yes [22:12:47.935] checking for liblz4... yes [22:12:47.945] checking whether to build with ZSTD support... yes [22:12:47.945] checking for libzstd >= 1.4.0... yes [22:12:47.953] checking for strip... strip [22:12:47.953] checking whether it is possible to strip libraries... yes [22:12:47.957] checking for ar... ar [22:12:47.957] checking for a BSD-compatible install... /usr/bin/install -c [22:12:47.968] checking for tar... /usr/bin/tar [22:12:47.968] checking whether ln -s works... yes [22:12:47.968] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [22:12:47.971] checking for nm... /usr/bin/nm [22:12:47.971] checking for bison... /usr/bin/bison [22:12:47.978] configure: using bison (GNU Bison) 3.8.2 [22:12:47.981] checking for flex... /usr/bin/flex [22:12:47.985] configure: using flex 2.6.4 [22:12:47.985] checking for perl... /usr/bin/perl [22:12:48.007] configure: using perl 5.40.1 [22:12:48.009] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [22:12:48.022] checking for Perl privlibexp... /usr/share/perl/5.40 [22:12:48.027] checking for Perl useshrplib... true [22:12:48.037] 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:12:48.043] checking for CFLAGS to compile embedded Perl... -DDEBIAN [22:12:48.050] 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:12:48.186] checking for python3... /usr/bin/python3 [22:12:48.200] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [22:12:48.208] checking for Python sysconfig module... yes [22:12:48.224] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [22:12:48.241] checking Python include directory... -I/usr/include/python3.13 [22:12:48.256] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [22:12:48.307] checking for a sed that does not truncate output... /usr/bin/sed [22:12:48.311] checking for grep that handles long lines and -e... /usr/bin/grep [22:12:48.313] checking for egrep... /usr/bin/grep -E [22:12:48.315] checking for ANSI C header files... yes [22:12:48.435] checking for sys/types.h... yes [22:12:48.450] checking for sys/stat.h... yes [22:12:48.469] checking for stdlib.h... yes [22:12:48.484] checking for string.h... yes [22:12:48.498] checking for memory.h... yes [22:12:48.514] checking for strings.h... yes [22:12:48.529] checking for inttypes.h... yes [22:12:48.544] checking for stdint.h... yes [22:12:48.559] checking for unistd.h... yes [22:12:48.572] checking whether ccache gcc is Clang... no [22:12:48.583] checking whether pthreads work with -pthread... yes [22:12:48.646] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [22:12:48.686] checking whether more special flags are required for pthreads... no [22:12:48.686] checking for PTHREAD_PRIO_INHERIT... yes [22:12:48.731] checking pthread.h usability... yes [22:12:48.739] checking pthread.h presence... yes [22:12:48.754] checking for pthread.h... yes [22:12:48.754] checking for strerror_r... yes [22:12:48.794] checking whether strerror_r returns int... no [22:12:48.822] checking for main in -lm... yes [22:12:48.867] checking for library containing setproctitle... no [22:12:48.957] checking for library containing dlsym... none required [22:12:48.997] checking for library containing socket... none required [22:12:49.038] checking for library containing getopt_long... none required [22:12:49.080] checking for library containing shm_open... none required [22:12:49.120] checking for library containing shm_unlink... none required [22:12:49.162] checking for library containing clock_gettime... none required [22:12:49.204] checking for library containing shmget... none required [22:12:49.247] checking for library containing backtrace_symbols... none required [22:12:49.290] checking for library containing pthread_barrier_wait... none required [22:12:49.331] checking for library containing readline... -lreadline [22:12:49.376] checking for inflate in -lz... yes [22:12:49.418] checking curl/curl.h usability... yes [22:12:49.427] checking curl/curl.h presence... yes [22:12:49.462] checking for curl/curl.h... yes [22:12:49.462] checking for curl_multi_init in -lcurl... yes [22:12:49.584] checking for curl_global_init thread safety... yes [22:12:49.687] checking for curl support for asynchronous DNS... yes [22:12:49.786] checking for library containing gss_store_cred_into... -lgssapi_krb5 [22:12:49.877] checking for CRYPTO_new_ex_data in -lcrypto... yes [22:12:49.944] checking for SSL_new in -lssl... yes [22:12:50.008] checking for SSL_CTX_set_ciphersuites... yes [22:12:50.076] checking for SSL_CTX_set_cert_cb... yes [22:12:50.151] checking for X509_get_signature_info... yes [22:12:50.235] checking for SSL_CTX_set_num_tickets... yes [22:12:50.311] checking for SSL_CTX_set_keylog_callback... yes [22:12:50.388] checking for pam_start in -lpam... yes [22:12:50.445] checking for xmlSaveToBuffer in -lxml2... yes [22:12:50.508] checking for xsltCleanupGlobals in -lxslt... yes [22:12:50.573] checking for LZ4_compress_default in -llz4... yes [22:12:50.631] checking for ZSTD_compress in -lzstd... yes [22:12:50.687] checking for ldap_bind in -lldap... yes [22:12:50.762] checking for ldap_initialize... yes [22:12:50.838] checking for ldap_verify_credentials... yes [22:12:50.913] checking for security_compute_create_name in -lselinux... yes [22:12:50.974] checking for uuid_export in -lossp-uuid... yes [22:12:51.035] checking copyfile.h usability... no [22:12:51.092] checking copyfile.h presence... no [22:12:51.109] checking for copyfile.h... no [22:12:51.113] checking execinfo.h usability... yes [22:12:51.122] checking execinfo.h presence... yes [22:12:51.135] checking for execinfo.h... yes [22:12:51.144] checking getopt.h usability... yes [22:12:51.153] checking getopt.h presence... yes [22:12:51.167] checking for getopt.h... yes [22:12:51.175] checking ifaddrs.h usability... yes [22:12:51.184] checking ifaddrs.h presence... yes [22:12:51.200] checking for ifaddrs.h... yes [22:12:51.208] checking sys/epoll.h usability... yes [22:12:51.217] checking sys/epoll.h presence... yes [22:12:51.237] checking for sys/epoll.h... yes [22:12:51.245] checking sys/event.h usability... no [22:12:51.294] checking sys/event.h presence... no [22:12:51.311] checking for sys/event.h... no [22:12:51.314] checking sys/personality.h usability... yes [22:12:51.323] checking sys/personality.h presence... yes [22:12:51.336] checking for sys/personality.h... yes [22:12:51.343] checking sys/prctl.h usability... yes [22:12:51.352] checking sys/prctl.h presence... yes [22:12:51.366] checking for sys/prctl.h... yes [22:12:51.373] checking sys/procctl.h usability... no [22:12:51.419] checking sys/procctl.h presence... no [22:12:51.435] checking for sys/procctl.h... no [22:12:51.439] checking sys/signalfd.h usability... yes [22:12:51.447] checking sys/signalfd.h presence... yes [22:12:51.461] checking for sys/signalfd.h... yes [22:12:51.468] checking sys/ucred.h usability... no [22:12:51.515] checking sys/ucred.h presence... no [22:12:51.531] checking for sys/ucred.h... no [22:12:51.534] checking termios.h usability... yes [22:12:51.543] checking termios.h presence... yes [22:12:51.561] checking for termios.h... yes [22:12:51.569] checking uchar.h usability... yes [22:12:51.578] checking uchar.h presence... yes [22:12:51.592] checking for uchar.h... yes [22:12:51.600] checking ucred.h usability... no [22:12:51.646] checking ucred.h presence... no [22:12:51.663] checking for ucred.h... no [22:12:51.666] checking xlocale.h usability... no [22:12:51.714] checking xlocale.h presence... no [22:12:51.730] checking for xlocale.h... no [22:12:51.732] checking readline/readline.h usability... yes [22:12:51.751] checking readline/readline.h presence... yes [22:12:51.772] checking for readline/readline.h... yes [22:12:51.773] checking readline/history.h usability... yes [22:12:51.782] checking readline/history.h presence... yes [22:12:51.798] checking for readline/history.h... yes [22:12:51.801] checking zlib.h usability... yes [22:12:51.810] checking zlib.h presence... yes [22:12:51.829] checking for zlib.h... yes [22:12:51.829] checking for lz4... /usr/bin/lz4 [22:12:51.829] checking lz4.h usability... yes [22:12:51.838] checking lz4.h presence... yes [22:12:51.852] checking for lz4.h... yes [22:12:51.852] checking for zstd... /usr/bin/zstd [22:12:51.852] checking zstd.h usability... yes [22:12:51.860] checking zstd.h presence... yes [22:12:51.874] checking for zstd.h... yes [22:12:51.875] checking gssapi/gssapi.h usability... yes [22:12:51.886] checking gssapi/gssapi.h presence... yes [22:12:51.901] checking for gssapi/gssapi.h... yes [22:12:51.902] checking gssapi/gssapi_ext.h usability... yes [22:12:51.911] checking gssapi/gssapi_ext.h presence... yes [22:12:51.927] checking for gssapi/gssapi_ext.h... yes [22:12:51.928] checking for openssl... /usr/bin/openssl [22:12:51.938] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [22:12:51.938] checking openssl/ssl.h usability... yes [22:12:51.949] checking openssl/ssl.h presence... yes [22:12:52.029] checking for openssl/ssl.h... yes [22:12:52.029] checking openssl/err.h usability... yes [22:12:52.038] checking openssl/err.h presence... yes [22:12:52.066] checking for openssl/err.h... yes [22:12:52.067] checking security/pam_appl.h usability... yes [22:12:52.076] checking security/pam_appl.h presence... yes [22:12:52.089] checking for security/pam_appl.h... yes [22:12:52.090] checking systemd/sd-daemon.h usability... yes [22:12:52.099] checking systemd/sd-daemon.h presence... yes [22:12:52.117] checking for systemd/sd-daemon.h... yes [22:12:52.117] checking libxml/parser.h usability... yes [22:12:52.127] checking libxml/parser.h presence... yes [22:12:52.160] checking for libxml/parser.h... yes [22:12:52.161] checking libxslt/xslt.h usability... yes [22:12:52.170] checking libxslt/xslt.h presence... yes [22:12:52.193] checking for libxslt/xslt.h... yes [22:12:52.194] checking ldap.h usability... yes [22:12:52.201] checking ldap.h presence... yes [22:12:52.219] checking for ldap.h... yes [22:12:52.219] checking for compatible LDAP implementation... yes [22:12:52.227] checking ossp/uuid.h usability... yes [22:12:52.234] checking ossp/uuid.h presence... yes [22:12:52.249] checking for ossp/uuid.h... yes [22:12:52.264] checking whether byte ordering is bigendian... no [22:12:52.345] checking for inline... inline [22:12:52.352] checking for C printf format archetype... gnu_printf [22:12:52.359] checking for C++ printf format archetype... gnu_printf [22:12:52.367] checking for statement expressions... yes [22:12:52.419] checking for typeof... typeof [22:12:52.428] checking for __builtin_types_compatible_p... yes [22:12:52.439] checking for __builtin_constant_p... yes [22:12:52.451] checking for __builtin_mul_overflow... yes [22:12:52.515] checking for __builtin_unreachable... yes [22:12:52.566] checking for computed goto support... yes [22:12:52.573] checking for struct tm.tm_zone... yes [22:12:52.582] checking for union semun... no [22:12:52.616] checking for socklen_t... yes [22:12:52.657] checking for struct sockaddr.sa_len... no [22:12:52.724] checking for C/C++ restrict keyword... __restrict [22:12:52.737] checking for struct option... yes [22:12:52.770] checking whether assembler supports x86_64 popcntq... yes [22:12:52.777] checking for special C compiler options needed for large files... no [22:12:52.777] checking for _FILE_OFFSET_BITS value needed for large files... no [22:12:52.788] checking size of off_t... 8 [22:12:52.857] checking for int timezone... yes [22:12:52.926] checking for backtrace_symbols... yes [22:12:52.989] checking for copyfile... no [22:12:53.052] checking for copy_file_range... yes [22:12:53.114] checking for elf_aux_info... no [22:12:53.175] checking for getauxval... yes [22:12:53.237] checking for getifaddrs... yes [22:12:53.297] checking for getpeerucred... no [22:12:53.360] checking for inet_pton... yes [22:12:53.422] checking for kqueue... no [22:12:53.487] checking for localeconv_l... no [22:12:53.550] checking for mbstowcs_l... no [22:12:53.612] checking for posix_fallocate... yes [22:12:53.673] checking for ppoll... yes [22:12:53.734] checking for pthread_is_threaded_np... no [22:12:53.796] checking for setproctitle... no [22:12:53.858] checking for setproctitle_fast... no [22:12:53.920] checking for strsignal... yes [22:12:53.982] checking for syncfs... yes [22:12:54.044] checking for sync_file_range... yes [22:12:54.105] checking for uselocale... yes [22:12:54.167] checking for wcstombs_l... no [22:12:54.226] checking for __builtin_bswap16... yes [22:12:54.287] checking for __builtin_bswap32... yes [22:12:54.345] checking for __builtin_bswap64... yes [22:12:54.404] checking for __builtin_clz... yes [22:12:54.463] checking for __builtin_ctz... yes [22:12:54.521] checking for __builtin_popcount... yes [22:12:54.580] checking for __builtin_frame_address... yes [22:12:54.639] checking for _LARGEFILE_SOURCE value needed for large files... no [22:12:54.697] checking how ccache gcc reports undeclared, standard C functions... error [22:12:54.722] checking for posix_fadvise... yes [22:12:54.781] checking whether posix_fadvise is declared... yes [22:12:54.794] checking whether fdatasync is declared... yes [22:12:54.807] checking whether strlcat is declared... yes [22:12:54.820] checking whether strlcpy is declared... yes [22:12:54.833] checking whether strsep is declared... yes [22:12:54.847] checking whether timingsafe_bcmp is declared... no [22:12:54.903] checking whether preadv is declared... yes [22:12:54.916] checking whether pwritev is declared... yes [22:12:54.930] checking whether strchrnul is declared... yes [22:12:54.942] checking whether memset_s is declared... no [22:12:54.977] checking whether F_FULLFSYNC is declared... no [22:12:55.010] checking for explicit_bzero... yes [22:12:55.066] checking for getopt... yes [22:12:55.120] checking for getpeereid... no [22:12:55.180] checking for inet_aton... yes [22:12:55.234] checking for mkdtemp... yes [22:12:55.291] checking for strlcat... yes [22:12:55.349] checking for strlcpy... yes [22:12:55.407] checking for strsep... yes [22:12:55.462] checking for timingsafe_bcmp... no [22:12:55.522] checking for pthread_barrier_wait... yes [22:12:55.577] checking for getopt_long... yes [22:12:55.633] checking for syslog... yes [22:12:55.688] checking syslog.h usability... yes [22:12:55.696] checking syslog.h presence... yes [22:12:55.710] checking for syslog.h... yes [22:12:55.711] checking for opterr... yes [22:12:55.768] checking for optreset... no [22:12:55.830] checking unicode/ucol.h usability... yes [22:12:55.842] checking unicode/ucol.h presence... yes [22:12:55.882] checking for unicode/ucol.h... yes [22:12:55.882] checking for rl_completion_suppress_quote... yes [22:12:55.947] checking for rl_filename_quote_characters... yes [22:12:56.009] checking for rl_filename_quoting_function... yes [22:12:56.073] checking for append_history... yes [22:12:56.142] checking for history_truncate_file... yes [22:12:56.206] checking for rl_completion_matches... yes [22:12:56.274] checking for rl_filename_completion_function... yes [22:12:56.337] checking for rl_reset_screen_size... yes [22:12:56.401] checking for rl_variable_bind... yes [22:12:56.463] checking test program... ok [22:12:56.516] checking size of void *... 8 [22:12:56.591] checking size of size_t... 8 [22:12:56.665] checking size of long... 8 [22:12:56.737] checking size of long long... 8 [22:12:56.809] checking size of intmax_t... 8 [22:12:56.881] checking alignment of short... 2 [22:12:56.952] checking alignment of int... 4 [22:12:57.025] checking alignment of long... 8 [22:12:57.098] checking alignment of int64_t... 8 [22:12:57.166] checking alignment of double... 8 [22:12:57.236] checking for __int128... yes [22:12:57.297] checking for __int128 alignment bug... ok [22:12:57.351] checking alignment of PG_INT128_TYPE... 16 [22:12:57.424] checking for builtin __sync char locking functions... yes [22:12:57.480] checking for builtin __sync int32 locking functions... yes [22:12:57.536] checking for builtin __sync int32 atomic operations... yes [22:12:57.592] checking for builtin __sync int64 atomic operations... yes [22:12:57.650] checking for builtin __atomic int32 atomic operations... yes [22:12:57.708] checking for builtin __atomic int64 atomic operations... yes [22:12:57.766] checking for __get_cpuid... yes [22:12:57.825] checking for __get_cpuid_count... yes [22:12:57.883] checking for _xgetbv... yes [22:12:58.325] checking for _mm512_popcnt_epi64... yes [22:12:58.733] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [22:12:58.848] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [22:12:58.869] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [22:12:58.889] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [22:12:58.908] 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:12:58.941] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [22:12:58.941] checking for _mm512_clmulepi64_epi128... yes [22:12:59.336] checking for vectorized CRC-32C... AVX-512 with runtime check [22:12:59.336] checking for library containing sem_init... none required [22:12:59.394] checking which semaphore API to use... unnamed POSIX [22:12:59.394] checking which random number source to use... OpenSSL [22:12:59.396] checking for tclsh... /usr/bin/tclsh [22:12:59.396] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [22:12:59.428] checking tcl.h usability... yes [22:12:59.438] checking tcl.h presence... yes [22:12:59.460] checking for tcl.h... yes [22:12:59.460] checking for perl.h... yes [22:12:59.476] checking for libperl... yes [22:12:59.772] checking Python.h usability... yes [22:12:59.784] checking Python.h presence... yes [22:12:59.877] checking for Python.h... yes [22:12:59.878] checking for xmllint... /usr/bin/xmllint [22:12:59.878] checking for xsltproc... /usr/bin/xsltproc [22:12:59.878] checking for fop... /usr/bin/fop [22:12:59.879] checking for dbtoepub... no [22:12:59.879] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [22:12:59.935] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [22:12:59.999] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [22:12:59.999] 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:12:59.999] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [22:12:59.999] configure: using LDFLAGS= -Wl,--as-needed [22:12:59.999] configure: using CXX=ccache g++ [22:13:00.000] 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:13:00.000] configure: using CLANG=ccache clang [22:13:00.000] 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:13:00.000] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [22:13:00.027] configure: updating cache gcc.cache [22:13:00.034] configure: creating ./config.status [22:13:00.117] config.status: creating GNUmakefile [22:13:00.128] config.status: creating src/Makefile.global [22:13:00.143] config.status: creating src/include/pg_config.h [22:13:00.154] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [22:13:00.169] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [22:13:00.175] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [22:13:00.182] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [22:13:00.189] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [22:13:00.221] [22:13:00.221] real 0m13.766s [22:13:00.221] user 0m8.873s [22:13:00.221] sys 0m4.406s [22:13:00.221] make -s -j${BUILD_JOBS} clean [22:13:00.725] time make -s -j${BUILD_JOBS} world-bin [22:13:10.464] spgistfuncs.c: In function ‘spgist_innerpage_items’: [22:13:10.464] spgistfuncs.c:482:29: error: unused variable ‘bp’ [-Werror=unused-variable] [22:13:10.464] 482 | bits8 *bp; [22:13:10.464] | ^~ [22:13:10.464] spgistfuncs.c:481:29: error: unused variable ‘tp’ [-Werror=unused-variable] [22:13:10.464] 481 | char *tp; [22:13:10.464] | ^~ [22:13:10.464] spgistfuncs.c:480:33: error: variable ‘has_datums’ set but not used [-Werror=unused-but-set-variable] [22:13:10.464] 480 | bool has_datums; [22:13:10.464] | ^~~~~~~~~~ [22:13:10.464] spgistfuncs.c:479:33: error: unused variable ‘hasNullsMask’ [-Werror=unused-variable] [22:13:10.464] 479 | bool hasNullsMask; [22:13:10.464] | ^~~~~~~~~~~~ [22:13:10.464] spgistfuncs.c:478:41: error: unused variable ‘i’ [-Werror=unused-variable] [22:13:10.464] 478 | int i; [22:13:10.464] | ^ [22:13:10.464] spgistfuncs.c:476:33: error: unused variable ‘itup_isnull’ [-Werror=unused-variable] [22:13:10.464] 476 | bool itup_isnull[INDEX_MAX_KEYS]; [22:13:10.464] | ^~~~~~~~~~~ [22:13:10.464] spgistfuncs.c:475:33: error: unused variable ‘itup_values’ [-Werror=unused-variable] [22:13:10.464] 475 | Datum itup_values[INDEX_MAX_KEYS]; [22:13:10.464] | ^~~~~~~~~~~ [22:13:10.464] spgistfuncs.c:409:21: error: variable ‘index_columns’ set but not used [-Werror=unused-but-set-variable] [22:13:10.464] 409 | char *index_columns; [22:13:10.464] | ^~~~~~~~~~~~~ [22:13:10.464] spgistfuncs.c:404:25: error: variable ‘tupdesc’ set but not used [-Werror=unused-but-set-variable] [22:13:10.464] 404 | TupleDesc tupdesc; [22:13:10.464] | ^~~~~~~ [22:13:10.464] cc1: all warnings being treated as errors [22:13:10.465] make[2]: *** [: spgistfuncs.o] Error 1 [22:13:10.468] make[2]: *** Waiting for unfinished jobs.... [22:13:10.695] make[1]: *** [Makefile:96: all-pageinspect-recurse] Error 2 [22:13:10.695] make[1]: *** Waiting for unfinished jobs.... [22:13:10.789] make: *** [GNUmakefile:21: world-bin-contrib-recurse] Error 2 [22:13:10.789] [22:13:10.789] real 0m10.064s [22:13:10.789] user 0m16.435s [22:13:10.789] sys 0m9.419s [22:13:10.790] [22:13:10.790] Exit status: 2