[19:22:54.050] time ./configure \ [19:22:54.050] --cache gcc.cache \ [19:22:54.050] --enable-dtrace \ [19:22:54.050] ${LINUX_CONFIGURE_FEATURES} \ [19:22:54.050] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [19:22:54.231] configure: creating cache gcc.cache [19:22:54.246] checking build system type... x86_64-pc-linux-gnu [19:22:54.344] checking host system type... x86_64-pc-linux-gnu [19:22:54.344] checking which template to use... linux [19:22:54.345] checking whether NLS is wanted... no [19:22:54.345] checking for default port number... 5432 [19:22:54.351] checking for dtrace... /usr/bin/dtrace [19:22:54.352] checking for block size... 8kB [19:22:54.353] checking for segment size... 1GB [19:22:54.356] checking for WAL block size... 8kB [19:22:54.389] checking whether the C compiler works... yes [19:22:54.488] checking for C compiler default output file name... a.out [19:22:54.489] checking for suffix of executables... [19:22:54.523] checking whether we are cross compiling... no [19:22:54.592] checking for suffix of object files... o [19:22:54.602] checking whether we are using the GNU C compiler... yes [19:22:54.609] checking whether ccache gcc accepts -g... yes [19:22:54.616] checking for ccache gcc option to accept ISO C89... none needed [19:22:54.625] checking for ccache gcc option to accept ISO C11... none needed [19:22:54.668] checking whether we are using the GNU C++ compiler... yes [19:22:54.675] checking whether ccache g++ accepts -g... yes [19:22:54.707] checking for gawk... no [19:22:54.707] checking for mawk... mawk [19:22:54.708] checking for llvm-config... /usr/bin/llvm-config [19:22:54.718] configure: using llvm 19.1.7 [19:22:54.718] checking for CLANG... ccache clang [19:22:54.765] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [19:22:54.772] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [19:22:54.779] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [19:22:54.823] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [19:22:54.897] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [19:22:54.904] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [19:22:54.911] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [19:22:54.918] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [19:22:54.925] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [19:22:54.932] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [19:22:54.939] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [19:22:54.946] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [19:22:54.953] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [19:22:54.960] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [19:22:54.967] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [19:22:54.974] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [19:22:54.981] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [19:22:54.988] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [19:22:54.994] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [19:22:55.001] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [19:22:55.008] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [19:22:55.015] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [19:22:55.022] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [19:22:55.029] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [19:22:55.036] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [19:22:55.043] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [19:22:55.089] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [19:22:55.136] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [19:22:55.142] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [19:22:55.149] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [19:22:55.190] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [19:22:55.197] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [19:22:55.205] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [19:22:55.213] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [19:22:55.220] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [19:22:55.228] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [19:22:55.235] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [19:22:55.242] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [19:22:55.249] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [19:22:55.256] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [19:22:55.268] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [19:22:55.268] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [19:22:55.275] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [19:22:55.282] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [19:22:55.289] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [19:22:55.301] checking whether the C compiler still works... yes [19:22:55.352] checking how to run the C preprocessor... ccache gcc -E [19:22:55.417] checking for pkg-config... /usr/bin/pkg-config [19:22:55.418] checking pkg-config is at least version 0.9.0... yes [19:22:55.425] checking whether to build with ICU support... yes [19:22:55.425] checking for icu-uc icu-i18n... yes [19:22:55.434] checking whether to build with Tcl... yes [19:22:55.434] checking whether to build Perl modules... yes [19:22:55.434] checking whether to build Python modules... yes [19:22:55.434] checking whether to build with GSSAPI support... yes [19:22:55.436] checking whether to build with PAM support... yes [19:22:55.436] checking whether to build with BSD Authentication support... no [19:22:55.436] checking whether to build with LDAP support... yes [19:22:55.436] checking whether to build with Bonjour support... no [19:22:55.436] checking whether to build with SELinux support... yes [19:22:55.436] checking whether to build with systemd support... yes [19:22:55.436] checking whether to build with liburing support... no [19:22:55.436] checking whether to build with libcurl support... yes [19:22:55.437] checking for libcurl >= 7.61.0... yes [19:22:55.456] checking whether to build with libnuma support... no [19:22:55.456] checking whether to build with XML support... yes [19:22:55.457] checking for libxml-2.0 >= 2.6.23... yes [19:22:55.465] checking whether to build with LZ4 support... yes [19:22:55.465] checking for liblz4... yes [19:22:55.473] checking whether to build with ZSTD support... yes [19:22:55.473] checking for libzstd >= 1.4.0... yes [19:22:55.481] checking for strip... strip [19:22:55.481] checking whether it is possible to strip libraries... yes [19:22:55.485] checking for ar... ar [19:22:55.485] checking for a BSD-compatible install... /usr/bin/install -c [19:22:55.495] checking for tar... /usr/bin/tar [19:22:55.495] checking whether ln -s works... yes [19:22:55.495] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [19:22:55.497] checking for nm... /usr/bin/nm [19:22:55.497] checking for bison... /usr/bin/bison [19:22:55.502] configure: using bison (GNU Bison) 3.8.2 [19:22:55.505] checking for flex... /usr/bin/flex [19:22:55.509] configure: using flex 2.6.4 [19:22:55.509] checking for perl... /usr/bin/perl [19:22:55.528] configure: using perl 5.40.1 [19:22:55.530] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [19:22:55.540] checking for Perl privlibexp... /usr/share/perl/5.40 [19:22:55.545] checking for Perl useshrplib... true [19:22:55.554] 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:22:55.560] checking for CFLAGS to compile embedded Perl... -DDEBIAN [19:22:55.566] 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:22:55.693] checking for python3... /usr/bin/python3 [19:22:55.706] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [19:22:55.713] checking for Python sysconfig module... yes [19:22:55.729] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [19:22:55.746] checking Python include directory... -I/usr/include/python3.13 [19:22:55.762] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [19:22:55.813] checking for a sed that does not truncate output... /usr/bin/sed [19:22:55.818] checking for grep that handles long lines and -e... /usr/bin/grep [19:22:55.820] checking for egrep... /usr/bin/grep -E [19:22:55.822] checking for ANSI C header files... yes [19:22:55.938] checking for sys/types.h... yes [19:22:55.952] checking for sys/stat.h... yes [19:22:55.973] checking for stdlib.h... yes [19:22:55.988] checking for string.h... yes [19:22:56.004] checking for memory.h... yes [19:22:56.019] checking for strings.h... yes [19:22:56.033] checking for inttypes.h... yes [19:22:56.048] checking for stdint.h... yes [19:22:56.064] checking for unistd.h... yes [19:22:56.077] checking whether ccache gcc is Clang... no [19:22:56.088] checking whether pthreads work with -pthread... yes [19:22:56.146] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [19:22:56.186] checking whether more special flags are required for pthreads... no [19:22:56.186] checking for PTHREAD_PRIO_INHERIT... yes [19:22:56.231] checking pthread.h usability... yes [19:22:56.239] checking pthread.h presence... yes [19:22:56.254] checking for pthread.h... yes [19:22:56.254] checking for strerror_r... yes [19:22:56.295] checking whether strerror_r returns int... no [19:22:56.324] checking for main in -lm... yes [19:22:56.370] checking for library containing setproctitle... no [19:22:56.458] checking for library containing dlsym... none required [19:22:56.499] checking for library containing socket... none required [19:22:56.540] checking for library containing getopt_long... none required [19:22:56.580] checking for library containing shm_open... none required [19:22:56.621] checking for library containing shm_unlink... none required [19:22:56.662] checking for library containing clock_gettime... none required [19:22:56.702] checking for library containing shmget... none required [19:22:56.742] checking for library containing backtrace_symbols... none required [19:22:56.782] checking for library containing pthread_barrier_wait... none required [19:22:56.822] checking for library containing readline... -lreadline [19:22:56.867] checking for inflate in -lz... yes [19:22:56.910] checking curl/curl.h usability... yes [19:22:56.920] checking curl/curl.h presence... yes [19:22:56.951] checking for curl/curl.h... yes [19:22:56.951] checking for curl_multi_init in -lcurl... yes [19:22:57.066] checking for curl_global_init thread safety... yes [19:22:57.167] checking for curl support for asynchronous DNS... yes [19:22:57.270] checking for library containing gss_store_cred_into... -lgssapi_krb5 [19:22:57.360] checking for CRYPTO_new_ex_data in -lcrypto... yes [19:22:57.426] checking for SSL_new in -lssl... yes [19:22:57.491] checking for SSL_CTX_set_ciphersuites... yes [19:22:57.557] checking for SSL_CTX_set_cert_cb... yes [19:22:57.627] checking for X509_get_signature_info... yes [19:22:57.701] checking for SSL_CTX_set_num_tickets... yes [19:22:57.774] checking for SSL_CTX_set_keylog_callback... yes [19:22:57.843] checking for pam_start in -lpam... yes [19:22:57.895] checking for xmlSaveToBuffer in -lxml2... yes [19:22:57.959] checking for xsltCleanupGlobals in -lxslt... yes [19:22:58.020] checking for LZ4_compress_default in -llz4... yes [19:22:58.078] checking for ZSTD_compress in -lzstd... yes [19:22:58.131] checking for ldap_bind in -lldap... yes [19:22:58.207] checking for ldap_initialize... yes [19:22:58.280] checking for ldap_verify_credentials... yes [19:22:58.353] checking for security_compute_create_name in -lselinux... yes [19:22:58.409] checking for uuid_export in -lossp-uuid... yes [19:22:58.467] checking copyfile.h usability... no [19:22:58.523] checking copyfile.h presence... no [19:22:58.539] checking for copyfile.h... no [19:22:58.543] checking execinfo.h usability... yes [19:22:58.551] checking execinfo.h presence... yes [19:22:58.563] checking for execinfo.h... yes [19:22:58.570] checking getopt.h usability... yes [19:22:58.578] checking getopt.h presence... yes [19:22:58.591] checking for getopt.h... yes [19:22:58.598] checking ifaddrs.h usability... yes [19:22:58.606] checking ifaddrs.h presence... yes [19:22:58.620] checking for ifaddrs.h... yes [19:22:58.628] checking sys/epoll.h usability... yes [19:22:58.636] checking sys/epoll.h presence... yes [19:22:58.654] checking for sys/epoll.h... yes [19:22:58.662] checking sys/event.h usability... no [19:22:58.709] checking sys/event.h presence... no [19:22:58.725] checking for sys/event.h... no [19:22:58.728] checking sys/personality.h usability... yes [19:22:58.736] checking sys/personality.h presence... yes [19:22:58.748] checking for sys/personality.h... yes [19:22:58.756] checking sys/prctl.h usability... yes [19:22:58.764] checking sys/prctl.h presence... yes [19:22:58.777] checking for sys/prctl.h... yes [19:22:58.784] checking sys/procctl.h usability... no [19:22:58.829] checking sys/procctl.h presence... no [19:22:58.845] checking for sys/procctl.h... no [19:22:58.848] checking sys/signalfd.h usability... yes [19:22:58.856] checking sys/signalfd.h presence... yes [19:22:58.870] checking for sys/signalfd.h... yes [19:22:58.877] checking sys/ucred.h usability... no [19:22:58.921] checking sys/ucred.h presence... no [19:22:58.937] checking for sys/ucred.h... no [19:22:58.941] checking termios.h usability... yes [19:22:58.949] checking termios.h presence... yes [19:22:58.966] checking for termios.h... yes [19:22:58.974] checking uchar.h usability... yes [19:22:58.982] checking uchar.h presence... yes [19:22:58.996] checking for uchar.h... yes [19:22:59.004] checking ucred.h usability... no [19:22:59.049] checking ucred.h presence... no [19:22:59.064] checking for ucred.h... no [19:22:59.068] checking xlocale.h usability... no [19:22:59.114] checking xlocale.h presence... no [19:22:59.129] checking for xlocale.h... no [19:22:59.131] checking readline/readline.h usability... yes [19:22:59.140] checking readline/readline.h presence... yes [19:22:59.159] checking for readline/readline.h... yes [19:22:59.160] checking readline/history.h usability... yes [19:22:59.168] checking readline/history.h presence... yes [19:22:59.182] checking for readline/history.h... yes [19:22:59.185] checking zlib.h usability... yes [19:22:59.193] checking zlib.h presence... yes [19:22:59.209] checking for zlib.h... yes [19:22:59.209] checking for lz4... /usr/bin/lz4 [19:22:59.210] checking lz4.h usability... yes [19:22:59.217] checking lz4.h presence... yes [19:22:59.231] checking for lz4.h... yes [19:22:59.231] checking for zstd... /usr/bin/zstd [19:22:59.231] checking zstd.h usability... yes [19:22:59.239] checking zstd.h presence... yes [19:22:59.252] checking for zstd.h... yes [19:22:59.253] checking gssapi/gssapi.h usability... yes [19:22:59.262] checking gssapi/gssapi.h presence... yes [19:22:59.276] checking for gssapi/gssapi.h... yes [19:22:59.278] checking gssapi/gssapi_ext.h usability... yes [19:22:59.285] checking gssapi/gssapi_ext.h presence... yes [19:22:59.300] checking for gssapi/gssapi_ext.h... yes [19:22:59.302] checking for openssl... /usr/bin/openssl [19:22:59.311] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [19:22:59.312] checking openssl/ssl.h usability... yes [19:22:59.322] checking openssl/ssl.h presence... yes [19:22:59.396] checking for openssl/ssl.h... yes [19:22:59.396] checking openssl/err.h usability... yes [19:22:59.405] checking openssl/err.h presence... yes [19:22:59.434] checking for openssl/err.h... yes [19:22:59.434] checking security/pam_appl.h usability... yes [19:22:59.444] checking security/pam_appl.h presence... yes [19:22:59.456] checking for security/pam_appl.h... yes [19:22:59.458] checking systemd/sd-daemon.h usability... yes [19:22:59.467] checking systemd/sd-daemon.h presence... yes [19:22:59.484] checking for systemd/sd-daemon.h... yes [19:22:59.484] checking libxml/parser.h usability... yes [19:22:59.493] checking libxml/parser.h presence... yes [19:22:59.522] checking for libxml/parser.h... yes [19:22:59.522] checking libxslt/xslt.h usability... yes [19:22:59.531] checking libxslt/xslt.h presence... yes [19:22:59.553] checking for libxslt/xslt.h... yes [19:22:59.553] checking ldap.h usability... yes [19:22:59.561] checking ldap.h presence... yes [19:22:59.578] checking for ldap.h... yes [19:22:59.578] checking for compatible LDAP implementation... yes [19:22:59.586] checking ossp/uuid.h usability... yes [19:22:59.594] checking ossp/uuid.h presence... yes [19:22:59.609] checking for ossp/uuid.h... yes [19:22:59.626] checking whether byte ordering is bigendian... no [19:22:59.707] checking for inline... inline [19:22:59.714] checking for C printf format archetype... gnu_printf [19:22:59.723] checking for C++ printf format archetype... gnu_printf [19:22:59.731] checking for statement expressions... yes [19:22:59.782] checking for typeof... typeof [19:22:59.789] checking for __builtin_types_compatible_p... yes [19:22:59.799] checking for __builtin_constant_p... yes [19:22:59.810] checking for __builtin_mul_overflow... yes [19:22:59.872] checking for __builtin_unreachable... yes [19:22:59.923] checking for computed goto support... yes [19:22:59.931] checking for struct tm.tm_zone... yes [19:22:59.940] checking for union semun... no [19:22:59.977] checking for socklen_t... yes [19:23:00.021] checking for struct sockaddr.sa_len... no [19:23:00.089] checking for C/C++ restrict keyword... __restrict [19:23:00.103] checking for struct option... yes [19:23:00.138] checking whether assembler supports x86_64 popcntq... yes [19:23:00.145] checking for special C compiler options needed for large files... no [19:23:00.145] checking for _FILE_OFFSET_BITS value needed for large files... no [19:23:00.157] checking size of off_t... 8 [19:23:00.226] checking for int timezone... yes [19:23:00.292] checking for backtrace_symbols... yes [19:23:00.352] checking for copyfile... no [19:23:00.413] checking for copy_file_range... yes [19:23:00.475] checking for elf_aux_info... no [19:23:00.536] checking for getauxval... yes [19:23:00.598] checking for getifaddrs... yes [19:23:00.658] checking for getpeerucred... no [19:23:00.721] checking for inet_pton... yes [19:23:00.780] checking for kqueue... no [19:23:00.840] checking for localeconv_l... no [19:23:00.902] checking for mbstowcs_l... no [19:23:00.964] checking for posix_fallocate... yes [19:23:01.025] checking for ppoll... yes [19:23:01.085] checking for pthread_is_threaded_np... no [19:23:01.146] checking for setproctitle... no [19:23:01.206] checking for setproctitle_fast... no [19:23:01.267] checking for strsignal... yes [19:23:01.328] checking for syncfs... yes [19:23:01.387] checking for sync_file_range... yes [19:23:01.448] checking for uselocale... yes [19:23:01.510] checking for wcstombs_l... no [19:23:01.570] checking for __builtin_bswap16... yes [19:23:01.630] checking for __builtin_bswap32... yes [19:23:01.689] checking for __builtin_bswap64... yes [19:23:01.747] checking for __builtin_clz... yes [19:23:01.806] checking for __builtin_ctz... yes [19:23:01.866] checking for __builtin_popcount... yes [19:23:01.928] checking for __builtin_frame_address... yes [19:23:01.987] checking for _LARGEFILE_SOURCE value needed for large files... no [19:23:02.046] checking how ccache gcc reports undeclared, standard C functions... error [19:23:02.072] checking for posix_fadvise... yes [19:23:02.131] checking whether posix_fadvise is declared... yes [19:23:02.144] checking whether fdatasync is declared... yes [19:23:02.158] checking whether strlcat is declared... yes [19:23:02.171] checking whether strlcpy is declared... yes [19:23:02.185] checking whether strsep is declared... yes [19:23:02.200] checking whether timingsafe_bcmp is declared... no [19:23:02.255] checking whether preadv is declared... yes [19:23:02.269] checking whether pwritev is declared... yes [19:23:02.283] checking whether strchrnul is declared... yes [19:23:02.297] checking whether memset_s is declared... no [19:23:02.332] checking whether F_FULLFSYNC is declared... no [19:23:02.366] checking for explicit_bzero... yes [19:23:02.420] checking for getopt... yes [19:23:02.473] checking for getpeereid... no [19:23:02.532] checking for inet_aton... yes [19:23:02.586] checking for mkdtemp... yes [19:23:02.640] checking for strlcat... yes [19:23:02.695] checking for strlcpy... yes [19:23:02.749] checking for strsep... yes [19:23:02.804] checking for timingsafe_bcmp... no [19:23:02.862] checking for pthread_barrier_wait... yes [19:23:02.918] checking for getopt_long... yes [19:23:02.972] checking for syslog... yes [19:23:03.026] checking syslog.h usability... yes [19:23:03.035] checking syslog.h presence... yes [19:23:03.049] checking for syslog.h... yes [19:23:03.049] checking for opterr... yes [19:23:03.104] checking for optreset... no [19:23:03.163] checking unicode/ucol.h usability... yes [19:23:03.174] checking unicode/ucol.h presence... yes [19:23:03.209] checking for unicode/ucol.h... yes [19:23:03.210] checking for rl_completion_suppress_quote... yes [19:23:03.271] checking for rl_filename_quote_characters... yes [19:23:03.331] checking for rl_filename_quoting_function... yes [19:23:03.393] checking for append_history... yes [19:23:03.454] checking for history_truncate_file... yes [19:23:03.516] checking for rl_completion_matches... yes [19:23:03.579] checking for rl_filename_completion_function... yes [19:23:03.642] checking for rl_reset_screen_size... yes [19:23:03.706] checking for rl_variable_bind... yes [19:23:03.768] checking test program... ok [19:23:03.821] checking size of void *... 8 [19:23:03.891] checking size of size_t... 8 [19:23:03.960] checking size of long... 8 [19:23:04.028] checking size of long long... 8 [19:23:04.098] checking size of intmax_t... 8 [19:23:04.169] checking alignment of short... 2 [19:23:04.238] checking alignment of int... 4 [19:23:04.309] checking alignment of long... 8 [19:23:04.378] checking alignment of int64_t... 8 [19:23:04.446] checking alignment of double... 8 [19:23:04.515] checking for __int128... yes [19:23:04.576] checking for __int128 alignment bug... ok [19:23:04.631] checking alignment of PG_INT128_TYPE... 16 [19:23:04.700] checking for builtin __sync char locking functions... yes [19:23:04.755] checking for builtin __sync int32 locking functions... yes [19:23:04.807] checking for builtin __sync int32 atomic operations... yes [19:23:04.860] checking for builtin __sync int64 atomic operations... yes [19:23:04.916] checking for builtin __atomic int32 atomic operations... yes [19:23:04.972] checking for builtin __atomic int64 atomic operations... yes [19:23:05.027] checking for __get_cpuid... yes [19:23:05.082] checking for __get_cpuid_count... yes [19:23:05.137] checking for _xgetbv... yes [19:23:05.557] checking for _mm512_popcnt_epi64... yes [19:23:05.945] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [19:23:06.056] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [19:23:06.077] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [19:23:06.095] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [19:23:06.112] 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:23:06.143] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [19:23:06.143] checking for _mm512_clmulepi64_epi128... yes [19:23:06.527] checking for vectorized CRC-32C... AVX-512 with runtime check [19:23:06.527] checking for library containing sem_init... none required [19:23:06.581] checking which semaphore API to use... unnamed POSIX [19:23:06.581] checking which random number source to use... OpenSSL [19:23:06.583] checking for tclsh... /usr/bin/tclsh [19:23:06.583] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [19:23:06.613] checking tcl.h usability... yes [19:23:06.622] checking tcl.h presence... yes [19:23:06.642] checking for tcl.h... yes [19:23:06.642] checking for perl.h... yes [19:23:06.660] checking for libperl... yes [19:23:06.928] checking Python.h usability... yes [19:23:06.941] checking Python.h presence... yes [19:23:07.034] checking for Python.h... yes [19:23:07.035] checking for xmllint... /usr/bin/xmllint [19:23:07.035] checking for xsltproc... /usr/bin/xsltproc [19:23:07.035] checking for fop... /usr/bin/fop [19:23:07.035] checking for dbtoepub... no [19:23:07.036] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [19:23:07.092] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [19:23:07.159] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [19:23:07.159] 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:23:07.159] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [19:23:07.159] configure: using LDFLAGS= -Wl,--as-needed [19:23:07.159] configure: using CXX=ccache g++ [19:23:07.159] 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:23:07.159] configure: using CLANG=ccache clang [19:23:07.159] 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:23:07.159] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [19:23:07.188] configure: updating cache gcc.cache [19:23:07.195] configure: creating ./config.status [19:23:07.284] config.status: creating GNUmakefile [19:23:07.296] config.status: creating src/Makefile.global [19:23:07.313] config.status: creating src/include/pg_config.h [19:23:07.325] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [19:23:07.341] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [19:23:07.348] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [19:23:07.355] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [19:23:07.363] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [19:23:07.396] [19:23:07.396] real 0m13.346s [19:23:07.396] user 0m8.792s [19:23:07.396] sys 0m4.175s [19:23:07.396] make -s -j${BUILD_JOBS} clean [19:23:07.913] time make -s -j${BUILD_JOBS} world-bin [19:23:14.791] copyto.c: In function ‘CopyAttributeOutText’: [19:23:14.791] copyto.c:1271:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:23:14.791] 1271 | const char *end = ptr + strlen(ptr); [19:23:14.791] | ^~~~~ [19:23:14.791] copyto.c:1386:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:23:14.791] 1386 | const char *end = ptr + strlen(ptr); [19:23:14.791] | ^~~~~ [19:23:14.791] copyto.c: In function ‘CopyAttributeOutCSV’: [19:23:14.791] copyto.c:1613:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [19:23:14.791] 1613 | const char *end = ptr + strlen(ptr); [19:23:14.791] | ^~~~~ [19:23:14.791] cc1: all warnings being treated as errors [19:23:14.792] make[3]: *** [: copyto.o] Error 1 [19:23:14.793] make[2]: *** [common.mk:37: commands-recursive] Error 2 [19:23:14.800] make[2]: *** Waiting for unfinished jobs.... [19:23:20.888] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [19:23:20.888] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [19:23:20.889] [19:23:20.889] real 0m12.976s [19:23:20.889] user 0m35.164s [19:23:20.889] sys 0m7.639s [19:23:20.889] [19:23:20.889] Exit status: 2