[19:18:54.935] time ./configure \ [19:18:54.935] --cache gcc.cache \ [19:18:54.935] --enable-dtrace \ [19:18:54.935] ${LINUX_CONFIGURE_FEATURES} \ [19:18:54.935] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [19:18:55.129] configure: creating cache gcc.cache [19:18:55.144] checking build system type... x86_64-pc-linux-gnu [19:18:55.246] checking host system type... x86_64-pc-linux-gnu [19:18:55.246] checking which template to use... linux [19:18:55.247] checking whether NLS is wanted... no [19:18:55.247] checking for default port number... 5432 [19:18:55.253] checking for dtrace... /usr/bin/dtrace [19:18:55.253] checking for block size... 8kB [19:18:55.254] checking for segment size... 1GB [19:18:55.257] checking for WAL block size... 8kB [19:18:55.289] checking whether the C compiler works... yes [19:18:55.392] checking for C compiler default output file name... a.out [19:18:55.393] checking for suffix of executables... [19:18:55.428] checking whether we are cross compiling... no [19:18:55.495] checking for suffix of object files... o [19:18:55.505] checking whether we are using the GNU C compiler... yes [19:18:55.512] checking whether ccache gcc accepts -g... yes [19:18:55.518] checking for ccache gcc option to accept ISO C89... none needed [19:18:55.527] checking for ccache gcc option to accept ISO C11... none needed [19:18:55.572] checking whether we are using the GNU C++ compiler... yes [19:18:55.579] checking whether ccache g++ accepts -g... yes [19:18:55.612] checking for gawk... no [19:18:55.612] checking for mawk... mawk [19:18:55.612] checking for llvm-config... /usr/bin/llvm-config [19:18:55.624] configure: using llvm 19.1.7 [19:18:55.624] checking for CLANG... ccache clang [19:18:55.671] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [19:18:55.678] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [19:18:55.685] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [19:18:55.728] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [19:18:55.800] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [19:18:55.807] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [19:18:55.814] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [19:18:55.821] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [19:18:55.828] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [19:18:55.835] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [19:18:55.842] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [19:18:55.849] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [19:18:55.855] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [19:18:55.863] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [19:18:55.870] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [19:18:55.876] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [19:18:55.884] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [19:18:55.891] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [19:18:55.898] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [19:18:55.905] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [19:18:55.912] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [19:18:55.919] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [19:18:55.927] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [19:18:55.934] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [19:18:55.941] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [19:18:55.948] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [19:18:55.994] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [19:18:56.041] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [19:18:56.049] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [19:18:56.056] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [19:18:56.097] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [19:18:56.105] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [19:18:56.112] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [19:18:56.120] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [19:18:56.126] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [19:18:56.134] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [19:18:56.140] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [19:18:56.147] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [19:18:56.154] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [19:18:56.161] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [19:18:56.173] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [19:18:56.173] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [19:18:56.181] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [19:18:56.188] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [19:18:56.195] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [19:18:56.208] checking whether the C compiler still works... yes [19:18:56.261] checking how to run the C preprocessor... ccache gcc -E [19:18:56.328] checking for pkg-config... /usr/bin/pkg-config [19:18:56.328] checking pkg-config is at least version 0.9.0... yes [19:18:56.332] checking whether to build with ICU support... yes [19:18:56.333] checking for icu-uc icu-i18n... yes [19:18:56.345] checking whether to build with Tcl... yes [19:18:56.346] checking whether to build Perl modules... yes [19:18:56.346] checking whether to build Python modules... yes [19:18:56.346] checking whether to build with GSSAPI support... yes [19:18:56.347] checking whether to build with PAM support... yes [19:18:56.347] checking whether to build with BSD Authentication support... no [19:18:56.347] checking whether to build with LDAP support... yes [19:18:56.347] checking whether to build with Bonjour support... no [19:18:56.347] checking whether to build with SELinux support... yes [19:18:56.347] checking whether to build with systemd support... yes [19:18:56.347] checking whether to build with liburing support... no [19:18:56.348] checking whether to build with libcurl support... yes [19:18:56.348] checking for libcurl >= 7.61.0... yes [19:18:56.372] checking whether to build with libnuma support... no [19:18:56.372] checking whether to build with XML support... yes [19:18:56.373] checking for libxml-2.0 >= 2.6.23... yes [19:18:56.381] checking whether to build with LZ4 support... yes [19:18:56.381] checking for liblz4... yes [19:18:56.389] checking whether to build with ZSTD support... yes [19:18:56.389] checking for libzstd >= 1.4.0... yes [19:18:56.397] checking for strip... strip [19:18:56.397] checking whether it is possible to strip libraries... yes [19:18:56.400] checking for ar... ar [19:18:56.400] checking for a BSD-compatible install... /usr/bin/install -c [19:18:56.410] checking for tar... /usr/bin/tar [19:18:56.410] checking whether ln -s works... yes [19:18:56.410] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [19:18:56.412] checking for nm... /usr/bin/nm [19:18:56.412] checking for bison... /usr/bin/bison [19:18:56.417] configure: using bison (GNU Bison) 3.8.2 [19:18:56.420] checking for flex... /usr/bin/flex [19:18:56.425] configure: using flex 2.6.4 [19:18:56.425] checking for perl... /usr/bin/perl [19:18:56.444] configure: using perl 5.40.1 [19:18:56.445] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [19:18:56.456] checking for Perl privlibexp... /usr/share/perl/5.40 [19:18:56.461] checking for Perl useshrplib... true [19:18:56.469] 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 [19:18:56.475] checking for CFLAGS to compile embedded Perl... -DDEBIAN [19:18:56.481] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [19:18:56.608] checking for python3... /usr/bin/python3 [19:18:56.621] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [19:18:56.628] checking for Python sysconfig module... yes [19:18:56.644] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [19:18:56.662] checking Python include directory... -I/usr/include/python3.13 [19:18:56.677] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [19:18:56.729] checking for a sed that does not truncate output... /usr/bin/sed [19:18:56.734] checking for grep that handles long lines and -e... /usr/bin/grep [19:18:56.736] checking for egrep... /usr/bin/grep -E [19:18:56.738] checking for ANSI C header files... yes [19:18:56.851] checking for sys/types.h... yes [19:18:56.865] checking for sys/stat.h... yes [19:18:56.883] checking for stdlib.h... yes [19:18:56.896] checking for string.h... yes [19:18:56.910] checking for memory.h... yes [19:18:56.924] checking for strings.h... yes [19:18:56.937] checking for inttypes.h... yes [19:18:56.951] checking for stdint.h... yes [19:18:56.965] checking for unistd.h... yes [19:18:56.977] checking whether ccache gcc is Clang... no [19:18:56.987] checking whether pthreads work with -pthread... yes [19:18:57.048] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [19:18:57.090] checking whether more special flags are required for pthreads... no [19:18:57.090] checking for PTHREAD_PRIO_INHERIT... yes [19:18:57.136] checking pthread.h usability... yes [19:18:57.144] checking pthread.h presence... yes [19:18:57.159] checking for pthread.h... yes [19:18:57.159] checking for strerror_r... yes [19:18:57.199] checking whether strerror_r returns int... no [19:18:57.227] checking for main in -lm... yes [19:18:57.274] checking for library containing setproctitle... no [19:18:57.363] checking for library containing dlsym... none required [19:18:57.403] checking for library containing socket... none required [19:18:57.443] checking for library containing getopt_long... none required [19:18:57.484] checking for library containing shm_open... none required [19:18:57.524] checking for library containing shm_unlink... none required [19:18:57.565] checking for library containing clock_gettime... none required [19:18:57.605] checking for library containing shmget... none required [19:18:57.646] checking for library containing backtrace_symbols... none required [19:18:57.687] checking for library containing pthread_barrier_wait... none required [19:18:57.728] checking for library containing readline... -lreadline [19:18:57.774] checking for inflate in -lz... yes [19:18:57.816] checking curl/curl.h usability... yes [19:18:57.826] checking curl/curl.h presence... yes [19:18:57.862] checking for curl/curl.h... yes [19:18:57.862] checking for curl_multi_init in -lcurl... yes [19:18:57.977] checking for curl_global_init thread safety... yes [19:18:58.086] checking for curl support for asynchronous DNS... yes [19:18:58.186] checking for library containing gss_store_cred_into... -lgssapi_krb5 [19:18:58.276] checking for CRYPTO_new_ex_data in -lcrypto... yes [19:18:58.345] checking for SSL_new in -lssl... yes [19:18:58.411] checking for SSL_CTX_set_ciphersuites... yes [19:18:58.478] checking for SSL_CTX_set_cert_cb... yes [19:18:58.548] checking for X509_get_signature_info... yes [19:18:58.624] checking for SSL_CTX_set_num_tickets... yes [19:18:58.699] checking for SSL_CTX_set_keylog_callback... yes [19:18:58.769] checking for pam_start in -lpam... yes [19:18:58.823] checking for xmlSaveToBuffer in -lxml2... yes [19:18:58.883] checking for xsltCleanupGlobals in -lxslt... yes [19:18:58.945] checking for LZ4_compress_default in -llz4... yes [19:18:59.001] checking for ZSTD_compress in -lzstd... yes [19:18:59.055] checking for ldap_bind in -lldap... yes [19:18:59.129] checking for ldap_initialize... yes [19:18:59.205] checking for ldap_verify_credentials... yes [19:18:59.279] checking for security_compute_create_name in -lselinux... yes [19:18:59.334] checking for uuid_export in -lossp-uuid... yes [19:18:59.392] checking copyfile.h usability... no [19:18:59.447] checking copyfile.h presence... no [19:18:59.463] checking for copyfile.h... no [19:18:59.466] checking execinfo.h usability... yes [19:18:59.474] checking execinfo.h presence... yes [19:18:59.487] checking for execinfo.h... yes [19:18:59.495] checking getopt.h usability... yes [19:18:59.503] checking getopt.h presence... yes [19:18:59.515] checking for getopt.h... yes [19:18:59.523] checking ifaddrs.h usability... yes [19:18:59.531] checking ifaddrs.h presence... yes [19:18:59.547] checking for ifaddrs.h... yes [19:18:59.555] checking sys/epoll.h usability... yes [19:18:59.563] checking sys/epoll.h presence... yes [19:18:59.582] checking for sys/epoll.h... yes [19:18:59.589] checking sys/event.h usability... no [19:18:59.635] checking sys/event.h presence... no [19:18:59.650] checking for sys/event.h... no [19:18:59.654] checking sys/personality.h usability... yes [19:18:59.662] checking sys/personality.h presence... yes [19:18:59.675] checking for sys/personality.h... yes [19:18:59.682] checking sys/prctl.h usability... yes [19:18:59.691] checking sys/prctl.h presence... yes [19:18:59.704] checking for sys/prctl.h... yes [19:18:59.711] checking sys/procctl.h usability... no [19:18:59.757] checking sys/procctl.h presence... no [19:18:59.772] checking for sys/procctl.h... no [19:18:59.776] checking sys/signalfd.h usability... yes [19:18:59.784] checking sys/signalfd.h presence... yes [19:18:59.798] checking for sys/signalfd.h... yes [19:18:59.806] checking sys/ucred.h usability... no [19:18:59.851] checking sys/ucred.h presence... no [19:18:59.867] checking for sys/ucred.h... no [19:18:59.871] checking termios.h usability... yes [19:18:59.879] checking termios.h presence... yes [19:18:59.896] checking for termios.h... yes [19:18:59.903] checking uchar.h usability... yes [19:18:59.911] checking uchar.h presence... yes [19:18:59.925] checking for uchar.h... yes [19:18:59.932] checking ucred.h usability... no [19:18:59.978] checking ucred.h presence... no [19:18:59.993] checking for ucred.h... no [19:18:59.997] checking xlocale.h usability... no [19:19:00.042] checking xlocale.h presence... no [19:19:00.057] checking for xlocale.h... no [19:19:00.058] checking readline/readline.h usability... yes [19:19:00.068] checking readline/readline.h presence... yes [19:19:00.088] checking for readline/readline.h... yes [19:19:00.089] checking readline/history.h usability... yes [19:19:00.098] checking readline/history.h presence... yes [19:19:00.113] checking for readline/history.h... yes [19:19:00.116] checking zlib.h usability... yes [19:19:00.125] checking zlib.h presence... yes [19:19:00.143] checking for zlib.h... yes [19:19:00.143] checking for lz4... /usr/bin/lz4 [19:19:00.143] checking lz4.h usability... yes [19:19:00.151] checking lz4.h presence... yes [19:19:00.165] checking for lz4.h... yes [19:19:00.165] checking for zstd... /usr/bin/zstd [19:19:00.166] checking zstd.h usability... yes [19:19:00.174] checking zstd.h presence... yes [19:19:00.188] checking for zstd.h... yes [19:19:00.189] checking gssapi/gssapi.h usability... yes [19:19:00.198] checking gssapi/gssapi.h presence... yes [19:19:00.212] checking for gssapi/gssapi.h... yes [19:19:00.214] checking gssapi/gssapi_ext.h usability... yes [19:19:00.222] checking gssapi/gssapi_ext.h presence... yes [19:19:00.237] checking for gssapi/gssapi_ext.h... yes [19:19:00.238] checking for openssl... /usr/bin/openssl [19:19:00.248] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [19:19:00.248] checking openssl/ssl.h usability... yes [19:19:00.259] checking openssl/ssl.h presence... yes [19:19:00.337] checking for openssl/ssl.h... yes [19:19:00.338] checking openssl/err.h usability... yes [19:19:00.346] checking openssl/err.h presence... yes [19:19:00.373] checking for openssl/err.h... yes [19:19:00.373] checking security/pam_appl.h usability... yes [19:19:00.382] checking security/pam_appl.h presence... yes [19:19:00.396] checking for security/pam_appl.h... yes [19:19:00.398] checking systemd/sd-daemon.h usability... yes [19:19:00.408] checking systemd/sd-daemon.h presence... yes [19:19:00.425] checking for systemd/sd-daemon.h... yes [19:19:00.426] checking libxml/parser.h usability... yes [19:19:00.435] checking libxml/parser.h presence... yes [19:19:00.465] checking for libxml/parser.h... yes [19:19:00.465] checking libxslt/xslt.h usability... yes [19:19:00.474] checking libxslt/xslt.h presence... yes [19:19:00.497] checking for libxslt/xslt.h... yes [19:19:00.498] checking ldap.h usability... yes [19:19:00.505] checking ldap.h presence... yes [19:19:00.523] checking for ldap.h... yes [19:19:00.523] checking for compatible LDAP implementation... yes [19:19:00.531] checking ossp/uuid.h usability... yes [19:19:00.539] checking ossp/uuid.h presence... yes [19:19:00.555] checking for ossp/uuid.h... yes [19:19:00.571] checking whether byte ordering is bigendian... no [19:19:00.655] checking for inline... inline [19:19:00.663] checking for C printf format archetype... gnu_printf [19:19:00.672] checking for C++ printf format archetype... gnu_printf [19:19:00.680] checking for statement expressions... yes [19:19:00.733] checking for typeof... typeof [19:19:00.740] checking for __builtin_types_compatible_p... yes [19:19:00.752] checking for __builtin_constant_p... yes [19:19:00.763] checking for __builtin_mul_overflow... yes [19:19:00.826] checking for __builtin_unreachable... yes [19:19:00.878] checking for computed goto support... yes [19:19:00.886] checking for struct tm.tm_zone... yes [19:19:00.895] checking for union semun... no [19:19:00.931] checking for socklen_t... yes [19:19:00.975] checking for struct sockaddr.sa_len... no [19:19:01.044] checking for C/C++ restrict keyword... __restrict [19:19:01.057] checking for struct option... yes [19:19:01.093] checking whether assembler supports x86_64 popcntq... yes [19:19:01.101] checking for special C compiler options needed for large files... no [19:19:01.101] checking for _FILE_OFFSET_BITS value needed for large files... no [19:19:01.113] checking size of off_t... 8 [19:19:01.184] checking for int timezone... yes [19:19:01.251] checking for backtrace_symbols... yes [19:19:01.313] checking for copyfile... no [19:19:01.376] checking for copy_file_range... yes [19:19:01.437] checking for elf_aux_info... no [19:19:01.500] checking for getauxval... yes [19:19:01.561] checking for getifaddrs... yes [19:19:01.623] checking for getpeerucred... no [19:19:01.686] checking for inet_pton... yes [19:19:01.748] checking for kqueue... no [19:19:01.811] checking for localeconv_l... no [19:19:01.874] checking for mbstowcs_l... no [19:19:01.938] checking for posix_fallocate... yes [19:19:01.999] checking for ppoll... yes [19:19:02.061] checking for pthread_is_threaded_np... no [19:19:02.124] checking for setproctitle... no [19:19:02.185] checking for setproctitle_fast... no [19:19:02.248] checking for strsignal... yes [19:19:02.308] checking for syncfs... yes [19:19:02.369] checking for sync_file_range... yes [19:19:02.429] checking for uselocale... yes [19:19:02.491] checking for wcstombs_l... no [19:19:02.549] checking for __builtin_bswap16... yes [19:19:02.611] checking for __builtin_bswap32... yes [19:19:02.669] checking for __builtin_bswap64... yes [19:19:02.727] checking for __builtin_clz... yes [19:19:02.785] checking for __builtin_ctz... yes [19:19:02.843] checking for __builtin_popcount... yes [19:19:02.901] checking for __builtin_frame_address... yes [19:19:02.957] checking for _LARGEFILE_SOURCE value needed for large files... no [19:19:03.016] checking how ccache gcc reports undeclared, standard C functions... error [19:19:03.040] checking for posix_fadvise... yes [19:19:03.100] checking whether posix_fadvise is declared... yes [19:19:03.112] checking whether fdatasync is declared... yes [19:19:03.125] checking whether strlcat is declared... yes [19:19:03.138] checking whether strlcpy is declared... yes [19:19:03.151] checking whether strsep is declared... yes [19:19:03.164] checking whether timingsafe_bcmp is declared... no [19:19:03.218] checking whether preadv is declared... yes [19:19:03.230] checking whether pwritev is declared... yes [19:19:03.243] checking whether strchrnul is declared... yes [19:19:03.255] checking whether memset_s is declared... no [19:19:03.290] checking whether F_FULLFSYNC is declared... no [19:19:03.325] checking for explicit_bzero... yes [19:19:03.379] checking for getopt... yes [19:19:03.434] checking for getpeereid... no [19:19:03.491] checking for inet_aton... yes [19:19:03.545] checking for mkdtemp... yes [19:19:03.599] checking for strlcat... yes [19:19:03.653] checking for strlcpy... yes [19:19:03.706] checking for strsep... yes [19:19:03.761] checking for timingsafe_bcmp... no [19:19:03.821] checking for pthread_barrier_wait... yes [19:19:03.876] checking for getopt_long... yes [19:19:03.931] checking for syslog... yes [19:19:03.985] checking syslog.h usability... yes [19:19:03.994] checking syslog.h presence... yes [19:19:04.008] checking for syslog.h... yes [19:19:04.008] checking for opterr... yes [19:19:04.065] checking for optreset... no [19:19:04.124] checking unicode/ucol.h usability... yes [19:19:04.134] checking unicode/ucol.h presence... yes [19:19:04.170] checking for unicode/ucol.h... yes [19:19:04.171] checking for rl_completion_suppress_quote... yes [19:19:04.230] checking for rl_filename_quote_characters... yes [19:19:04.290] checking for rl_filename_quoting_function... yes [19:19:04.353] checking for append_history... yes [19:19:04.416] checking for history_truncate_file... yes [19:19:04.478] checking for rl_completion_matches... yes [19:19:04.540] checking for rl_filename_completion_function... yes [19:19:04.602] checking for rl_reset_screen_size... yes [19:19:04.665] checking for rl_variable_bind... yes [19:19:04.725] checking test program... ok [19:19:04.778] checking size of void *... 8 [19:19:04.848] checking size of size_t... 8 [19:19:04.917] checking size of long... 8 [19:19:04.988] checking size of long long... 8 [19:19:05.058] checking size of intmax_t... 8 [19:19:05.127] checking alignment of short... 2 [19:19:05.196] checking alignment of int... 4 [19:19:05.268] checking alignment of long... 8 [19:19:05.337] checking alignment of int64_t... 8 [19:19:05.406] checking alignment of double... 8 [19:19:05.477] checking for __int128... yes [19:19:05.538] checking for __int128 alignment bug... ok [19:19:05.592] checking alignment of PG_INT128_TYPE... 16 [19:19:05.661] checking for builtin __sync char locking functions... yes [19:19:05.715] checking for builtin __sync int32 locking functions... yes [19:19:05.768] checking for builtin __sync int32 atomic operations... yes [19:19:05.822] checking for builtin __sync int64 atomic operations... yes [19:19:05.876] checking for builtin __atomic int32 atomic operations... yes [19:19:05.930] checking for builtin __atomic int64 atomic operations... yes [19:19:05.984] checking for __get_cpuid... yes [19:19:06.041] checking for __get_cpuid_count... yes [19:19:06.095] checking for _xgetbv... yes [19:19:06.518] checking for _mm512_popcnt_epi64... yes [19:19:06.909] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [19:19:07.016] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [19:19:07.036] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [19:19:07.054] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [19:19:07.072] 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 [19:19:07.102] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [19:19:07.103] checking for _mm512_clmulepi64_epi128... yes [19:19:07.486] checking for vectorized CRC-32C... AVX-512 with runtime check [19:19:07.487] checking for library containing sem_init... none required [19:19:07.540] checking which semaphore API to use... unnamed POSIX [19:19:07.541] checking which random number source to use... OpenSSL [19:19:07.542] checking for tclsh... /usr/bin/tclsh [19:19:07.543] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [19:19:07.576] checking tcl.h usability... yes [19:19:07.585] checking tcl.h presence... yes [19:19:07.608] checking for tcl.h... yes [19:19:07.608] checking for perl.h... yes [19:19:07.623] checking for libperl... yes [19:19:07.916] checking Python.h usability... yes [19:19:07.930] checking Python.h presence... yes [19:19:08.029] checking for Python.h... yes [19:19:08.030] checking for xmllint... /usr/bin/xmllint [19:19:08.030] checking for xsltproc... /usr/bin/xsltproc [19:19:08.030] checking for fop... /usr/bin/fop [19:19:08.030] checking for dbtoepub... no [19:19:08.031] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [19:19:08.087] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [19:19:08.152] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [19:19:08.152] 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 [19:19:08.152] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [19:19:08.152] configure: using LDFLAGS= -Wl,--as-needed [19:19:08.153] configure: using CXX=ccache g++ [19:19:08.153] 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 [19:19:08.153] configure: using CLANG=ccache clang [19:19:08.153] 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 [19:19:08.153] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [19:19:08.181] configure: updating cache gcc.cache [19:19:08.189] configure: creating ./config.status [19:19:08.276] config.status: creating GNUmakefile [19:19:08.289] config.status: creating src/Makefile.global [19:19:08.305] config.status: creating src/include/pg_config.h [19:19:08.317] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [19:19:08.332] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [19:19:08.340] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [19:19:08.347] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [19:19:08.355] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [19:19:08.388] [19:19:08.388] real 0m13.453s [19:19:08.388] user 0m8.804s [19:19:08.388] sys 0m4.216s [19:19:08.388] make -s -j${BUILD_JOBS} clean [19:19:08.914] time make -s -j${BUILD_JOBS} world-bin [19:19:14.498] copyto.c: In function ‘CopyAttributeOutText’: [19:19:14.498] copyto.c:1271:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:19:14.498] 1271 | const char *end = ptr + strlen(ptr); [19:19:14.498] | ^~~~~ [19:19:14.498] copyto.c:1386:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:19:14.498] 1386 | const char *end = ptr + strlen(ptr); [19:19:14.498] | ^~~~~ [19:19:14.498] copyto.c: In function ‘CopyAttributeOutCSV’: [19:19:14.498] copyto.c:1613:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:19:14.498] 1613 | const char *end = ptr + strlen(ptr); [19:19:14.498] | ^~~~~ [19:19:14.498] cc1: all warnings being treated as errors [19:19:14.499] make[3]: *** [: copyto.o] Error 1 [19:19:14.500] make[2]: *** [common.mk:37: commands-recursive] Error 2 [19:19:14.504] make[2]: *** Waiting for unfinished jobs.... [19:19:18.119] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [19:19:18.119] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [19:19:18.119] [19:19:18.119] real 0m9.205s [19:19:18.119] user 0m25.444s [19:19:18.119] sys 0m4.964s [19:19:18.120] [19:19:18.120] Exit status: 2