[14:34:29.088] time ./configure \ [14:34:29.088] --cache gcc.cache \ [14:34:29.088] --enable-dtrace \ [14:34:29.088] ${LINUX_CONFIGURE_FEATURES} \ [14:34:29.088] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [14:34:29.267] configure: creating cache gcc.cache [14:34:29.281] checking build system type... x86_64-pc-linux-gnu [14:34:29.401] checking host system type... x86_64-pc-linux-gnu [14:34:29.401] checking which template to use... linux [14:34:29.402] checking whether NLS is wanted... no [14:34:29.402] checking for default port number... 5432 [14:34:29.409] checking for dtrace... /usr/bin/dtrace [14:34:29.409] checking for block size... 8kB [14:34:29.411] checking for segment size... 1GB [14:34:29.413] checking for WAL block size... 8kB [14:34:29.445] checking whether the C compiler works... yes [14:34:29.547] checking for C compiler default output file name... a.out [14:34:29.548] checking for suffix of executables... [14:34:29.584] checking whether we are cross compiling... no [14:34:29.654] checking for suffix of object files... o [14:34:29.665] checking whether we are using the GNU C compiler... yes [14:34:29.672] checking whether ccache gcc accepts -g... yes [14:34:29.679] checking for ccache gcc option to accept ISO C89... none needed [14:34:29.687] checking for ccache gcc option to accept ISO C11... none needed [14:34:29.736] checking whether we are using the GNU C++ compiler... yes [14:34:29.743] checking whether ccache g++ accepts -g... yes [14:34:29.778] checking for gawk... no [14:34:29.778] checking for mawk... mawk [14:34:29.779] checking for llvm-config... /usr/bin/llvm-config [14:34:29.790] configure: using llvm 19.1.7 [14:34:29.790] checking for CLANG... ccache clang [14:34:29.837] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [14:34:29.844] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [14:34:29.851] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [14:34:29.897] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [14:34:29.974] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [14:34:29.982] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [14:34:29.990] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [14:34:29.997] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [14:34:30.005] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [14:34:30.012] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [14:34:30.019] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [14:34:30.027] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [14:34:30.034] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [14:34:30.042] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [14:34:30.050] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [14:34:30.057] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [14:34:30.065] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [14:34:30.072] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [14:34:30.079] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [14:34:30.086] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [14:34:30.094] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [14:34:30.101] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [14:34:30.108] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [14:34:30.116] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [14:34:30.123] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [14:34:30.130] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [14:34:30.177] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [14:34:30.228] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [14:34:30.235] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [14:34:30.243] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [14:34:30.286] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [14:34:30.294] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [14:34:30.302] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [14:34:30.311] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [14:34:30.318] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [14:34:30.325] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [14:34:30.332] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [14:34:30.339] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [14:34:30.347] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [14:34:30.354] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [14:34:30.366] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [14:34:30.366] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [14:34:30.374] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [14:34:30.382] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [14:34:30.390] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [14:34:30.404] checking whether the C compiler still works... yes [14:34:30.459] checking how to run the C preprocessor... ccache gcc -E [14:34:30.529] checking for pkg-config... /usr/bin/pkg-config [14:34:30.530] checking pkg-config is at least version 0.9.0... yes [14:34:30.536] checking whether to build with ICU support... yes [14:34:30.537] checking for icu-uc icu-i18n... yes [14:34:30.549] checking whether to build with Tcl... yes [14:34:30.549] checking whether to build Perl modules... yes [14:34:30.549] checking whether to build Python modules... yes [14:34:30.549] checking whether to build with GSSAPI support... yes [14:34:30.550] checking whether to build with PAM support... yes [14:34:30.550] checking whether to build with BSD Authentication support... no [14:34:30.550] checking whether to build with LDAP support... yes [14:34:30.551] checking whether to build with Bonjour support... no [14:34:30.551] checking whether to build with SELinux support... yes [14:34:30.551] checking whether to build with systemd support... yes [14:34:30.551] checking whether to build with liburing support... no [14:34:30.551] checking whether to build with libcurl support... yes [14:34:30.551] checking for libcurl >= 7.61.0... yes [14:34:30.579] checking whether to build with libnuma support... no [14:34:30.580] checking whether to build with XML support... yes [14:34:30.580] checking for libxml-2.0 >= 2.6.23... yes [14:34:30.589] checking whether to build with LZ4 support... yes [14:34:30.589] checking for liblz4... yes [14:34:30.598] checking whether to build with ZSTD support... yes [14:34:30.599] checking for libzstd >= 1.4.0... yes [14:34:30.607] checking for strip... strip [14:34:30.607] checking whether it is possible to strip libraries... yes [14:34:30.610] checking for ar... ar [14:34:30.611] checking for a BSD-compatible install... /usr/bin/install -c [14:34:30.621] checking for tar... /usr/bin/tar [14:34:30.621] checking whether ln -s works... yes [14:34:30.621] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [14:34:30.623] checking for nm... /usr/bin/nm [14:34:30.624] checking for bison... /usr/bin/bison [14:34:30.630] configure: using bison (GNU Bison) 3.8.2 [14:34:30.633] checking for flex... /usr/bin/flex [14:34:30.637] configure: using flex 2.6.4 [14:34:30.637] checking for perl... /usr/bin/perl [14:34:30.660] configure: using perl 5.40.1 [14:34:30.662] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [14:34:30.673] checking for Perl privlibexp... /usr/share/perl/5.40 [14:34:30.677] checking for Perl useshrplib... true [14:34:30.687] 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 [14:34:30.693] checking for CFLAGS to compile embedded Perl... -DDEBIAN [14:34:30.699] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [14:34:30.830] checking for python3... /usr/bin/python3 [14:34:30.843] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [14:34:30.851] checking for Python sysconfig module... yes [14:34:30.869] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [14:34:30.887] checking Python include directory... -I/usr/include/python3.13 [14:34:30.903] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [14:34:30.958] checking for a sed that does not truncate output... /usr/bin/sed [14:34:30.964] checking for grep that handles long lines and -e... /usr/bin/grep [14:34:30.966] checking for egrep... /usr/bin/grep -E [14:34:30.968] checking for ANSI C header files... yes [14:34:31.086] checking for sys/types.h... yes [14:34:31.102] checking for sys/stat.h... yes [14:34:31.121] checking for stdlib.h... yes [14:34:31.136] checking for string.h... yes [14:34:31.151] checking for memory.h... yes [14:34:31.166] checking for strings.h... yes [14:34:31.181] checking for inttypes.h... yes [14:34:31.195] checking for stdint.h... yes [14:34:31.209] checking for unistd.h... yes [14:34:31.222] checking whether ccache gcc is Clang... no [14:34:31.232] checking whether pthreads work with -pthread... yes [14:34:31.295] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [14:34:31.338] checking whether more special flags are required for pthreads... no [14:34:31.338] checking for PTHREAD_PRIO_INHERIT... yes [14:34:31.385] checking pthread.h usability... yes [14:34:31.393] checking pthread.h presence... yes [14:34:31.409] checking for pthread.h... yes [14:34:31.409] checking for strerror_r... yes [14:34:31.451] checking whether strerror_r returns int... no [14:34:31.482] checking for main in -lm... yes [14:34:31.532] checking for library containing setproctitle... no [14:34:31.625] checking for library containing dlsym... none required [14:34:31.669] checking for library containing socket... none required [14:34:31.712] checking for library containing getopt_long... none required [14:34:31.755] checking for library containing shm_open... none required [14:34:31.797] checking for library containing shm_unlink... none required [14:34:31.840] checking for library containing clock_gettime... none required [14:34:31.882] checking for library containing shmget... none required [14:34:31.924] checking for library containing backtrace_symbols... none required [14:34:31.964] checking for library containing pthread_barrier_wait... none required [14:34:32.007] checking for library containing readline... -lreadline [14:34:32.053] checking for inflate in -lz... yes [14:34:32.095] checking curl/curl.h usability... yes [14:34:32.106] checking curl/curl.h presence... yes [14:34:32.138] checking for curl/curl.h... yes [14:34:32.138] checking for curl_multi_init in -lcurl... yes [14:34:32.265] checking for curl_global_init thread safety... yes [14:34:32.374] checking for curl support for asynchronous DNS... yes [14:34:32.475] checking for library containing gss_store_cred_into... -lgssapi_krb5 [14:34:32.569] checking for CRYPTO_new_ex_data in -lcrypto... yes [14:34:32.638] checking for SSL_new in -lssl... yes [14:34:32.705] checking for SSL_CTX_set_ciphersuites... yes [14:34:32.775] checking for SSL_CTX_set_cert_cb... yes [14:34:32.849] checking for X509_get_signature_info... yes [14:34:32.937] checking for SSL_CTX_set_num_tickets... yes [14:34:33.022] checking for SSL_CTX_set_keylog_callback... yes [14:34:33.096] checking for pam_start in -lpam... yes [14:34:33.153] checking for xmlSaveToBuffer in -lxml2... yes [14:34:33.214] checking for xsltCleanupGlobals in -lxslt... yes [14:34:33.282] checking for LZ4_compress_default in -llz4... yes [14:34:33.352] checking for ZSTD_compress in -lzstd... yes [14:34:33.410] checking for ldap_bind in -lldap... yes [14:34:33.487] checking for ldap_initialize... yes [14:34:33.563] checking for ldap_verify_credentials... yes [14:34:33.641] checking for security_compute_create_name in -lselinux... yes [14:34:33.698] checking for uuid_export in -lossp-uuid... yes [14:34:33.763] checking atomic.h usability... no [14:34:33.823] checking atomic.h presence... no [14:34:33.842] checking for atomic.h... no [14:34:33.846] checking copyfile.h usability... no [14:34:33.896] checking copyfile.h presence... no [14:34:33.915] checking for copyfile.h... no [14:34:33.918] checking execinfo.h usability... yes [14:34:33.928] checking execinfo.h presence... yes [14:34:33.942] checking for execinfo.h... yes [14:34:33.950] checking getopt.h usability... yes [14:34:33.959] checking getopt.h presence... yes [14:34:33.974] checking for getopt.h... yes [14:34:33.983] checking ifaddrs.h usability... yes [14:34:33.992] checking ifaddrs.h presence... yes [14:34:34.010] checking for ifaddrs.h... yes [14:34:34.019] checking mbarrier.h usability... no [14:34:34.069] checking mbarrier.h presence... no [14:34:34.085] checking for mbarrier.h... no [14:34:34.089] checking sys/epoll.h usability... yes [14:34:34.098] checking sys/epoll.h presence... yes [14:34:34.122] checking for sys/epoll.h... yes [14:34:34.131] checking sys/event.h usability... no [14:34:34.179] checking sys/event.h presence... no [14:34:34.198] checking for sys/event.h... no [14:34:34.201] checking sys/personality.h usability... yes [14:34:34.211] checking sys/personality.h presence... yes [14:34:34.225] checking for sys/personality.h... yes [14:34:34.233] checking sys/prctl.h usability... yes [14:34:34.243] checking sys/prctl.h presence... yes [14:34:34.258] checking for sys/prctl.h... yes [14:34:34.265] checking sys/procctl.h usability... no [14:34:34.310] checking sys/procctl.h presence... no [14:34:34.328] checking for sys/procctl.h... no [14:34:34.332] checking sys/signalfd.h usability... yes [14:34:34.341] checking sys/signalfd.h presence... yes [14:34:34.356] checking for sys/signalfd.h... yes [14:34:34.364] checking sys/ucred.h usability... no [14:34:34.412] checking sys/ucred.h presence... no [14:34:34.429] checking for sys/ucred.h... no [14:34:34.433] checking termios.h usability... yes [14:34:34.442] checking termios.h presence... yes [14:34:34.459] checking for termios.h... yes [14:34:34.468] checking uchar.h usability... yes [14:34:34.476] checking uchar.h presence... yes [14:34:34.491] checking for uchar.h... yes [14:34:34.499] checking ucred.h usability... no [14:34:34.548] checking ucred.h presence... no [14:34:34.566] checking for ucred.h... no [14:34:34.570] checking xlocale.h usability... no [14:34:34.620] checking xlocale.h presence... no [14:34:34.637] checking for xlocale.h... no [14:34:34.639] checking readline/readline.h usability... yes [14:34:34.649] checking readline/readline.h presence... yes [14:34:34.671] checking for readline/readline.h... yes [14:34:34.672] checking readline/history.h usability... yes [14:34:34.682] checking readline/history.h presence... yes [14:34:34.698] checking for readline/history.h... yes [14:34:34.701] checking zlib.h usability... yes [14:34:34.710] checking zlib.h presence... yes [14:34:34.731] checking for zlib.h... yes [14:34:34.731] checking for lz4... /usr/bin/lz4 [14:34:34.731] checking lz4.h usability... yes [14:34:34.740] checking lz4.h presence... yes [14:34:34.754] checking for lz4.h... yes [14:34:34.754] checking for zstd... /usr/bin/zstd [14:34:34.755] checking zstd.h usability... yes [14:34:34.764] checking zstd.h presence... yes [14:34:34.779] checking for zstd.h... yes [14:34:34.779] checking gssapi/gssapi.h usability... yes [14:34:34.795] checking gssapi/gssapi.h presence... yes [14:34:34.811] checking for gssapi/gssapi.h... yes [14:34:34.813] checking gssapi/gssapi_ext.h usability... yes [14:34:34.822] checking gssapi/gssapi_ext.h presence... yes [14:34:34.838] checking for gssapi/gssapi_ext.h... yes [14:34:34.840] checking for openssl... /usr/bin/openssl [14:34:34.849] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [14:34:34.849] checking openssl/ssl.h usability... yes [14:34:34.860] checking openssl/ssl.h presence... yes [14:34:34.944] checking for openssl/ssl.h... yes [14:34:34.945] checking openssl/err.h usability... yes [14:34:34.954] checking openssl/err.h presence... yes [14:34:34.983] checking for openssl/err.h... yes [14:34:34.983] checking security/pam_appl.h usability... yes [14:34:34.992] checking security/pam_appl.h presence... yes [14:34:35.006] checking for security/pam_appl.h... yes [14:34:35.007] checking systemd/sd-daemon.h usability... yes [14:34:35.017] checking systemd/sd-daemon.h presence... yes [14:34:35.034] checking for systemd/sd-daemon.h... yes [14:34:35.035] checking libxml/parser.h usability... yes [14:34:35.044] checking libxml/parser.h presence... yes [14:34:35.080] checking for libxml/parser.h... yes [14:34:35.080] checking libxslt/xslt.h usability... yes [14:34:35.089] checking libxslt/xslt.h presence... yes [14:34:35.115] checking for libxslt/xslt.h... yes [14:34:35.115] checking ldap.h usability... yes [14:34:35.123] checking ldap.h presence... yes [14:34:35.142] checking for ldap.h... yes [14:34:35.143] checking for compatible LDAP implementation... yes [14:34:35.151] checking ossp/uuid.h usability... yes [14:34:35.160] checking ossp/uuid.h presence... yes [14:34:35.175] checking for ossp/uuid.h... yes [14:34:35.192] checking whether byte ordering is bigendian... no [14:34:35.276] checking for inline... inline [14:34:35.284] checking for C printf format archetype... gnu_printf [14:34:35.293] checking for C++ printf format archetype... gnu_printf [14:34:35.302] checking for statement expressions... yes [14:34:35.356] checking for typeof... typeof [14:34:35.365] checking for __builtin_types_compatible_p... yes [14:34:35.376] checking for __builtin_constant_p... yes [14:34:35.387] checking for __builtin_mul_overflow... yes [14:34:35.454] checking for __builtin_unreachable... yes [14:34:35.508] checking for computed goto support... yes [14:34:35.516] checking for struct tm.tm_zone... yes [14:34:35.525] checking for union semun... no [14:34:35.560] checking for socklen_t... yes [14:34:35.603] checking for struct sockaddr.sa_len... no [14:34:35.675] checking for C/C++ restrict keyword... __restrict [14:34:35.688] checking for struct option... yes [14:34:35.728] checking whether assembler supports x86_64 popcntq... yes [14:34:35.736] checking for special C compiler options needed for large files... no [14:34:35.736] checking for _FILE_OFFSET_BITS value needed for large files... no [14:34:35.748] checking size of off_t... 8 [14:34:35.823] checking for int timezone... yes [14:34:35.892] checking for backtrace_symbols... yes [14:34:35.954] checking for copyfile... no [14:34:36.019] checking for copy_file_range... yes [14:34:36.082] checking for elf_aux_info... no [14:34:36.146] checking for getauxval... yes [14:34:36.210] checking for getifaddrs... yes [14:34:36.273] checking for getpeerucred... no [14:34:36.340] checking for inet_pton... yes [14:34:36.404] checking for kqueue... no [14:34:36.469] checking for localeconv_l... no [14:34:36.533] checking for mbstowcs_l... no [14:34:36.598] checking for posix_fallocate... yes [14:34:36.660] checking for ppoll... yes [14:34:36.722] checking for pthread_is_threaded_np... no [14:34:36.789] checking for setproctitle... no [14:34:36.856] checking for setproctitle_fast... no [14:34:36.922] checking for strsignal... yes [14:34:36.985] checking for syncfs... yes [14:34:37.049] checking for sync_file_range... yes [14:34:37.113] checking for uselocale... yes [14:34:37.175] checking for wcstombs_l... no [14:34:37.238] checking for __builtin_bswap16... yes [14:34:37.303] checking for __builtin_bswap32... yes [14:34:37.367] checking for __builtin_bswap64... yes [14:34:37.432] checking for __builtin_clz... yes [14:34:37.494] checking for __builtin_ctz... yes [14:34:37.554] checking for __builtin_popcount... yes [14:34:37.615] checking for __builtin_frame_address... yes [14:34:37.676] checking for _LARGEFILE_SOURCE value needed for large files... no [14:34:37.740] checking how ccache gcc reports undeclared, standard C functions... error [14:34:37.767] checking for posix_fadvise... yes [14:34:37.833] checking whether posix_fadvise is declared... yes [14:34:37.849] checking whether fdatasync is declared... yes [14:34:37.865] checking whether strlcat is declared... yes [14:34:37.880] checking whether strlcpy is declared... yes [14:34:37.896] checking whether strnlen is declared... yes [14:34:37.911] checking whether strsep is declared... yes [14:34:37.927] checking whether timingsafe_bcmp is declared... no [14:34:37.988] checking whether preadv is declared... yes [14:34:38.004] checking whether pwritev is declared... yes [14:34:38.019] checking whether strchrnul is declared... yes [14:34:38.034] checking whether memset_s is declared... no [14:34:38.074] checking whether F_FULLFSYNC is declared... no [14:34:38.109] checking for explicit_bzero... yes [14:34:38.168] checking for getopt... yes [14:34:38.224] checking for getpeereid... no [14:34:38.286] checking for inet_aton... yes [14:34:38.344] checking for mkdtemp... yes [14:34:38.400] checking for strlcat... yes [14:34:38.455] checking for strlcpy... yes [14:34:38.509] checking for strnlen... yes [14:34:38.569] checking for strsep... yes [14:34:38.622] checking for timingsafe_bcmp... no [14:34:38.681] checking for pthread_barrier_wait... yes [14:34:38.736] checking for getopt_long... yes [14:34:38.793] checking for syslog... yes [14:34:38.851] checking syslog.h usability... yes [14:34:38.860] checking syslog.h presence... yes [14:34:38.876] checking for syslog.h... yes [14:34:38.876] checking for opterr... yes [14:34:38.936] checking for optreset... no [14:34:38.998] checking unicode/ucol.h usability... yes [14:34:39.008] checking unicode/ucol.h presence... yes [14:34:39.046] checking for unicode/ucol.h... yes [14:34:39.046] checking for rl_completion_suppress_quote... yes [14:34:39.107] checking for rl_filename_quote_characters... yes [14:34:39.169] checking for rl_filename_quoting_function... yes [14:34:39.232] checking for append_history... yes [14:34:39.295] checking for history_truncate_file... yes [14:34:39.360] checking for rl_completion_matches... yes [14:34:39.428] checking for rl_filename_completion_function... yes [14:34:39.495] checking for rl_reset_screen_size... yes [14:34:39.563] checking for rl_variable_bind... yes [14:34:39.627] checking test program... ok [14:34:39.684] checking size of void *... 8 [14:34:39.756] checking size of size_t... 8 [14:34:39.828] checking size of long... 8 [14:34:39.900] checking size of long long... 8 [14:34:39.973] checking size of intmax_t... 8 [14:34:40.044] checking alignment of short... 2 [14:34:40.116] checking alignment of int... 4 [14:34:40.188] checking alignment of long... 8 [14:34:40.258] checking alignment of int64_t... 8 [14:34:40.331] checking alignment of double... 8 [14:34:40.404] checking for __int128... yes [14:34:40.467] checking for __int128 alignment bug... ok [14:34:40.523] checking alignment of PG_INT128_TYPE... 16 [14:34:40.595] checking for builtin __sync char locking functions... yes [14:34:40.651] checking for builtin __sync int32 locking functions... yes [14:34:40.707] checking for builtin __sync int32 atomic operations... yes [14:34:40.763] checking for builtin __sync int64 atomic operations... yes [14:34:40.822] checking for builtin __atomic int32 atomic operations... yes [14:34:40.879] checking for builtin __atomic int64 atomic operations... yes [14:34:40.936] checking for __get_cpuid... yes [14:34:40.994] checking for __get_cpuid_count... yes [14:34:41.051] checking for _xgetbv... yes [14:34:41.474] checking for _mm512_popcnt_epi64... yes [14:34:41.865] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [14:34:41.974] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [14:34:41.995] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [14:34:42.013] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [14:34:42.030] 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 [14:34:42.062] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [14:34:42.063] checking for _mm512_clmulepi64_epi128... yes [14:34:42.450] checking for vectorized CRC-32C... AVX-512 with runtime check [14:34:42.451] checking for library containing sem_init... none required [14:34:42.506] checking which semaphore API to use... unnamed POSIX [14:34:42.506] checking which random number source to use... OpenSSL [14:34:42.508] checking for tclsh... /usr/bin/tclsh [14:34:42.508] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [14:34:42.539] checking tcl.h usability... yes [14:34:42.547] checking tcl.h presence... yes [14:34:42.569] checking for tcl.h... yes [14:34:42.570] checking for perl.h... yes [14:34:42.586] checking for libperl... yes [14:34:42.881] checking Python.h usability... yes [14:34:42.895] checking Python.h presence... yes [14:34:42.993] checking for Python.h... yes [14:34:42.993] checking for xmllint... /usr/bin/xmllint [14:34:42.993] checking for xsltproc... /usr/bin/xsltproc [14:34:42.993] checking for fop... /usr/bin/fop [14:34:42.994] checking for dbtoepub... no [14:34:42.994] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [14:34:43.053] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [14:34:43.121] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [14:34:43.121] 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 [14:34:43.121] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [14:34:43.121] configure: using LDFLAGS= -Wl,--as-needed [14:34:43.121] configure: using CXX=ccache g++ [14:34:43.121] 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 [14:34:43.121] configure: using CLANG=ccache clang [14:34:43.121] 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 [14:34:43.121] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [14:34:43.150] configure: updating cache gcc.cache [14:34:43.158] configure: creating ./config.status [14:34:43.248] config.status: creating GNUmakefile [14:34:43.261] config.status: creating src/Makefile.global [14:34:43.278] config.status: creating src/include/pg_config.h [14:34:43.291] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [14:34:43.307] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [14:34:43.315] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [14:34:43.323] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [14:34:43.331] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [14:34:43.365] [14:34:43.365] real 0m14.277s [14:34:43.365] user 0m9.302s [14:34:43.365] sys 0m4.541s [14:34:43.365] make -s -j${BUILD_JOBS} clean [14:34:43.890] time make -s -j${BUILD_JOBS} world-bin [14:34:49.195] goo.c: In function ‘goo_build_candidate’: [14:34:49.195] goo.c:472:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [14:34:49.195] 472 | bool is_top_rel = bms_equal(joinrel->relids, root->all_query_rels); [14:34:49.195] | ^~~~ [14:34:49.195] goo.c: In function ‘goo_commit_join’: [14:34:49.195] goo.c:592:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [14:34:49.195] 592 | bool is_top_rel = bms_equal(joinrel->relids, root->all_query_rels); [14:34:49.195] | ^~~~ [14:34:49.195] cc1: all warnings being treated as errors [14:34:49.196] make[4]: *** [: goo.o] Error 1 [14:34:49.200] make[4]: *** Waiting for unfinished jobs.... [14:34:49.513] make[3]: *** [../../../src/backend/common.mk:37: path-recursive] Error 2 [14:34:49.518] make[3]: *** Waiting for unfinished jobs.... [14:34:51.792] make[2]: *** [common.mk:37: optimizer-recursive] Error 2 [14:34:51.794] make[2]: *** Waiting for unfinished jobs.... [14:34:52.542] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [14:34:52.542] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [14:34:52.543] [14:34:52.543] real 0m8.652s [14:34:52.543] user 0m20.659s [14:34:52.543] sys 0m6.611s [14:34:52.543] [14:34:52.543] Exit status: 2