[02:44:08.835] time ./configure \ [02:44:08.835] --cache gcc.cache \ [02:44:08.835] --enable-dtrace \ [02:44:08.835] ${LINUX_CONFIGURE_FEATURES} \ [02:44:08.835] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [02:44:09.027] configure: creating cache gcc.cache [02:44:09.041] checking build system type... x86_64-pc-linux-gnu [02:44:09.149] checking host system type... x86_64-pc-linux-gnu [02:44:09.149] checking which template to use... linux [02:44:09.149] checking whether NLS is wanted... no [02:44:09.149] checking for default port number... 5432 [02:44:09.155] checking for dtrace... /usr/bin/dtrace [02:44:09.156] checking for block size... 8kB [02:44:09.157] checking for segment size... 1GB [02:44:09.159] checking for WAL block size... 8kB [02:44:09.190] checking whether the C compiler works... yes [02:44:09.288] checking for C compiler default output file name... a.out [02:44:09.289] checking for suffix of executables... [02:44:09.324] checking whether we are cross compiling... no [02:44:09.392] checking for suffix of object files... o [02:44:09.401] checking whether we are using the GNU C compiler... yes [02:44:09.408] checking whether ccache gcc accepts -g... yes [02:44:09.414] checking for ccache gcc option to accept ISO C89... none needed [02:44:09.423] checking for ccache gcc option to accept ISO C11... none needed [02:44:09.470] checking whether we are using the GNU C++ compiler... yes [02:44:09.477] checking whether ccache g++ accepts -g... yes [02:44:09.511] checking for gawk... no [02:44:09.512] checking for mawk... mawk [02:44:09.512] checking for llvm-config... /usr/bin/llvm-config [02:44:09.522] configure: using llvm 19.1.7 [02:44:09.522] checking for CLANG... ccache clang [02:44:09.569] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [02:44:09.576] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [02:44:09.583] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [02:44:09.627] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [02:44:09.702] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [02:44:09.710] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [02:44:09.716] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [02:44:09.724] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [02:44:09.731] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [02:44:09.738] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [02:44:09.745] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [02:44:09.751] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [02:44:09.758] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [02:44:09.765] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [02:44:09.772] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [02:44:09.779] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [02:44:09.786] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [02:44:09.794] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [02:44:09.801] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [02:44:09.808] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [02:44:09.816] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [02:44:09.823] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [02:44:09.830] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [02:44:09.837] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [02:44:09.844] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [02:44:09.851] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [02:44:09.898] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [02:44:09.945] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [02:44:09.952] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [02:44:09.959] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [02:44:10.001] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [02:44:10.008] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [02:44:10.016] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [02:44:10.024] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [02:44:10.031] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [02:44:10.038] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [02:44:10.044] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [02:44:10.052] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [02:44:10.059] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [02:44:10.066] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [02:44:10.078] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [02:44:10.078] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [02:44:10.086] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [02:44:10.093] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [02:44:10.101] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [02:44:10.113] checking whether the C compiler still works... yes [02:44:10.164] checking how to run the C preprocessor... ccache gcc -E [02:44:10.231] checking for pkg-config... /usr/bin/pkg-config [02:44:10.231] checking pkg-config is at least version 0.9.0... yes [02:44:10.239] checking whether to build with ICU support... yes [02:44:10.239] checking for icu-uc icu-i18n... yes [02:44:10.250] checking whether to build with Tcl... yes [02:44:10.250] checking whether to build Perl modules... yes [02:44:10.250] checking whether to build Python modules... yes [02:44:10.250] checking whether to build with GSSAPI support... yes [02:44:10.251] checking whether to build with PAM support... yes [02:44:10.251] checking whether to build with BSD Authentication support... no [02:44:10.251] checking whether to build with LDAP support... yes [02:44:10.252] checking whether to build with Bonjour support... no [02:44:10.252] checking whether to build with SELinux support... yes [02:44:10.252] checking whether to build with systemd support... yes [02:44:10.252] checking whether to build with liburing support... no [02:44:10.252] checking whether to build with libcurl support... yes [02:44:10.252] checking for libcurl >= 7.61.0... yes [02:44:10.274] checking whether to build with libnuma support... no [02:44:10.274] checking whether to build with XML support... yes [02:44:10.275] checking for libxml-2.0 >= 2.6.23... yes [02:44:10.283] checking whether to build with LZ4 support... yes [02:44:10.284] checking for liblz4... yes [02:44:10.292] checking whether to build with ZSTD support... yes [02:44:10.292] checking for libzstd >= 1.4.0... yes [02:44:10.300] checking for strip... strip [02:44:10.301] checking whether it is possible to strip libraries... yes [02:44:10.304] checking for ar... ar [02:44:10.304] checking for a BSD-compatible install... /usr/bin/install -c [02:44:10.314] checking for tar... /usr/bin/tar [02:44:10.314] checking whether ln -s works... yes [02:44:10.314] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [02:44:10.317] checking for nm... /usr/bin/nm [02:44:10.317] checking for bison... /usr/bin/bison [02:44:10.324] configure: using bison (GNU Bison) 3.8.2 [02:44:10.327] checking for flex... /usr/bin/flex [02:44:10.331] configure: using flex 2.6.4 [02:44:10.331] checking for perl... /usr/bin/perl [02:44:10.354] configure: using perl 5.40.1 [02:44:10.356] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [02:44:10.368] checking for Perl privlibexp... /usr/share/perl/5.40 [02:44:10.373] checking for Perl useshrplib... true [02:44:10.382] 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 [02:44:10.388] checking for CFLAGS to compile embedded Perl... -DDEBIAN [02:44:10.394] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [02:44:10.520] checking for python3... /usr/bin/python3 [02:44:10.533] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [02:44:10.540] checking for Python sysconfig module... yes [02:44:10.556] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [02:44:10.572] checking Python include directory... -I/usr/include/python3.13 [02:44:10.588] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [02:44:10.640] checking for a sed that does not truncate output... /usr/bin/sed [02:44:10.645] checking for grep that handles long lines and -e... /usr/bin/grep [02:44:10.647] checking for egrep... /usr/bin/grep -E [02:44:10.649] checking for ANSI C header files... yes [02:44:10.764] checking for sys/types.h... yes [02:44:10.779] checking for sys/stat.h... yes [02:44:10.808] checking for stdlib.h... yes [02:44:10.823] checking for string.h... yes [02:44:10.838] checking for memory.h... yes [02:44:10.854] checking for strings.h... yes [02:44:10.869] checking for inttypes.h... yes [02:44:10.886] checking for stdint.h... yes [02:44:10.902] checking for unistd.h... yes [02:44:10.918] checking whether ccache gcc is Clang... no [02:44:10.929] checking whether pthreads work with -pthread... yes [02:44:10.982] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [02:44:11.024] checking whether more special flags are required for pthreads... no [02:44:11.024] checking for PTHREAD_PRIO_INHERIT... yes [02:44:11.070] checking pthread.h usability... yes [02:44:11.079] checking pthread.h presence... yes [02:44:11.094] checking for pthread.h... yes [02:44:11.095] checking for strerror_r... yes [02:44:11.135] checking whether strerror_r returns int... no [02:44:11.165] checking for main in -lm... yes [02:44:11.213] checking for library containing setproctitle... no [02:44:11.303] checking for library containing dlsym... none required [02:44:11.344] checking for library containing socket... none required [02:44:11.386] checking for library containing getopt_long... none required [02:44:11.427] checking for library containing shm_open... none required [02:44:11.470] checking for library containing shm_unlink... none required [02:44:11.512] checking for library containing clock_gettime... none required [02:44:11.554] checking for library containing shmget... none required [02:44:11.596] checking for library containing backtrace_symbols... none required [02:44:11.638] checking for library containing pthread_barrier_wait... none required [02:44:11.679] checking for library containing readline... -lreadline [02:44:11.724] checking for inflate in -lz... yes [02:44:11.766] checking curl/curl.h usability... yes [02:44:11.786] checking curl/curl.h presence... yes [02:44:11.808] checking for curl/curl.h... yes [02:44:11.808] checking for curl_multi_init in -lcurl... yes [02:44:11.920] checking for curl_global_init thread safety... yes [02:44:12.022] checking for curl support for asynchronous DNS... yes [02:44:12.121] checking for library containing gss_store_cred_into... -lgssapi_krb5 [02:44:12.212] checking for CRYPTO_new_ex_data in -lcrypto... yes [02:44:12.282] checking for SSL_new in -lssl... yes [02:44:12.348] checking for SSL_CTX_set_ciphersuites... yes [02:44:12.415] checking for SSL_CTX_set_cert_cb... yes [02:44:12.486] checking for X509_get_signature_info... yes [02:44:12.562] checking for SSL_CTX_set_num_tickets... yes [02:44:12.636] checking for SSL_CTX_set_keylog_callback... yes [02:44:12.707] checking for pam_start in -lpam... yes [02:44:12.762] checking for xmlSaveToBuffer in -lxml2... yes [02:44:12.824] checking for xsltCleanupGlobals in -lxslt... yes [02:44:12.888] checking for LZ4_compress_default in -llz4... yes [02:44:12.945] checking for ZSTD_compress in -lzstd... yes [02:44:13.000] checking for ldap_bind in -lldap... yes [02:44:13.072] checking for ldap_initialize... yes [02:44:13.146] checking for ldap_verify_credentials... yes [02:44:13.220] checking for security_compute_create_name in -lselinux... yes [02:44:13.276] checking for uuid_export in -lossp-uuid... yes [02:44:13.336] checking copyfile.h usability... no [02:44:13.382] checking copyfile.h presence... no [02:44:13.399] checking for copyfile.h... no [02:44:13.403] checking execinfo.h usability... yes [02:44:13.412] checking execinfo.h presence... yes [02:44:13.424] checking for execinfo.h... yes [02:44:13.432] checking getopt.h usability... yes [02:44:13.441] checking getopt.h presence... yes [02:44:13.453] checking for getopt.h... yes [02:44:13.461] checking ifaddrs.h usability... yes [02:44:13.470] checking ifaddrs.h presence... yes [02:44:13.485] checking for ifaddrs.h... yes [02:44:13.493] checking sys/epoll.h usability... yes [02:44:13.505] checking sys/epoll.h presence... yes [02:44:13.520] checking for sys/epoll.h... yes [02:44:13.527] checking sys/event.h usability... no [02:44:13.572] checking sys/event.h presence... no [02:44:13.588] checking for sys/event.h... no [02:44:13.591] checking sys/personality.h usability... yes [02:44:13.600] checking sys/personality.h presence... yes [02:44:13.611] checking for sys/personality.h... yes [02:44:13.619] checking sys/prctl.h usability... yes [02:44:13.629] checking sys/prctl.h presence... yes [02:44:13.641] checking for sys/prctl.h... yes [02:44:13.649] checking sys/procctl.h usability... no [02:44:13.694] checking sys/procctl.h presence... no [02:44:13.710] checking for sys/procctl.h... no [02:44:13.713] checking sys/signalfd.h usability... yes [02:44:13.722] checking sys/signalfd.h presence... yes [02:44:13.735] checking for sys/signalfd.h... yes [02:44:13.743] checking sys/ucred.h usability... no [02:44:13.787] checking sys/ucred.h presence... no [02:44:13.802] checking for sys/ucred.h... no [02:44:13.805] checking termios.h usability... yes [02:44:13.817] checking termios.h presence... yes [02:44:13.829] checking for termios.h... yes [02:44:13.837] checking uchar.h usability... yes [02:44:13.846] checking uchar.h presence... yes [02:44:13.858] checking for uchar.h... yes [02:44:13.865] checking ucred.h usability... no [02:44:13.910] checking ucred.h presence... no [02:44:13.926] checking for ucred.h... no [02:44:13.929] checking xlocale.h usability... no [02:44:13.974] checking xlocale.h presence... no [02:44:13.991] checking for xlocale.h... no [02:44:13.993] checking readline/readline.h usability... yes [02:44:14.004] checking readline/readline.h presence... yes [02:44:14.020] checking for readline/readline.h... yes [02:44:14.021] checking readline/history.h usability... yes [02:44:14.030] checking readline/history.h presence... yes [02:44:14.044] checking for readline/history.h... yes [02:44:14.047] checking zlib.h usability... yes [02:44:14.056] checking zlib.h presence... yes [02:44:14.072] checking for zlib.h... yes [02:44:14.073] checking for lz4... /usr/bin/lz4 [02:44:14.073] checking lz4.h usability... yes [02:44:14.082] checking lz4.h presence... yes [02:44:14.094] checking for lz4.h... yes [02:44:14.095] checking for zstd... /usr/bin/zstd [02:44:14.095] checking zstd.h usability... yes [02:44:14.106] checking zstd.h presence... yes [02:44:14.117] checking for zstd.h... yes [02:44:14.117] checking gssapi/gssapi.h usability... yes [02:44:14.127] checking gssapi/gssapi.h presence... yes [02:44:14.141] checking for gssapi/gssapi.h... yes [02:44:14.143] checking gssapi/gssapi_ext.h usability... yes [02:44:14.151] checking gssapi/gssapi_ext.h presence... yes [02:44:14.166] checking for gssapi/gssapi_ext.h... yes [02:44:14.167] checking for openssl... /usr/bin/openssl [02:44:14.177] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [02:44:14.178] checking openssl/ssl.h usability... yes [02:44:14.221] checking openssl/ssl.h presence... yes [02:44:14.268] checking for openssl/ssl.h... yes [02:44:14.268] checking openssl/err.h usability... yes [02:44:14.281] checking openssl/err.h presence... yes [02:44:14.306] checking for openssl/err.h... yes [02:44:14.306] checking security/pam_appl.h usability... yes [02:44:14.317] checking security/pam_appl.h presence... yes [02:44:14.328] checking for security/pam_appl.h... yes [02:44:14.330] checking systemd/sd-daemon.h usability... yes [02:44:14.341] checking systemd/sd-daemon.h presence... yes [02:44:14.356] checking for systemd/sd-daemon.h... yes [02:44:14.356] checking libxml/parser.h usability... yes [02:44:14.374] checking libxml/parser.h presence... yes [02:44:14.396] checking for libxml/parser.h... yes [02:44:14.397] checking libxslt/xslt.h usability... yes [02:44:14.406] checking libxslt/xslt.h presence... yes [02:44:14.427] checking for libxslt/xslt.h... yes [02:44:14.428] checking ldap.h usability... yes [02:44:14.438] checking ldap.h presence... yes [02:44:14.454] checking for ldap.h... yes [02:44:14.454] checking for compatible LDAP implementation... yes [02:44:14.462] checking ossp/uuid.h usability... yes [02:44:14.472] checking ossp/uuid.h presence... yes [02:44:14.487] checking for ossp/uuid.h... yes [02:44:14.503] checking whether byte ordering is bigendian... no [02:44:14.587] checking for inline... inline [02:44:14.595] checking for C printf format archetype... gnu_printf [02:44:14.603] checking for C++ printf format archetype... gnu_printf [02:44:14.611] checking for statement expressions... yes [02:44:14.663] checking for typeof... typeof [02:44:14.671] checking for __builtin_types_compatible_p... yes [02:44:14.682] checking for __builtin_constant_p... yes [02:44:14.693] checking for __builtin_mul_overflow... yes [02:44:14.755] checking for __builtin_unreachable... yes [02:44:14.807] checking for computed goto support... yes [02:44:14.815] checking for struct tm.tm_zone... yes [02:44:14.824] checking for union semun... no [02:44:14.859] checking for socklen_t... yes [02:44:14.902] checking for struct sockaddr.sa_len... no [02:44:14.973] checking for C/C++ restrict keyword... __restrict [02:44:14.986] checking for struct option... yes [02:44:15.021] checking whether assembler supports x86_64 popcntq... yes [02:44:15.029] checking for special C compiler options needed for large files... no [02:44:15.029] checking for _FILE_OFFSET_BITS value needed for large files... no [02:44:15.041] checking size of off_t... 8 [02:44:15.110] checking for int timezone... yes [02:44:15.177] checking for backtrace_symbols... yes [02:44:15.238] checking for copyfile... no [02:44:15.301] checking for copy_file_range... yes [02:44:15.361] checking for elf_aux_info... no [02:44:15.422] checking for getauxval... yes [02:44:15.482] checking for getifaddrs... yes [02:44:15.543] checking for getpeerucred... no [02:44:15.605] checking for inet_pton... yes [02:44:15.668] checking for kqueue... no [02:44:15.731] checking for localeconv_l... no [02:44:15.795] checking for mbstowcs_l... no [02:44:15.859] checking for posix_fallocate... yes [02:44:15.922] checking for ppoll... yes [02:44:15.985] checking for pthread_is_threaded_np... no [02:44:16.049] checking for setproctitle... no [02:44:16.113] checking for setproctitle_fast... no [02:44:16.176] checking for strsignal... yes [02:44:16.238] checking for syncfs... yes [02:44:16.300] checking for sync_file_range... yes [02:44:16.361] checking for uselocale... yes [02:44:16.421] checking for wcstombs_l... no [02:44:16.480] checking for __builtin_bswap16... yes [02:44:16.539] checking for __builtin_bswap32... yes [02:44:16.597] checking for __builtin_bswap64... yes [02:44:16.658] checking for __builtin_clz... yes [02:44:16.717] checking for __builtin_ctz... yes [02:44:16.777] checking for __builtin_popcount... yes [02:44:16.836] checking for __builtin_frame_address... yes [02:44:16.896] checking for _LARGEFILE_SOURCE value needed for large files... no [02:44:16.956] checking how ccache gcc reports undeclared, standard C functions... error [02:44:16.981] checking for posix_fadvise... yes [02:44:17.042] checking whether posix_fadvise is declared... yes [02:44:17.058] checking whether fdatasync is declared... yes [02:44:17.072] checking whether strlcat is declared... yes [02:44:17.086] checking whether strlcpy is declared... yes [02:44:17.100] checking whether strnlen is declared... yes [02:44:17.115] checking whether strsep is declared... yes [02:44:17.130] checking whether timingsafe_bcmp is declared... no [02:44:17.187] checking whether preadv is declared... yes [02:44:17.201] checking whether pwritev is declared... yes [02:44:17.215] checking whether strchrnul is declared... yes [02:44:17.228] checking whether memset_s is declared... no [02:44:17.263] checking whether F_FULLFSYNC is declared... no [02:44:17.293] checking for explicit_bzero... yes [02:44:17.348] checking for getopt... yes [02:44:17.403] checking for getpeereid... no [02:44:17.463] checking for inet_aton... yes [02:44:17.518] checking for mkdtemp... yes [02:44:17.574] checking for strlcat... yes [02:44:17.629] checking for strlcpy... yes [02:44:17.684] checking for strnlen... yes [02:44:17.742] checking for strsep... yes [02:44:17.798] checking for timingsafe_bcmp... no [02:44:17.858] checking for pthread_barrier_wait... yes [02:44:17.913] checking for getopt_long... yes [02:44:17.968] checking for syslog... yes [02:44:18.022] checking syslog.h usability... yes [02:44:18.032] checking syslog.h presence... yes [02:44:18.044] checking for syslog.h... yes [02:44:18.044] checking for opterr... yes [02:44:18.097] checking for optreset... no [02:44:18.156] checking unicode/ucol.h usability... yes [02:44:18.183] checking unicode/ucol.h presence... yes [02:44:18.203] checking for unicode/ucol.h... yes [02:44:18.203] checking for rl_completion_suppress_quote... yes [02:44:18.263] checking for rl_filename_quote_characters... yes [02:44:18.324] checking for rl_filename_quoting_function... yes [02:44:18.388] checking for append_history... yes [02:44:18.450] checking for history_truncate_file... yes [02:44:18.515] checking for rl_completion_matches... yes [02:44:18.580] checking for rl_filename_completion_function... yes [02:44:18.644] checking for rl_reset_screen_size... yes [02:44:18.708] checking for rl_variable_bind... yes [02:44:18.768] checking test program... ok [02:44:18.820] checking size of void *... 8 [02:44:18.890] checking size of size_t... 8 [02:44:18.960] checking size of long... 8 [02:44:19.029] checking size of long long... 8 [02:44:19.098] checking size of intmax_t... 8 [02:44:19.167] checking alignment of short... 2 [02:44:19.236] checking alignment of int... 4 [02:44:19.307] checking alignment of long... 8 [02:44:19.378] checking alignment of int64_t... 8 [02:44:19.449] checking alignment of double... 8 [02:44:19.520] checking for __int128... yes [02:44:19.581] checking for __int128 alignment bug... ok [02:44:19.637] checking alignment of PG_INT128_TYPE... 16 [02:44:19.708] checking for builtin __sync char locking functions... yes [02:44:19.763] checking for builtin __sync int32 locking functions... yes [02:44:19.817] checking for builtin __sync int32 atomic operations... yes [02:44:19.872] checking for builtin __sync int64 atomic operations... yes [02:44:19.927] checking for builtin __atomic int32 atomic operations... yes [02:44:19.982] checking for builtin __atomic int64 atomic operations... yes [02:44:20.038] checking for __get_cpuid... yes [02:44:20.095] checking for __get_cpuid_count... yes [02:44:20.151] checking for _xgetbv... yes [02:44:20.576] checking for _mm512_popcnt_epi64... yes [02:44:20.965] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [02:44:21.072] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [02:44:21.092] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [02:44:21.110] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [02:44:21.126] 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 [02:44:21.157] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [02:44:21.157] checking for _mm512_clmulepi64_epi128... yes [02:44:21.538] checking for vectorized CRC-32C... AVX-512 with runtime check [02:44:21.538] checking for library containing sem_init... none required [02:44:21.593] checking which semaphore API to use... unnamed POSIX [02:44:21.593] checking which random number source to use... OpenSSL [02:44:21.595] checking for tclsh... /usr/bin/tclsh [02:44:21.595] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [02:44:21.625] checking tcl.h usability... yes [02:44:21.636] checking tcl.h presence... yes [02:44:21.653] checking for tcl.h... yes [02:44:21.653] checking for perl.h... yes [02:44:21.682] checking for libperl... yes [02:44:21.947] checking Python.h usability... yes [02:44:21.998] checking Python.h presence... yes [02:44:22.047] checking for Python.h... yes [02:44:22.047] checking for xmllint... /usr/bin/xmllint [02:44:22.048] checking for xsltproc... /usr/bin/xsltproc [02:44:22.048] checking for fop... /usr/bin/fop [02:44:22.048] checking for dbtoepub... no [02:44:22.049] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [02:44:22.107] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [02:44:22.175] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [02:44:22.175] 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 [02:44:22.175] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [02:44:22.175] configure: using LDFLAGS= -Wl,--as-needed [02:44:22.175] configure: using CXX=ccache g++ [02:44:22.175] 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 [02:44:22.175] configure: using CLANG=ccache clang [02:44:22.175] 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 [02:44:22.175] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [02:44:22.204] configure: updating cache gcc.cache [02:44:22.211] configure: creating ./config.status [02:44:22.300] config.status: creating GNUmakefile [02:44:22.313] config.status: creating src/Makefile.global [02:44:22.329] config.status: creating src/include/pg_config.h [02:44:22.342] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [02:44:22.357] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [02:44:22.365] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [02:44:22.372] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [02:44:22.380] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [02:44:22.415] [02:44:22.415] real 0m13.580s [02:44:22.415] user 0m8.742s [02:44:22.415] sys 0m4.470s [02:44:22.415] make -s -j${BUILD_JOBS} clean [02:44:22.935] time make -s -j${BUILD_JOBS} world-bin [02:44:31.459] pgbench.c: In function ‘replaceVariable’: [02:44:31.459] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] [02:44:31.459] 1958 | switch (quote) [02:44:31.459] | ^~~~~~ [02:44:31.459] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] [02:44:31.459] 1955 | char quotechar; [02:44:31.459] | ^~~~~~~~~ [02:44:31.459] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] [02:44:31.459] 1998 | valueln = strlen(quoted_value); [02:44:31.459] | ^~~~~~~~~~~~~~~~~~~~ [02:44:31.459] pgbench.c:1956:21: note: ‘quoted_value’ was declared here [02:44:31.459] 1956 | char *quoted_value; [02:44:31.459] | ^~~~~~~~~~~~ [02:44:31.459] cc1: all warnings being treated as errors [02:44:31.460] make[3]: *** [: pgbench.o] Error 1 [02:44:31.460] make[2]: *** [Makefile:45: all-pgbench-recurse] Error 2 [02:44:31.460] make[1]: *** [Makefile:42: all-bin-recurse] Error 2 [02:44:31.461] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [02:44:31.461] [02:44:31.461] real 0m8.526s [02:44:31.461] user 0m12.919s [02:44:31.461] sys 0m7.461s [02:44:31.461] [02:44:31.461] Exit status: 2