[13:08:03.877] time ./configure \ [13:08:03.877] --cache gcc.cache \ [13:08:03.877] --enable-dtrace \ [13:08:03.877] ${LINUX_CONFIGURE_FEATURES} \ [13:08:03.877] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [13:08:04.074] configure: creating cache gcc.cache [13:08:04.089] checking build system type... x86_64-pc-linux-gnu [13:08:04.204] checking host system type... x86_64-pc-linux-gnu [13:08:04.204] checking which template to use... linux [13:08:04.204] checking whether NLS is wanted... no [13:08:04.204] checking for default port number... 5432 [13:08:04.211] checking for dtrace... /usr/bin/dtrace [13:08:04.212] checking for block size... 8kB [13:08:04.213] checking for segment size... 1GB [13:08:04.215] checking for WAL block size... 8kB [13:08:04.249] checking whether the C compiler works... yes [13:08:04.363] checking for C compiler default output file name... a.out [13:08:04.364] checking for suffix of executables... [13:08:04.400] checking whether we are cross compiling... no [13:08:04.472] checking for suffix of object files... o [13:08:04.482] checking whether we are using the GNU C compiler... yes [13:08:04.489] checking whether ccache gcc accepts -g... yes [13:08:04.496] checking for ccache gcc option to accept ISO C89... none needed [13:08:04.505] checking for ccache gcc option to accept ISO C11... none needed [13:08:04.550] checking whether we are using the GNU C++ compiler... yes [13:08:04.557] checking whether ccache g++ accepts -g... yes [13:08:04.595] checking for gawk... no [13:08:04.595] checking for mawk... mawk [13:08:04.596] checking for llvm-config... /usr/bin/llvm-config [13:08:04.610] configure: using llvm 19.1.7 [13:08:04.610] checking for CLANG... ccache clang [13:08:04.658] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [13:08:04.666] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [13:08:04.674] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [13:08:04.719] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [13:08:04.794] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [13:08:04.802] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [13:08:04.809] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [13:08:04.817] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [13:08:04.824] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [13:08:04.831] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [13:08:04.839] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [13:08:04.845] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [13:08:04.852] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [13:08:04.858] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [13:08:04.865] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [13:08:04.871] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [13:08:04.878] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [13:08:04.886] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [13:08:04.893] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [13:08:04.900] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [13:08:04.907] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [13:08:04.914] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [13:08:04.921] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [13:08:04.927] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [13:08:04.934] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [13:08:04.940] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [13:08:05.001] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [13:08:05.050] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [13:08:05.058] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [13:08:05.065] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [13:08:05.107] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [13:08:05.115] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [13:08:05.122] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [13:08:05.130] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [13:08:05.137] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [13:08:05.143] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [13:08:05.150] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [13:08:05.156] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [13:08:05.164] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [13:08:05.171] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [13:08:05.183] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [13:08:05.183] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [13:08:05.191] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [13:08:05.198] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [13:08:05.205] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [13:08:05.217] checking whether the C compiler still works... yes [13:08:05.270] checking how to run the C preprocessor... ccache gcc -E [13:08:05.339] checking for pkg-config... /usr/bin/pkg-config [13:08:05.340] checking pkg-config is at least version 0.9.0... yes [13:08:05.346] checking whether to build with ICU support... yes [13:08:05.346] checking for icu-uc icu-i18n... yes [13:08:05.357] checking whether to build with Tcl... yes [13:08:05.357] checking whether to build Perl modules... yes [13:08:05.357] checking whether to build Python modules... yes [13:08:05.357] checking whether to build with GSSAPI support... yes [13:08:05.359] checking whether to build with PAM support... yes [13:08:05.359] checking whether to build with BSD Authentication support... no [13:08:05.359] checking whether to build with LDAP support... yes [13:08:05.359] checking whether to build with Bonjour support... no [13:08:05.359] checking whether to build with SELinux support... yes [13:08:05.359] checking whether to build with systemd support... yes [13:08:05.359] checking whether to build with liburing support... no [13:08:05.359] checking whether to build with libcurl support... yes [13:08:05.360] checking for libcurl >= 7.61.0... yes [13:08:05.388] checking whether to build with libnuma support... no [13:08:05.388] checking whether to build with XML support... yes [13:08:05.388] checking for libxml-2.0 >= 2.6.23... yes [13:08:05.397] checking whether to build with LZ4 support... yes [13:08:05.397] checking for liblz4... yes [13:08:05.406] checking whether to build with ZSTD support... yes [13:08:05.406] checking for libzstd >= 1.4.0... yes [13:08:05.415] checking for strip... strip [13:08:05.415] checking whether it is possible to strip libraries... yes [13:08:05.418] checking for ar... ar [13:08:05.419] checking for a BSD-compatible install... /usr/bin/install -c [13:08:05.429] checking for tar... /usr/bin/tar [13:08:05.429] checking whether ln -s works... yes [13:08:05.429] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [13:08:05.432] checking for bison... /usr/bin/bison [13:08:05.436] configure: using bison (GNU Bison) 3.8.2 [13:08:05.439] checking for flex... /usr/bin/flex [13:08:05.443] configure: using flex 2.6.4 [13:08:05.444] checking for perl... /usr/bin/perl [13:08:05.462] configure: using perl 5.40.1 [13:08:05.464] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [13:08:05.474] checking for Perl privlibexp... /usr/share/perl/5.40 [13:08:05.479] checking for Perl useshrplib... true [13:08:05.487] 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 [13:08:05.493] checking for CFLAGS to compile embedded Perl... -DDEBIAN [13:08:05.499] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [13:08:05.631] checking for python3... /usr/bin/python3 [13:08:05.645] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [13:08:05.651] checking for Python sysconfig module... yes [13:08:05.670] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [13:08:05.687] checking Python include directory... -I/usr/include/python3.13 [13:08:05.703] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [13:08:05.758] checking for a sed that does not truncate output... /usr/bin/sed [13:08:05.763] checking for grep that handles long lines and -e... /usr/bin/grep [13:08:05.766] checking for egrep... /usr/bin/grep -E [13:08:05.767] checking for ANSI C header files... yes [13:08:05.883] checking for sys/types.h... yes [13:08:05.897] checking for sys/stat.h... yes [13:08:05.915] checking for stdlib.h... yes [13:08:05.929] checking for string.h... yes [13:08:05.942] checking for memory.h... yes [13:08:05.957] checking for strings.h... yes [13:08:05.973] checking for inttypes.h... yes [13:08:05.990] checking for stdint.h... yes [13:08:06.006] checking for unistd.h... yes [13:08:06.019] checking whether ccache gcc is Clang... no [13:08:06.030] checking whether pthreads work with -pthread... yes [13:08:06.093] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [13:08:06.136] checking whether more special flags are required for pthreads... no [13:08:06.136] checking for PTHREAD_PRIO_INHERIT... yes [13:08:06.184] checking pthread.h usability... yes [13:08:06.193] checking pthread.h presence... yes [13:08:06.209] checking for pthread.h... yes [13:08:06.209] checking for strerror_r... yes [13:08:06.253] checking whether strerror_r returns int... no [13:08:06.285] checking for main in -lm... yes [13:08:06.334] checking for library containing setproctitle... no [13:08:06.431] checking for library containing dlsym... none required [13:08:06.474] checking for library containing socket... none required [13:08:06.517] checking for library containing getopt_long... none required [13:08:06.561] checking for library containing shm_open... none required [13:08:06.604] checking for library containing shm_unlink... none required [13:08:06.646] checking for library containing clock_gettime... none required [13:08:06.690] checking for library containing shmget... none required [13:08:06.732] checking for library containing backtrace_symbols... none required [13:08:06.776] checking for library containing pthread_barrier_wait... none required [13:08:06.821] checking for library containing readline... -lreadline [13:08:06.870] checking for inflate in -lz... yes [13:08:06.913] checking curl/curl.h usability... yes [13:08:06.924] checking curl/curl.h presence... yes [13:08:06.957] checking for curl/curl.h... yes [13:08:06.958] checking for curl_multi_init in -lcurl... yes [13:08:07.077] checking for curl_global_init thread safety... yes [13:08:07.186] checking for curl support for asynchronous DNS... yes [13:08:07.286] checking for library containing gss_store_cred_into... -lgssapi_krb5 [13:08:07.379] checking for CRYPTO_new_ex_data in -lcrypto... yes [13:08:07.448] checking for SSL_new in -lssl... yes [13:08:07.514] checking for SSL_CTX_set_ciphersuites... yes [13:08:07.582] checking for SSL_CTX_set_cert_cb... yes [13:08:07.653] checking for X509_get_signature_info... yes [13:08:07.734] checking for SSL_CTX_set_num_tickets... yes [13:08:07.810] checking for SSL_CTX_set_keylog_callback... yes [13:08:07.883] checking for pam_start in -lpam... yes [13:08:07.937] checking for xmlSaveToBuffer in -lxml2... yes [13:08:08.004] checking for xsltCleanupGlobals in -lxslt... yes [13:08:08.069] checking for LZ4_compress_default in -llz4... yes [13:08:08.127] checking for ZSTD_compress in -lzstd... yes [13:08:08.184] checking for ldap_bind in -lldap... yes [13:08:08.259] checking for ldap_initialize... yes [13:08:08.337] checking for ldap_verify_credentials... yes [13:08:08.411] checking for security_compute_create_name in -lselinux... yes [13:08:08.467] checking for uuid_export in -lossp-uuid... yes [13:08:08.528] checking atomic.h usability... no [13:08:08.582] checking atomic.h presence... no [13:08:08.599] checking for atomic.h... no [13:08:08.603] checking copyfile.h usability... no [13:08:08.651] checking copyfile.h presence... no [13:08:08.669] checking for copyfile.h... no [13:08:08.673] checking execinfo.h usability... yes [13:08:08.682] checking execinfo.h presence... yes [13:08:08.696] checking for execinfo.h... yes [13:08:08.704] checking getopt.h usability... yes [13:08:08.712] checking getopt.h presence... yes [13:08:08.726] checking for getopt.h... yes [13:08:08.733] checking ifaddrs.h usability... yes [13:08:08.742] checking ifaddrs.h presence... yes [13:08:08.759] checking for ifaddrs.h... yes [13:08:08.767] checking mbarrier.h usability... no [13:08:08.814] checking mbarrier.h presence... no [13:08:08.830] checking for mbarrier.h... no [13:08:08.834] checking sys/epoll.h usability... yes [13:08:08.842] checking sys/epoll.h presence... yes [13:08:08.860] checking for sys/epoll.h... yes [13:08:08.868] checking sys/event.h usability... no [13:08:08.914] checking sys/event.h presence... no [13:08:08.931] checking for sys/event.h... no [13:08:08.935] checking sys/personality.h usability... yes [13:08:08.944] checking sys/personality.h presence... yes [13:08:08.957] checking for sys/personality.h... yes [13:08:08.965] checking sys/prctl.h usability... yes [13:08:08.974] checking sys/prctl.h presence... yes [13:08:08.988] checking for sys/prctl.h... yes [13:08:08.997] checking sys/procctl.h usability... no [13:08:09.044] checking sys/procctl.h presence... no [13:08:09.060] checking for sys/procctl.h... no [13:08:09.063] checking sys/signalfd.h usability... yes [13:08:09.072] checking sys/signalfd.h presence... yes [13:08:09.086] checking for sys/signalfd.h... yes [13:08:09.094] checking sys/ucred.h usability... no [13:08:09.140] checking sys/ucred.h presence... no [13:08:09.157] checking for sys/ucred.h... no [13:08:09.160] checking termios.h usability... yes [13:08:09.169] checking termios.h presence... yes [13:08:09.186] checking for termios.h... yes [13:08:09.195] checking uchar.h usability... yes [13:08:09.203] checking uchar.h presence... yes [13:08:09.217] checking for uchar.h... yes [13:08:09.225] checking ucred.h usability... no [13:08:09.272] checking ucred.h presence... no [13:08:09.291] checking for ucred.h... no [13:08:09.294] checking xlocale.h usability... no [13:08:09.343] checking xlocale.h presence... no [13:08:09.361] checking for xlocale.h... no [13:08:09.362] checking readline/readline.h usability... yes [13:08:09.372] checking readline/readline.h presence... yes [13:08:09.398] checking for readline/readline.h... yes [13:08:09.400] checking readline/history.h usability... yes [13:08:09.408] checking readline/history.h presence... yes [13:08:09.424] checking for readline/history.h... yes [13:08:09.428] checking zlib.h usability... yes [13:08:09.436] checking zlib.h presence... yes [13:08:09.456] checking for zlib.h... yes [13:08:09.456] checking for lz4... /usr/bin/lz4 [13:08:09.456] checking lz4.h usability... yes [13:08:09.465] checking lz4.h presence... yes [13:08:09.479] checking for lz4.h... yes [13:08:09.479] checking for zstd... /usr/bin/zstd [13:08:09.480] checking zstd.h usability... yes [13:08:09.488] checking zstd.h presence... yes [13:08:09.502] checking for zstd.h... yes [13:08:09.502] checking gssapi/gssapi.h usability... yes [13:08:09.511] checking gssapi/gssapi.h presence... yes [13:08:09.528] checking for gssapi/gssapi.h... yes [13:08:09.529] checking gssapi/gssapi_ext.h usability... yes [13:08:09.537] checking gssapi/gssapi_ext.h presence... yes [13:08:09.554] checking for gssapi/gssapi_ext.h... yes [13:08:09.555] checking for openssl... /usr/bin/openssl [13:08:09.565] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [13:08:09.565] checking openssl/ssl.h usability... yes [13:08:09.575] checking openssl/ssl.h presence... yes [13:08:09.661] checking for openssl/ssl.h... yes [13:08:09.661] checking openssl/err.h usability... yes [13:08:09.670] checking openssl/err.h presence... yes [13:08:09.699] checking for openssl/err.h... yes [13:08:09.699] checking security/pam_appl.h usability... yes [13:08:09.708] checking security/pam_appl.h presence... yes [13:08:09.721] checking for security/pam_appl.h... yes [13:08:09.723] checking systemd/sd-daemon.h usability... yes [13:08:09.731] checking systemd/sd-daemon.h presence... yes [13:08:09.749] checking for systemd/sd-daemon.h... yes [13:08:09.750] checking libxml/parser.h usability... yes [13:08:09.760] checking libxml/parser.h presence... yes [13:08:09.792] checking for libxml/parser.h... yes [13:08:09.793] checking libxslt/xslt.h usability... yes [13:08:09.803] checking libxslt/xslt.h presence... yes [13:08:09.829] checking for libxslt/xslt.h... yes [13:08:09.830] checking ldap.h usability... yes [13:08:09.839] checking ldap.h presence... yes [13:08:09.858] checking for ldap.h... yes [13:08:09.858] checking for compatible LDAP implementation... yes [13:08:09.868] checking ossp/uuid.h usability... yes [13:08:09.876] checking ossp/uuid.h presence... yes [13:08:09.892] checking for ossp/uuid.h... yes [13:08:09.909] checking whether byte ordering is bigendian... no [13:08:09.997] checking for inline... inline [13:08:10.005] checking for printf format archetype... gnu_printf [13:08:10.014] checking for _Static_assert... yes [13:08:10.067] checking for typeof... typeof [13:08:10.075] checking for __builtin_types_compatible_p... yes [13:08:10.087] checking for __builtin_constant_p... yes [13:08:10.098] checking for __builtin_mul_overflow... yes [13:08:10.164] checking for __builtin_unreachable... yes [13:08:10.217] checking for computed goto support... yes [13:08:10.226] checking for struct tm.tm_zone... yes [13:08:10.236] checking for union semun... no [13:08:10.272] checking for socklen_t... yes [13:08:10.318] checking for struct sockaddr.sa_len... no [13:08:10.394] checking for C/C++ restrict keyword... __restrict [13:08:10.407] checking for struct option... yes [13:08:10.445] checking whether assembler supports x86_64 popcntq... yes [13:08:10.453] checking for special C compiler options needed for large files... no [13:08:10.453] checking for _FILE_OFFSET_BITS value needed for large files... no [13:08:10.465] checking size of off_t... 8 [13:08:10.537] checking for int timezone... yes [13:08:10.605] checking for backtrace_symbols... yes [13:08:10.670] checking for copyfile... no [13:08:10.736] checking for copy_file_range... yes [13:08:10.801] checking for elf_aux_info... no [13:08:10.865] checking for getauxval... yes [13:08:10.928] checking for getifaddrs... yes [13:08:10.991] checking for getpeerucred... no [13:08:11.056] checking for inet_pton... yes [13:08:11.119] checking for kqueue... no [13:08:11.186] checking for localeconv_l... no [13:08:11.253] checking for mbstowcs_l... no [13:08:11.319] checking for posix_fallocate... yes [13:08:11.382] checking for ppoll... yes [13:08:11.446] checking for pthread_is_threaded_np... no [13:08:11.511] checking for setproctitle... no [13:08:11.576] checking for setproctitle_fast... no [13:08:11.641] checking for strsignal... yes [13:08:11.706] checking for syncfs... yes [13:08:11.770] checking for sync_file_range... yes [13:08:11.833] checking for uselocale... yes [13:08:11.900] checking for wcstombs_l... no [13:08:11.960] checking for __builtin_bswap16... yes [13:08:12.022] checking for __builtin_bswap32... yes [13:08:12.082] checking for __builtin_bswap64... yes [13:08:12.143] checking for __builtin_clz... yes [13:08:12.205] checking for __builtin_ctz... yes [13:08:12.266] checking for __builtin_popcount... yes [13:08:12.325] checking for __builtin_frame_address... yes [13:08:12.383] checking for _LARGEFILE_SOURCE value needed for large files... no [13:08:12.443] checking how ccache gcc reports undeclared, standard C functions... error [13:08:12.471] checking for posix_fadvise... yes [13:08:12.536] checking whether posix_fadvise is declared... yes [13:08:12.551] checking whether fdatasync is declared... yes [13:08:12.566] checking whether strlcat is declared... yes [13:08:12.581] checking whether strlcpy is declared... yes [13:08:12.597] checking whether strnlen is declared... yes [13:08:12.611] checking whether strsep is declared... yes [13:08:12.626] checking whether timingsafe_bcmp is declared... no [13:08:12.683] checking whether preadv is declared... yes [13:08:12.699] checking whether pwritev is declared... yes [13:08:12.714] checking whether strchrnul is declared... yes [13:08:12.729] checking whether memset_s is declared... no [13:08:12.767] checking whether F_FULLFSYNC is declared... no [13:08:12.804] checking for explicit_bzero... yes [13:08:12.863] checking for getopt... yes [13:08:12.921] checking for getpeereid... no [13:08:12.982] checking for inet_aton... yes [13:08:13.037] checking for mkdtemp... yes [13:08:13.093] checking for strlcat... yes [13:08:13.149] checking for strlcpy... yes [13:08:13.205] checking for strnlen... yes [13:08:13.267] checking for strsep... yes [13:08:13.324] checking for timingsafe_bcmp... no [13:08:13.383] checking for pthread_barrier_wait... yes [13:08:13.436] checking for getopt_long... yes [13:08:13.490] checking for syslog... yes [13:08:13.543] checking syslog.h usability... yes [13:08:13.551] checking syslog.h presence... yes [13:08:13.565] checking for syslog.h... yes [13:08:13.565] checking for opterr... yes [13:08:13.621] checking for optreset... no [13:08:13.680] checking unicode/ucol.h usability... yes [13:08:13.690] checking unicode/ucol.h presence... yes [13:08:13.724] checking for unicode/ucol.h... yes [13:08:13.728] checking whether LLVMCreateGDBRegistrationListener is declared... yes [13:08:13.744] checking whether LLVMCreatePerfJITEventListener is declared... yes [13:08:13.753] checking for rl_completion_suppress_quote... yes [13:08:13.812] checking for rl_filename_quote_characters... yes [13:08:13.874] checking for rl_filename_quoting_function... yes [13:08:13.937] checking for append_history... yes [13:08:13.998] checking for history_truncate_file... yes [13:08:14.060] checking for rl_completion_matches... yes [13:08:14.125] checking for rl_filename_completion_function... yes [13:08:14.188] checking for rl_reset_screen_size... yes [13:08:14.249] checking for rl_variable_bind... yes [13:08:14.308] checking test program... ok [13:08:14.362] checking size of void *... 8 [13:08:14.435] checking size of size_t... 8 [13:08:14.505] checking size of long... 8 [13:08:14.575] checking size of long long... 8 [13:08:14.645] checking alignment of short... 2 [13:08:14.715] checking alignment of int... 4 [13:08:14.785] checking alignment of long... 8 [13:08:14.854] checking alignment of int64_t... 8 [13:08:14.927] checking alignment of double... 8 [13:08:15.002] checking for __int128... yes [13:08:15.064] checking for __int128 alignment bug... ok [13:08:15.120] checking alignment of PG_INT128_TYPE... 16 [13:08:15.195] checking for builtin __sync char locking functions... yes [13:08:15.252] checking for builtin __sync int32 locking functions... yes [13:08:15.307] checking for builtin __sync int32 atomic operations... yes [13:08:15.361] checking for builtin __sync int64 atomic operations... yes [13:08:15.414] checking for builtin __atomic int32 atomic operations... yes [13:08:15.468] checking for builtin __atomic int64 atomic operations... yes [13:08:15.522] checking for __get_cpuid... yes [13:08:15.579] checking for __get_cpuid_count... yes [13:08:15.635] checking for _xgetbv... yes [13:08:16.069] checking for _mm512_popcnt_epi64... yes [13:08:16.461] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [13:08:16.571] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [13:08:16.592] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [13:08:16.610] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [13:08:16.628] 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 [13:08:16.659] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [13:08:16.659] checking for _mm512_clmulepi64_epi128... yes [13:08:17.048] checking for vectorized CRC-32C... AVX-512 with runtime check [13:08:17.048] checking for library containing sem_init... none required [13:08:17.101] checking which semaphore API to use... unnamed POSIX [13:08:17.101] checking which random number source to use... OpenSSL [13:08:17.103] checking for tclsh... /usr/bin/tclsh [13:08:17.103] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [13:08:17.134] checking tcl.h usability... yes [13:08:17.144] checking tcl.h presence... yes [13:08:17.165] checking for tcl.h... yes [13:08:17.165] checking for perl.h... yes [13:08:17.182] checking for libperl... yes [13:08:17.464] checking Python.h usability... yes [13:08:17.476] checking Python.h presence... yes [13:08:17.576] checking for Python.h... yes [13:08:17.576] checking for xmllint... /usr/bin/xmllint [13:08:17.577] checking for xsltproc... /usr/bin/xsltproc [13:08:17.577] checking for fop... /usr/bin/fop [13:08:17.578] checking for dbtoepub... no [13:08:17.578] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [13:08:17.635] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [13:08:17.700] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [13:08:17.700] 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 [13:08:17.700] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [13:08:17.700] configure: using LDFLAGS= -Wl,--as-needed [13:08:17.701] configure: using CXX=ccache g++ [13:08:17.701] 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 [13:08:17.701] configure: using CLANG=ccache clang [13:08:17.701] 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 [13:08:17.701] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [13:08:17.731] configure: updating cache gcc.cache [13:08:17.739] configure: creating ./config.status [13:08:17.829] config.status: creating GNUmakefile [13:08:17.841] config.status: creating src/Makefile.global [13:08:17.857] config.status: creating src/include/pg_config.h [13:08:17.870] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [13:08:17.887] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [13:08:17.894] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [13:08:17.902] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [13:08:17.909] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [13:08:17.946] [13:08:17.946] real 0m14.069s [13:08:17.946] user 0m9.161s [13:08:17.946] sys 0m4.469s [13:08:17.946] make -s -j${BUILD_JOBS} clean [13:08:18.464] time make -s -j${BUILD_JOBS} world-bin [13:09:23.809] parsexlog.c: In function ‘is_shutdown_only_sequence’: [13:09:23.809] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [13:09:23.809] 200 | uint8 rmid; [13:09:23.809] | ^~~~~ [13:09:23.809] parsexlog.c: In function ‘findLastCheckpoint’: [13:09:23.809] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] [13:09:23.809] 342 | } [13:09:23.809] | ^ [13:09:23.809] parsexlog.c: At top level: [13:09:23.809] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] [13:09:23.809] 182 | is_shutdown_only_sequence(XLogReaderState *xlogreader, XLogRecPtr endptr) [13:09:23.809] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [13:09:23.809] cc1: all warnings being treated as errors [13:09:23.811] make[3]: *** [: parsexlog.o] Error 1 [13:09:23.811] make[3]: *** Waiting for unfinished jobs.... [13:09:24.000] pg_rewind.c: In function ‘main’: [13:09:24.000] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [13:09:24.000] 483 | WalEndStat end_status; [13:09:24.000] | ^~~~~~~~~~ [13:09:24.000] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [13:09:24.000] 489 | bool src_crc_ok = false; [13:09:24.000] | ^~~~ [13:09:24.000] cc1: all warnings being treated as errors [13:09:24.000] make[3]: *** [: pg_rewind.o] Error 1 [13:09:24.001] make[2]: *** [Makefile:45: all-pg_rewind-recurse] Error 2 [13:09:24.003] make[2]: *** Waiting for unfinished jobs.... [13:09:26.555] make[1]: *** [Makefile:42: all-bin-recurse] Error 2 [13:09:26.555] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [13:09:26.555] [13:09:26.555] real 1m8.092s [13:09:26.555] user 3m23.426s [13:09:26.555] sys 0m39.381s [13:09:26.555] [13:09:26.555] Exit status: 2