[12:50:59.386] time ./configure \ [12:50:59.386] --cache gcc.cache \ [12:50:59.386] --enable-dtrace \ [12:50:59.386] ${LINUX_CONFIGURE_FEATURES} \ [12:50:59.386] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [12:50:59.568] configure: creating cache gcc.cache [12:50:59.582] checking build system type... x86_64-pc-linux-gnu [12:50:59.694] checking host system type... x86_64-pc-linux-gnu [12:50:59.694] checking which template to use... linux [12:50:59.695] checking whether NLS is wanted... no [12:50:59.695] checking for default port number... 5432 [12:50:59.701] checking for dtrace... /usr/bin/dtrace [12:50:59.702] checking for block size... 8kB [12:50:59.703] checking for segment size... 1GB [12:50:59.705] checking for WAL block size... 8kB [12:50:59.737] checking whether the C compiler works... yes [12:50:59.842] checking for C compiler default output file name... a.out [12:50:59.843] checking for suffix of executables... [12:50:59.878] checking whether we are cross compiling... no [12:50:59.948] checking for suffix of object files... o [12:50:59.958] checking whether we are using the GNU C compiler... yes [12:50:59.965] checking whether ccache gcc accepts -g... yes [12:50:59.971] checking for ccache gcc option to accept ISO C89... none needed [12:50:59.980] checking for ccache gcc option to accept ISO C11... none needed [12:51:00.027] checking whether we are using the GNU C++ compiler... yes [12:51:00.035] checking whether ccache g++ accepts -g... yes [12:51:00.072] checking for gawk... no [12:51:00.072] checking for mawk... mawk [12:51:00.073] checking for llvm-config... /usr/bin/llvm-config [12:51:00.085] configure: using llvm 19.1.7 [12:51:00.085] checking for CLANG... ccache clang [12:51:00.132] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [12:51:00.139] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [12:51:00.146] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [12:51:00.191] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [12:51:00.263] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [12:51:00.270] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [12:51:00.276] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [12:51:00.283] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [12:51:00.289] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [12:51:00.296] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [12:51:00.302] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [12:51:00.309] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [12:51:00.315] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [12:51:00.322] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [12:51:00.330] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [12:51:00.337] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [12:51:00.344] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [12:51:00.351] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [12:51:00.358] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [12:51:00.365] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [12:51:00.372] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [12:51:00.380] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [12:51:00.387] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [12:51:00.394] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [12:51:00.401] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [12:51:00.408] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [12:51:00.454] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [12:51:00.503] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [12:51:00.510] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [12:51:00.517] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [12:51:00.558] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [12:51:00.566] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [12:51:00.573] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [12:51:00.580] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [12:51:00.587] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [12:51:00.594] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [12:51:00.601] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [12:51:00.608] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [12:51:00.615] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [12:51:00.622] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [12:51:00.634] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [12:51:00.634] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [12:51:00.642] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [12:51:00.649] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [12:51:00.656] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [12:51:00.668] checking whether the C compiler still works... yes [12:51:00.721] checking how to run the C preprocessor... ccache gcc -E [12:51:00.785] checking for pkg-config... /usr/bin/pkg-config [12:51:00.785] checking pkg-config is at least version 0.9.0... yes [12:51:00.793] checking whether to build with ICU support... yes [12:51:00.793] checking for icu-uc icu-i18n... yes [12:51:00.803] checking whether to build with Tcl... yes [12:51:00.803] checking whether to build Perl modules... yes [12:51:00.803] checking whether to build Python modules... yes [12:51:00.803] checking whether to build with GSSAPI support... yes [12:51:00.804] checking whether to build with PAM support... yes [12:51:00.805] checking whether to build with BSD Authentication support... no [12:51:00.805] checking whether to build with LDAP support... yes [12:51:00.805] checking whether to build with Bonjour support... no [12:51:00.805] checking whether to build with SELinux support... yes [12:51:00.805] checking whether to build with systemd support... yes [12:51:00.805] checking whether to build with liburing support... no [12:51:00.805] checking whether to build with libcurl support... yes [12:51:00.806] checking for libcurl >= 7.61.0... yes [12:51:00.833] checking whether to build with libnuma support... no [12:51:00.834] checking whether to build with XML support... yes [12:51:00.834] checking for libxml-2.0 >= 2.6.23... yes [12:51:00.844] checking whether to build with LZ4 support... yes [12:51:00.844] checking for liblz4... yes [12:51:00.853] checking whether to build with ZSTD support... yes [12:51:00.853] checking for libzstd >= 1.4.0... yes [12:51:00.861] checking for strip... strip [12:51:00.861] checking whether it is possible to strip libraries... yes [12:51:00.865] checking for ar... ar [12:51:00.865] checking for a BSD-compatible install... /usr/bin/install -c [12:51:00.875] checking for tar... /usr/bin/tar [12:51:00.875] checking whether ln -s works... yes [12:51:00.875] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [12:51:00.877] checking for bison... /usr/bin/bison [12:51:00.883] configure: using bison (GNU Bison) 3.8.2 [12:51:00.886] checking for flex... /usr/bin/flex [12:51:00.890] configure: using flex 2.6.4 [12:51:00.890] checking for perl... /usr/bin/perl [12:51:00.912] configure: using perl 5.40.1 [12:51:00.914] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [12:51:00.925] checking for Perl privlibexp... /usr/share/perl/5.40 [12:51:00.929] checking for Perl useshrplib... true [12:51:00.938] 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 [12:51:00.945] checking for CFLAGS to compile embedded Perl... -DDEBIAN [12:51:00.951] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [12:51:01.073] checking for python3... /usr/bin/python3 [12:51:01.086] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [12:51:01.093] checking for Python sysconfig module... yes [12:51:01.108] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [12:51:01.125] checking Python include directory... -I/usr/include/python3.13 [12:51:01.141] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [12:51:01.193] checking for a sed that does not truncate output... /usr/bin/sed [12:51:01.198] checking for grep that handles long lines and -e... /usr/bin/grep [12:51:01.200] checking for egrep... /usr/bin/grep -E [12:51:01.202] checking for ANSI C header files... yes [12:51:01.318] checking for sys/types.h... yes [12:51:01.333] checking for sys/stat.h... yes [12:51:01.353] checking for stdlib.h... yes [12:51:01.368] checking for string.h... yes [12:51:01.383] checking for memory.h... yes [12:51:01.398] checking for strings.h... yes [12:51:01.413] checking for inttypes.h... yes [12:51:01.428] checking for stdint.h... yes [12:51:01.444] checking for unistd.h... yes [12:51:01.458] checking whether ccache gcc is Clang... no [12:51:01.469] checking whether pthreads work with -pthread... yes [12:51:01.527] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [12:51:01.567] checking whether more special flags are required for pthreads... no [12:51:01.567] checking for PTHREAD_PRIO_INHERIT... yes [12:51:01.613] checking pthread.h usability... yes [12:51:01.621] checking pthread.h presence... yes [12:51:01.636] checking for pthread.h... yes [12:51:01.637] checking for strerror_r... yes [12:51:01.677] checking whether strerror_r returns int... no [12:51:01.705] checking for main in -lm... yes [12:51:01.753] checking for library containing setproctitle... no [12:51:01.844] checking for library containing dlsym... none required [12:51:01.885] checking for library containing socket... none required [12:51:01.927] checking for library containing getopt_long... none required [12:51:01.968] checking for library containing shm_open... none required [12:51:02.008] checking for library containing shm_unlink... none required [12:51:02.048] checking for library containing clock_gettime... none required [12:51:02.088] checking for library containing shmget... none required [12:51:02.129] checking for library containing backtrace_symbols... none required [12:51:02.169] checking for library containing pthread_barrier_wait... none required [12:51:02.210] checking for library containing readline... -lreadline [12:51:02.255] checking for inflate in -lz... yes [12:51:02.298] checking curl/curl.h usability... yes [12:51:02.308] checking curl/curl.h presence... yes [12:51:02.345] checking for curl/curl.h... yes [12:51:02.345] checking for curl_multi_init in -lcurl... yes [12:51:02.466] checking for curl_global_init thread safety... yes [12:51:02.574] checking for curl support for asynchronous DNS... yes [12:51:02.681] checking for library containing gss_store_cred_into... -lgssapi_krb5 [12:51:02.776] checking for CRYPTO_new_ex_data in -lcrypto... yes [12:51:02.845] checking for SSL_new in -lssl... yes [12:51:02.912] checking for SSL_CTX_set_ciphersuites... yes [12:51:02.980] checking for SSL_CTX_set_cert_cb... yes [12:51:03.053] checking for X509_get_signature_info... yes [12:51:03.141] checking for SSL_CTX_set_num_tickets... yes [12:51:03.217] checking for SSL_CTX_set_keylog_callback... yes [12:51:03.289] checking for pam_start in -lpam... yes [12:51:03.344] checking for xmlSaveToBuffer in -lxml2... yes [12:51:03.405] checking for xsltCleanupGlobals in -lxslt... yes [12:51:03.469] checking for LZ4_compress_default in -llz4... yes [12:51:03.525] checking for ZSTD_compress in -lzstd... yes [12:51:03.580] checking for ldap_bind in -lldap... yes [12:51:03.651] checking for ldap_initialize... yes [12:51:03.725] checking for ldap_verify_credentials... yes [12:51:03.799] checking for security_compute_create_name in -lselinux... yes [12:51:03.855] checking for uuid_export in -lossp-uuid... yes [12:51:03.916] checking atomic.h usability... no [12:51:03.970] checking atomic.h presence... no [12:51:03.988] checking for atomic.h... no [12:51:03.991] checking copyfile.h usability... no [12:51:04.039] checking copyfile.h presence... no [12:51:04.056] checking for copyfile.h... no [12:51:04.060] checking execinfo.h usability... yes [12:51:04.068] checking execinfo.h presence... yes [12:51:04.081] checking for execinfo.h... yes [12:51:04.089] checking getopt.h usability... yes [12:51:04.098] checking getopt.h presence... yes [12:51:04.111] checking for getopt.h... yes [12:51:04.119] checking ifaddrs.h usability... yes [12:51:04.128] checking ifaddrs.h presence... yes [12:51:04.144] checking for ifaddrs.h... yes [12:51:04.152] checking mbarrier.h usability... no [12:51:04.201] checking mbarrier.h presence... no [12:51:04.218] checking for mbarrier.h... no [12:51:04.222] checking sys/epoll.h usability... yes [12:51:04.231] checking sys/epoll.h presence... yes [12:51:04.251] checking for sys/epoll.h... yes [12:51:04.260] checking sys/event.h usability... no [12:51:04.309] checking sys/event.h presence... no [12:51:04.326] checking for sys/event.h... no [12:51:04.330] checking sys/personality.h usability... yes [12:51:04.339] checking sys/personality.h presence... yes [12:51:04.353] checking for sys/personality.h... yes [12:51:04.360] checking sys/prctl.h usability... yes [12:51:04.369] checking sys/prctl.h presence... yes [12:51:04.384] checking for sys/prctl.h... yes [12:51:04.392] checking sys/procctl.h usability... no [12:51:04.439] checking sys/procctl.h presence... no [12:51:04.456] checking for sys/procctl.h... no [12:51:04.460] checking sys/signalfd.h usability... yes [12:51:04.468] checking sys/signalfd.h presence... yes [12:51:04.483] checking for sys/signalfd.h... yes [12:51:04.491] checking sys/ucred.h usability... no [12:51:04.538] checking sys/ucred.h presence... no [12:51:04.555] checking for sys/ucred.h... no [12:51:04.559] checking termios.h usability... yes [12:51:04.567] checking termios.h presence... yes [12:51:04.583] checking for termios.h... yes [12:51:04.591] checking uchar.h usability... yes [12:51:04.599] checking uchar.h presence... yes [12:51:04.613] checking for uchar.h... yes [12:51:04.620] checking ucred.h usability... no [12:51:04.668] checking ucred.h presence... no [12:51:04.685] checking for ucred.h... no [12:51:04.689] checking xlocale.h usability... no [12:51:04.736] checking xlocale.h presence... no [12:51:04.753] checking for xlocale.h... no [12:51:04.755] checking readline/readline.h usability... yes [12:51:04.764] checking readline/readline.h presence... yes [12:51:04.787] checking for readline/readline.h... yes [12:51:04.788] checking readline/history.h usability... yes [12:51:04.797] checking readline/history.h presence... yes [12:51:04.813] checking for readline/history.h... yes [12:51:04.815] checking zlib.h usability... yes [12:51:04.824] checking zlib.h presence... yes [12:51:04.844] checking for zlib.h... yes [12:51:04.844] checking for lz4... /usr/bin/lz4 [12:51:04.844] checking lz4.h usability... yes [12:51:04.853] checking lz4.h presence... yes [12:51:04.867] checking for lz4.h... yes [12:51:04.867] checking for zstd... /usr/bin/zstd [12:51:04.868] checking zstd.h usability... yes [12:51:04.875] checking zstd.h presence... yes [12:51:04.889] checking for zstd.h... yes [12:51:04.889] checking gssapi/gssapi.h usability... yes [12:51:04.898] checking gssapi/gssapi.h presence... yes [12:51:04.914] checking for gssapi/gssapi.h... yes [12:51:04.916] checking gssapi/gssapi_ext.h usability... yes [12:51:04.924] checking gssapi/gssapi_ext.h presence... yes [12:51:04.939] checking for gssapi/gssapi_ext.h... yes [12:51:04.941] checking for openssl... /usr/bin/openssl [12:51:04.950] configure: using openssl: OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025) [12:51:04.950] checking openssl/ssl.h usability... yes [12:51:04.960] checking openssl/ssl.h presence... yes [12:51:05.040] checking for openssl/ssl.h... yes [12:51:05.040] checking openssl/err.h usability... yes [12:51:05.049] checking openssl/err.h presence... yes [12:51:05.076] checking for openssl/err.h... yes [12:51:05.077] checking security/pam_appl.h usability... yes [12:51:05.085] checking security/pam_appl.h presence... yes [12:51:05.098] checking for security/pam_appl.h... yes [12:51:05.100] checking systemd/sd-daemon.h usability... yes [12:51:05.109] checking systemd/sd-daemon.h presence... yes [12:51:05.126] checking for systemd/sd-daemon.h... yes [12:51:05.127] checking libxml/parser.h usability... yes [12:51:05.135] checking libxml/parser.h presence... yes [12:51:05.164] checking for libxml/parser.h... yes [12:51:05.165] checking libxslt/xslt.h usability... yes [12:51:05.175] checking libxslt/xslt.h presence... yes [12:51:05.197] checking for libxslt/xslt.h... yes [12:51:05.198] checking ldap.h usability... yes [12:51:05.205] checking ldap.h presence... yes [12:51:05.224] checking for ldap.h... yes [12:51:05.224] checking for compatible LDAP implementation... yes [12:51:05.231] checking ossp/uuid.h usability... yes [12:51:05.240] checking ossp/uuid.h presence... yes [12:51:05.255] checking for ossp/uuid.h... yes [12:51:05.270] checking whether byte ordering is bigendian... no [12:51:05.352] checking for inline... inline [12:51:05.359] checking for printf format archetype... gnu_printf [12:51:05.368] checking for _Static_assert... yes [12:51:05.420] checking for typeof... typeof [12:51:05.428] checking for __builtin_types_compatible_p... yes [12:51:05.439] checking for __builtin_constant_p... yes [12:51:05.451] checking for __builtin_mul_overflow... yes [12:51:05.513] checking for __builtin_unreachable... yes [12:51:05.564] checking for computed goto support... yes [12:51:05.572] checking for struct tm.tm_zone... yes [12:51:05.581] checking for union semun... no [12:51:05.615] checking for socklen_t... yes [12:51:05.658] checking for struct sockaddr.sa_len... no [12:51:05.728] checking for C/C++ restrict keyword... __restrict [12:51:05.740] checking for struct option... yes [12:51:05.776] checking whether assembler supports x86_64 popcntq... yes [12:51:05.784] checking for special C compiler options needed for large files... no [12:51:05.784] checking for _FILE_OFFSET_BITS value needed for large files... no [12:51:05.796] checking size of off_t... 8 [12:51:05.865] checking for int timezone... yes [12:51:05.931] checking for backtrace_symbols... yes [12:51:05.992] checking for copyfile... no [12:51:06.052] checking for copy_file_range... yes [12:51:06.113] checking for elf_aux_info... no [12:51:06.175] checking for getauxval... yes [12:51:06.237] checking for getifaddrs... yes [12:51:06.299] checking for getpeerucred... no [12:51:06.361] checking for inet_pton... yes [12:51:06.422] checking for kqueue... no [12:51:06.485] checking for localeconv_l... no [12:51:06.548] checking for mbstowcs_l... no [12:51:06.610] checking for posix_fallocate... yes [12:51:06.672] checking for ppoll... yes [12:51:06.733] checking for pthread_is_threaded_np... no [12:51:06.796] checking for setproctitle... no [12:51:06.859] checking for setproctitle_fast... no [12:51:06.922] checking for strsignal... yes [12:51:06.984] checking for syncfs... yes [12:51:07.046] checking for sync_file_range... yes [12:51:07.107] checking for uselocale... yes [12:51:07.169] checking for wcstombs_l... no [12:51:07.229] checking for __builtin_bswap16... yes [12:51:07.289] checking for __builtin_bswap32... yes [12:51:07.347] checking for __builtin_bswap64... yes [12:51:07.404] checking for __builtin_clz... yes [12:51:07.462] checking for __builtin_ctz... yes [12:51:07.521] checking for __builtin_popcount... yes [12:51:07.579] checking for __builtin_frame_address... yes [12:51:07.636] checking for _LARGEFILE_SOURCE value needed for large files... no [12:51:07.696] checking how ccache gcc reports undeclared, standard C functions... error [12:51:07.722] checking for posix_fadvise... yes [12:51:07.783] checking whether posix_fadvise is declared... yes [12:51:07.797] checking whether fdatasync is declared... yes [12:51:07.810] checking whether strlcat is declared... yes [12:51:07.823] checking whether strlcpy is declared... yes [12:51:07.837] checking whether strnlen is declared... yes [12:51:07.852] checking whether strsep is declared... yes [12:51:07.867] checking whether timingsafe_bcmp is declared... no [12:51:07.926] checking whether preadv is declared... yes [12:51:07.940] checking whether pwritev is declared... yes [12:51:07.955] checking whether strchrnul is declared... yes [12:51:07.970] checking whether memset_s is declared... no [12:51:08.008] checking whether F_FULLFSYNC is declared... no [12:51:08.045] checking for explicit_bzero... yes [12:51:08.102] checking for getopt... yes [12:51:08.156] checking for getpeereid... no [12:51:08.214] checking for inet_aton... yes [12:51:08.270] checking for mkdtemp... yes [12:51:08.328] checking for strlcat... yes [12:51:08.383] checking for strlcpy... yes [12:51:08.437] checking for strnlen... yes [12:51:08.496] checking for strsep... yes [12:51:08.550] checking for timingsafe_bcmp... no [12:51:08.609] checking for pthread_barrier_wait... yes [12:51:08.664] checking for getopt_long... yes [12:51:08.718] checking for syslog... yes [12:51:08.772] checking syslog.h usability... yes [12:51:08.781] checking syslog.h presence... yes [12:51:08.795] checking for syslog.h... yes [12:51:08.795] checking for opterr... yes [12:51:08.851] checking for optreset... no [12:51:08.914] checking unicode/ucol.h usability... yes [12:51:08.926] checking unicode/ucol.h presence... yes [12:51:08.964] checking for unicode/ucol.h... yes [12:51:08.970] checking whether LLVMCreateGDBRegistrationListener is declared... yes [12:51:08.988] checking whether LLVMCreatePerfJITEventListener is declared... yes [12:51:08.998] checking for rl_completion_suppress_quote... yes [12:51:09.060] checking for rl_filename_quote_characters... yes [12:51:09.125] checking for rl_filename_quoting_function... yes [12:51:09.194] checking for append_history... yes [12:51:09.261] checking for history_truncate_file... yes [12:51:09.327] checking for rl_completion_matches... yes [12:51:09.392] checking for rl_filename_completion_function... yes [12:51:09.458] checking for rl_reset_screen_size... yes [12:51:09.523] checking for rl_variable_bind... yes [12:51:09.586] checking test program... ok [12:51:09.643] checking size of void *... 8 [12:51:09.717] checking size of size_t... 8 [12:51:09.791] checking size of long... 8 [12:51:09.864] checking size of long long... 8 [12:51:09.939] checking alignment of short... 2 [12:51:10.012] checking alignment of int... 4 [12:51:10.085] checking alignment of long... 8 [12:51:10.160] checking alignment of int64_t... 8 [12:51:10.233] checking alignment of double... 8 [12:51:10.308] checking for __int128... yes [12:51:10.371] checking for __int128 alignment bug... ok [12:51:10.426] checking alignment of PG_INT128_TYPE... 16 [12:51:10.497] checking for builtin __sync char locking functions... yes [12:51:10.551] checking for builtin __sync int32 locking functions... yes [12:51:10.604] checking for builtin __sync int32 atomic operations... yes [12:51:10.657] checking for builtin __sync int64 atomic operations... yes [12:51:10.713] checking for builtin __atomic int32 atomic operations... yes [12:51:10.769] checking for builtin __atomic int64 atomic operations... yes [12:51:10.824] checking for __get_cpuid... yes [12:51:10.880] checking for __get_cpuid_count... yes [12:51:10.935] checking for _xgetbv... yes [12:51:11.355] checking for _mm512_popcnt_epi64... yes [12:51:11.747] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [12:51:11.856] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [12:51:11.876] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [12:51:11.895] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [12:51:11.911] 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 [12:51:11.942] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [12:51:11.942] checking for _mm512_clmulepi64_epi128... yes [12:51:12.322] checking for vectorized CRC-32C... AVX-512 with runtime check [12:51:12.323] checking for library containing sem_init... none required [12:51:12.376] checking which semaphore API to use... unnamed POSIX [12:51:12.376] checking which random number source to use... OpenSSL [12:51:12.378] checking for tclsh... /usr/bin/tclsh [12:51:12.378] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [12:51:12.409] checking tcl.h usability... yes [12:51:12.417] checking tcl.h presence... yes [12:51:12.437] checking for tcl.h... yes [12:51:12.437] checking for perl.h... yes [12:51:12.452] checking for libperl... yes [12:51:12.727] checking Python.h usability... yes [12:51:12.738] checking Python.h presence... yes [12:51:12.835] checking for Python.h... yes [12:51:12.836] checking for xmllint... /usr/bin/xmllint [12:51:12.837] checking for xsltproc... /usr/bin/xsltproc [12:51:12.837] checking for fop... /usr/bin/fop [12:51:12.837] checking for dbtoepub... no [12:51:12.837] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [12:51:12.895] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [12:51:12.962] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [12:51:12.962] 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 [12:51:12.962] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [12:51:12.962] configure: using LDFLAGS= -Wl,--as-needed [12:51:12.962] configure: using CXX=ccache g++ [12:51:12.962] 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 [12:51:12.962] configure: using CLANG=ccache clang [12:51:12.962] 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 [12:51:12.962] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [12:51:12.989] configure: updating cache gcc.cache [12:51:12.996] configure: creating ./config.status [12:51:13.080] config.status: creating GNUmakefile [12:51:13.092] config.status: creating src/Makefile.global [12:51:13.109] config.status: creating src/include/pg_config.h [12:51:13.122] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [12:51:13.138] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [12:51:13.146] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [12:51:13.153] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [12:51:13.161] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [12:51:13.196] [12:51:13.196] real 0m13.811s [12:51:13.196] user 0m9.060s [12:51:13.196] sys 0m4.330s [12:51:13.196] make -s -j${BUILD_JOBS} clean [12:51:13.711] time make -s -j${BUILD_JOBS} world-bin [12:51:51.494] parsexlog.c: In function ‘is_shutdown_only_sequence’: [12:51:51.494] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] [12:51:51.494] 200 | uint8 rmid; [12:51:51.494] | ^~~~~ [12:51:51.494] parsexlog.c: In function ‘findLastCheckpoint’: [12:51:51.494] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] [12:51:51.494] 342 | } [12:51:51.494] | ^ [12:51:51.494] parsexlog.c: At top level: [12:51:51.494] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] [12:51:51.494] 182 | is_shutdown_only_sequence(XLogReaderState *xlogreader, XLogRecPtr endptr) [12:51:51.494] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [12:51:51.494] cc1: all warnings being treated as errors [12:51:51.495] make[3]: *** [: parsexlog.o] Error 1 [12:51:51.495] make[2]: *** [Makefile:45: all-pg_rewind-recurse] Error 2 [12:51:51.497] make[2]: *** Waiting for unfinished jobs.... [12:51:51.663] make[1]: *** [Makefile:42: all-bin-recurse] Error 2 [12:51:51.664] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [12:51:51.664] [12:51:51.664] real 0m37.953s [12:51:51.664] user 1m52.205s [12:51:51.664] sys 0m22.942s [12:51:51.664] [12:51:51.664] Exit status: 2