[23:21:47.782] time ./configure \ [23:21:47.782] --cache gcc.cache \ [23:21:47.782] --enable-dtrace \ [23:21:47.782] ${LINUX_CONFIGURE_FEATURES} \ [23:21:47.782] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [23:21:48.017] configure: creating cache gcc.cache [23:21:48.035] checking build system type... x86_64-pc-linux-gnu [23:21:48.153] checking host system type... x86_64-pc-linux-gnu [23:21:48.154] checking which template to use... linux [23:21:48.154] checking whether NLS is wanted... no [23:21:48.154] checking for default port number... 5432 [23:21:48.162] checking for dtrace... /usr/bin/dtrace [23:21:48.162] checking for block size... 8kB [23:21:48.164] checking for segment size... 1GB [23:21:48.167] checking for WAL block size... 8kB [23:21:48.208] checking whether the C compiler works... yes [23:21:48.358] checking for C compiler default output file name... a.out [23:21:48.359] checking for suffix of executables... [23:21:48.401] checking whether we are cross compiling... no [23:21:48.486] checking for suffix of object files... o [23:21:48.498] checking whether we are using the GNU C compiler... yes [23:21:48.506] checking whether ccache gcc accepts -g... yes [23:21:48.515] checking for ccache gcc option to accept ISO C89... none needed [23:21:48.525] checking for ccache gcc option to accept ISO C11... none needed [23:21:48.581] checking whether we are using the GNU C++ compiler... yes [23:21:48.589] checking whether ccache g++ accepts -g... yes [23:21:48.607] checking for ccache g++ option to accept ISO C++11... none needed [23:21:48.650] checking for gawk... no [23:21:48.650] checking for mawk... mawk [23:21:48.651] checking for llvm-config... /usr/bin/llvm-config [23:21:48.662] configure: using llvm 19.1.7 [23:21:48.662] checking for CLANG... ccache clang [23:21:48.719] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [23:21:48.726] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [23:21:48.735] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [23:21:48.785] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [23:21:48.869] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [23:21:48.878] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [23:21:48.888] checking whether ccache gcc supports -Wimplicit-fallthrough=5, for CFLAGS... yes [23:21:48.899] checking whether ccache g++ supports -Wimplicit-fallthrough=5, for CXXFLAGS... yes [23:21:48.909] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [23:21:48.919] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [23:21:48.928] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [23:21:48.937] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [23:21:48.947] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [23:21:48.955] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [23:21:48.965] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [23:21:48.974] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [23:21:48.984] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [23:21:48.994] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [23:21:49.003] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [23:21:49.013] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [23:21:49.023] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [23:21:49.033] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [23:21:49.042] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [23:21:49.051] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [23:21:49.105] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [23:21:49.162] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:21:49.171] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [23:21:49.181] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [23:21:49.232] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [23:21:49.242] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [23:21:49.251] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [23:21:49.262] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [23:21:49.272] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [23:21:49.281] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [23:21:49.290] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [23:21:49.299] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [23:21:49.309] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [23:21:49.318] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [23:21:49.334] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [23:21:49.334] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [23:21:49.344] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [23:21:49.353] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:21:49.363] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [23:21:49.379] checking whether the C compiler still works... yes [23:21:49.431] checking how to run the C preprocessor... ccache gcc -E [23:21:49.516] checking for pkg-config... /usr/bin/pkg-config [23:21:49.516] checking pkg-config is at least version 0.9.0... yes [23:21:49.524] checking whether to build with ICU support... yes [23:21:49.525] checking for icu-uc icu-i18n... yes [23:21:49.539] checking whether to build with Tcl... yes [23:21:49.539] checking whether to build Perl modules... yes [23:21:49.539] checking whether to build Python modules... yes [23:21:49.540] checking whether to build with GSSAPI support... yes [23:21:49.541] checking whether to build with PAM support... yes [23:21:49.541] checking whether to build with BSD Authentication support... no [23:21:49.542] checking whether to build with LDAP support... yes [23:21:49.542] checking whether to build with Bonjour support... no [23:21:49.542] checking whether to build with SELinux support... yes [23:21:49.542] checking whether to build with systemd support... yes [23:21:49.542] checking whether to build with liburing support... no [23:21:49.543] checking whether to build with libcurl support... yes [23:21:49.543] checking for libcurl >= 7.61.0... yes [23:21:49.568] checking whether to build with libnuma support... no [23:21:49.568] checking whether to build with XML support... yes [23:21:49.569] checking for libxml-2.0 >= 2.6.23... yes [23:21:49.582] checking whether to build with LZ4 support... yes [23:21:49.582] checking for liblz4... yes [23:21:49.594] checking whether to build with ZSTD support... yes [23:21:49.595] checking for libzstd >= 1.4.0... yes [23:21:49.606] checking for strip... strip [23:21:49.606] checking whether it is possible to strip libraries... yes [23:21:49.610] checking for ar... ar [23:21:49.610] checking for a BSD-compatible install... /usr/bin/install -c [23:21:49.623] checking for tar... /usr/bin/tar [23:21:49.623] checking whether ln -s works... yes [23:21:49.623] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [23:21:49.626] checking for nm... /usr/bin/nm [23:21:49.626] checking for bison... /usr/bin/bison [23:21:49.632] configure: using bison (GNU Bison) 3.8.2 [23:21:49.636] checking for flex... /usr/bin/flex [23:21:49.644] configure: using flex 2.6.4 [23:21:49.644] checking for perl... /usr/bin/perl [23:21:49.665] configure: using perl 5.40.1 [23:21:49.668] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [23:21:49.685] checking for Perl privlibexp... /usr/share/perl/5.40 [23:21:49.691] checking for Perl useshrplib... true [23:21:49.704] 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 [23:21:49.711] checking for CFLAGS to compile embedded Perl... -DDEBIAN [23:21:49.719] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [23:21:49.879] checking for python3... /usr/bin/python3 [23:21:49.894] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [23:21:49.903] checking for Python sysconfig module... yes [23:21:49.922] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [23:21:49.943] checking Python include directory... -I/usr/include/python3.13 [23:21:49.962] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [23:21:50.023] checking for a sed that does not truncate output... /usr/bin/sed [23:21:50.030] checking for grep that handles long lines and -e... /usr/bin/grep [23:21:50.033] checking for egrep... /usr/bin/grep -E [23:21:50.036] checking for ANSI C header files... yes [23:21:50.174] checking for sys/types.h... yes [23:21:50.193] checking for sys/stat.h... yes [23:21:50.217] checking for stdlib.h... yes [23:21:50.237] checking for string.h... yes [23:21:50.257] checking for memory.h... yes [23:21:50.278] checking for strings.h... yes [23:21:50.297] checking for inttypes.h... yes [23:21:50.317] checking for stdint.h... yes [23:21:50.337] checking for unistd.h... yes [23:21:50.355] checking whether ccache gcc is Clang... no [23:21:50.368] checking whether pthreads work with -pthread... yes [23:21:50.437] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [23:21:50.484] checking whether more special flags are required for pthreads... no [23:21:50.484] checking for PTHREAD_PRIO_INHERIT... yes [23:21:50.541] checking pthread.h usability... yes [23:21:50.551] checking pthread.h presence... yes [23:21:50.569] checking for pthread.h... yes [23:21:50.570] checking for strerror_r... yes [23:21:50.617] checking whether strerror_r returns int... no [23:21:50.653] checking for main in -lm... yes [23:21:50.707] checking for library containing setproctitle... no [23:21:50.814] checking for library containing dlsym... none required [23:21:50.863] checking for library containing socket... none required [23:21:50.913] checking for library containing getopt_long... none required [23:21:50.961] checking for library containing shm_open... none required [23:21:51.010] checking for library containing shm_unlink... none required [23:21:51.058] checking for library containing clock_gettime... none required [23:21:51.107] checking for library containing shmget... none required [23:21:51.155] checking for library containing backtrace_symbols... none required [23:21:51.202] checking for library containing pthread_barrier_wait... none required [23:21:51.250] checking for library containing readline... -lreadline [23:21:51.307] checking for inflate in -lz... yes [23:21:51.356] checking curl/curl.h usability... yes [23:21:51.367] checking curl/curl.h presence... yes [23:21:51.404] checking for curl/curl.h... yes [23:21:51.404] checking for curl_multi_init in -lcurl... yes [23:21:51.534] checking for curl_global_init thread safety... yes [23:21:51.648] checking for curl support for asynchronous DNS... yes [23:21:51.762] checking for library containing gss_store_cred_into... -lgssapi_krb5 [23:21:51.870] checking for CRYPTO_new_ex_data in -lcrypto... yes [23:21:51.946] checking for SSL_new in -lssl... yes [23:21:52.025] checking for SSL_CTX_set_ciphersuites... yes [23:21:52.102] checking for SSL_CTX_set_cert_cb... yes [23:21:52.179] checking for X509_get_signature_info... yes [23:21:52.266] checking for SSL_CTX_set_num_tickets... yes [23:21:52.347] checking for SSL_CTX_set_keylog_callback... yes [23:21:52.432] checking for SSL_CTX_set_client_hello_cb... yes [23:21:52.512] checking for pam_start in -lpam... yes [23:21:52.572] checking for xmlSaveToBuffer in -lxml2... yes [23:21:52.639] checking for xsltCleanupGlobals in -lxslt... yes [23:21:52.707] checking for LZ4_compress_default in -llz4... yes [23:21:52.771] checking for ZSTD_compress in -lzstd... yes [23:21:52.833] checking for ldap_bind in -lldap... yes [23:21:52.917] checking for ldap_initialize... yes [23:21:53.004] checking for ldap_verify_credentials... yes [23:21:53.088] checking for security_compute_create_name in -lselinux... yes [23:21:53.152] checking for uuid_export in -lossp-uuid... yes [23:21:53.217] checking copyfile.h usability... no [23:21:53.278] checking copyfile.h presence... no [23:21:53.298] checking for copyfile.h... no [23:21:53.302] checking execinfo.h usability... yes [23:21:53.313] checking execinfo.h presence... yes [23:21:53.328] checking for execinfo.h... yes [23:21:53.338] checking getopt.h usability... yes [23:21:53.350] checking getopt.h presence... yes [23:21:53.365] checking for getopt.h... yes [23:21:53.375] checking ifaddrs.h usability... yes [23:21:53.386] checking ifaddrs.h presence... yes [23:21:53.406] checking for ifaddrs.h... yes [23:21:53.415] checking sys/epoll.h usability... yes [23:21:53.426] checking sys/epoll.h presence... yes [23:21:53.449] checking for sys/epoll.h... yes [23:21:53.459] checking sys/event.h usability... no [23:21:53.515] checking sys/event.h presence... no [23:21:53.534] checking for sys/event.h... no [23:21:53.538] checking sys/personality.h usability... yes [23:21:53.549] checking sys/personality.h presence... yes [23:21:53.565] checking for sys/personality.h... yes [23:21:53.574] checking sys/prctl.h usability... yes [23:21:53.586] checking sys/prctl.h presence... yes [23:21:53.603] checking for sys/prctl.h... yes [23:21:53.612] checking sys/procctl.h usability... no [23:21:53.666] checking sys/procctl.h presence... no [23:21:53.686] checking for sys/procctl.h... no [23:21:53.690] checking sys/signalfd.h usability... yes [23:21:53.699] checking sys/signalfd.h presence... yes [23:21:53.715] checking for sys/signalfd.h... yes [23:21:53.725] checking sys/ucred.h usability... no [23:21:53.780] checking sys/ucred.h presence... no [23:21:53.800] checking for sys/ucred.h... no [23:21:53.805] checking termios.h usability... yes [23:21:53.814] checking termios.h presence... yes [23:21:53.835] checking for termios.h... yes [23:21:53.844] checking uchar.h usability... yes [23:21:53.855] checking uchar.h presence... yes [23:21:53.872] checking for uchar.h... yes [23:21:53.882] checking ucred.h usability... no [23:21:53.935] checking ucred.h presence... no [23:21:53.956] checking for ucred.h... no [23:21:53.961] checking xlocale.h usability... no [23:21:54.016] checking xlocale.h presence... no [23:21:54.035] checking for xlocale.h... no [23:21:54.037] checking readline/readline.h usability... yes [23:21:54.048] checking readline/readline.h presence... yes [23:21:54.070] checking for readline/readline.h... yes [23:21:54.072] checking readline/history.h usability... yes [23:21:54.082] checking readline/history.h presence... yes [23:21:54.101] checking for readline/history.h... yes [23:21:54.105] checking zlib.h usability... yes [23:21:54.115] checking zlib.h presence... yes [23:21:54.138] checking for zlib.h... yes [23:21:54.138] checking for lz4... /usr/bin/lz4 [23:21:54.139] checking lz4.h usability... yes [23:21:54.150] checking lz4.h presence... yes [23:21:54.167] checking for lz4.h... yes [23:21:54.167] checking for zstd... /usr/bin/zstd [23:21:54.168] checking zstd.h usability... yes [23:21:54.178] checking zstd.h presence... yes [23:21:54.196] checking for zstd.h... yes [23:21:54.197] checking gssapi/gssapi.h usability... yes [23:21:54.209] checking gssapi/gssapi.h presence... yes [23:21:54.229] checking for gssapi/gssapi.h... yes [23:21:54.231] checking gssapi/gssapi_ext.h usability... yes [23:21:54.242] checking gssapi/gssapi_ext.h presence... yes [23:21:54.261] checking for gssapi/gssapi_ext.h... yes [23:21:54.264] checking for openssl... /usr/bin/openssl [23:21:54.281] configure: using openssl: OpenSSL 3.5.5 27 Jan 2026 (Library: OpenSSL 3.5.5 27 Jan 2026) [23:21:54.281] checking openssl/ssl.h usability... yes [23:21:54.295] checking openssl/ssl.h presence... yes [23:21:54.382] checking for openssl/ssl.h... yes [23:21:54.382] checking openssl/err.h usability... yes [23:21:54.394] checking openssl/err.h presence... yes [23:21:54.426] checking for openssl/err.h... yes [23:21:54.426] checking security/pam_appl.h usability... yes [23:21:54.437] checking security/pam_appl.h presence... yes [23:21:54.452] checking for security/pam_appl.h... yes [23:21:54.454] checking systemd/sd-daemon.h usability... yes [23:21:54.468] checking systemd/sd-daemon.h presence... yes [23:21:54.492] checking for systemd/sd-daemon.h... yes [23:21:54.492] checking libxml/parser.h usability... yes [23:21:54.503] checking libxml/parser.h presence... yes [23:21:54.539] checking for libxml/parser.h... yes [23:21:54.539] checking libxslt/xslt.h usability... yes [23:21:54.552] checking libxslt/xslt.h presence... yes [23:21:54.579] checking for libxslt/xslt.h... yes [23:21:54.580] checking ldap.h usability... yes [23:21:54.590] checking ldap.h presence... yes [23:21:54.611] checking for ldap.h... yes [23:21:54.611] checking for compatible LDAP implementation... yes [23:21:54.621] checking ossp/uuid.h usability... yes [23:21:54.632] checking ossp/uuid.h presence... yes [23:21:54.651] checking for ossp/uuid.h... yes [23:21:54.670] checking whether byte ordering is bigendian... no [23:21:54.776] checking for C printf format archetype... gnu_printf [23:21:54.788] checking for C++ printf format archetype... gnu_printf [23:21:54.800] checking for typeof... typeof [23:21:54.809] checking for C++ typeof... typeof [23:21:54.818] checking for typeof_unqual... __typeof_unqual__ [23:21:54.867] checking for C++ typeof_unqual... no [23:21:54.981] checking for __builtin_types_compatible_p... yes [23:21:54.996] checking for __builtin_constant_p... yes [23:21:55.010] checking for __builtin_mul_overflow... yes [23:21:55.084] checking for __builtin_unreachable... yes [23:21:55.143] checking for computed goto support... yes [23:21:55.153] checking for struct tm.tm_zone... yes [23:21:55.165] checking for union semun... no [23:21:55.210] checking for socklen_t... yes [23:21:55.265] checking for struct sockaddr.sa_len... no [23:21:55.353] checking for C/C++ restrict keyword... __restrict [23:21:55.371] checking for struct option... yes [23:21:55.414] checking whether assembler supports x86_64 popcntq... yes [23:21:55.424] checking for special C compiler options needed for large files... no [23:21:55.424] checking for _FILE_OFFSET_BITS value needed for large files... no [23:21:55.439] checking size of off_t... 8 [23:21:55.520] checking for int timezone... yes [23:21:55.601] checking for backtrace_symbols... yes [23:21:55.675] checking for copyfile... no [23:21:55.749] checking for copy_file_range... yes [23:21:55.820] checking for elf_aux_info... no [23:21:55.892] checking for explicit_memset... no [23:21:55.964] checking for getauxval... yes [23:21:56.039] checking for getifaddrs... yes [23:21:56.111] checking for getpeerucred... no [23:21:56.185] checking for inet_pton... yes [23:21:56.254] checking for kqueue... no [23:21:56.327] checking for localeconv_l... no [23:21:56.395] checking for mbstowcs_l... no [23:21:56.463] checking for memset_explicit... no [23:21:56.534] checking for posix_fallocate... yes [23:21:56.602] checking for ppoll... yes [23:21:56.668] checking for pthread_is_threaded_np... no [23:21:56.736] checking for setproctitle... no [23:21:56.804] checking for setproctitle_fast... no [23:21:56.876] checking for strsignal... yes [23:21:56.944] checking for syncfs... yes [23:21:57.011] checking for sync_file_range... yes [23:21:57.081] checking for uselocale... yes [23:21:57.151] checking for wcstombs_l... no [23:21:57.221] checking for __builtin_bswap16... yes [23:21:57.290] checking for __builtin_bswap32... yes [23:21:57.354] checking for __builtin_bswap64... yes [23:21:57.421] checking for __builtin_clz... yes [23:21:57.488] checking for __builtin_ctz... yes [23:21:57.554] checking for __builtin_frame_address... yes [23:21:57.622] checking for _LARGEFILE_SOURCE value needed for large files... no [23:21:57.689] checking how ccache gcc reports undeclared, standard C functions... error [23:21:57.722] checking for posix_fadvise... yes [23:21:57.793] checking whether posix_fadvise is declared... yes [23:21:57.810] checking whether fdatasync is declared... yes [23:21:57.828] checking whether strlcat is declared... yes [23:21:57.846] checking whether strlcpy is declared... yes [23:21:57.865] checking whether strsep is declared... yes [23:21:57.883] checking whether timingsafe_bcmp is declared... no [23:21:57.947] checking whether preadv is declared... yes [23:21:57.964] checking whether pwritev is declared... yes [23:21:57.981] checking whether strchrnul is declared... yes [23:21:57.996] checking whether memset_s is declared... no [23:21:58.041] checking whether F_FULLFSYNC is declared... no [23:21:58.083] checking for explicit_bzero... yes [23:21:58.146] checking for getopt... yes [23:21:58.207] checking for getpeereid... no [23:21:58.278] checking for inet_aton... yes [23:21:58.344] checking for mkdtemp... yes [23:21:58.409] checking for strlcat... yes [23:21:58.472] checking for strlcpy... yes [23:21:58.534] checking for strsep... yes [23:21:58.596] checking for timingsafe_bcmp... no [23:21:58.665] checking for pthread_barrier_wait... yes [23:21:58.728] checking for getopt_long... yes [23:21:58.790] checking for syslog... yes [23:21:58.853] checking syslog.h usability... yes [23:21:58.863] checking syslog.h presence... yes [23:21:58.880] checking for syslog.h... yes [23:21:58.880] checking for opterr... yes [23:21:58.944] checking for optreset... no [23:21:59.013] checking unicode/ucol.h usability... yes [23:21:59.025] checking unicode/ucol.h presence... yes [23:21:59.068] checking for unicode/ucol.h... yes [23:21:59.068] checking for rl_completion_suppress_quote... yes [23:21:59.138] checking for rl_filename_quote_characters... yes [23:21:59.209] checking for rl_filename_quoting_function... yes [23:21:59.280] checking for append_history... yes [23:21:59.353] checking for history_truncate_file... yes [23:21:59.428] checking for rl_completion_matches... yes [23:21:59.500] checking for rl_filename_completion_function... yes [23:21:59.572] checking for rl_reset_screen_size... yes [23:21:59.644] checking for rl_variable_bind... yes [23:21:59.713] checking test program... ok [23:21:59.775] checking size of void *... 8 [23:21:59.854] checking size of size_t... 8 [23:21:59.934] checking size of long... 8 [23:22:00.015] checking size of long long... 8 [23:22:00.094] checking size of intmax_t... 8 [23:22:00.173] checking alignment of short... 2 [23:22:00.255] checking alignment of int... 4 [23:22:00.337] checking alignment of int64_t... 8 [23:22:00.418] checking alignment of double... 8 [23:22:00.501] checking for __int128... yes [23:22:00.576] checking for __int128 alignment bug... ok [23:22:00.639] checking alignment of PG_INT128_TYPE... 16 [23:22:00.724] checking for builtin __sync char locking functions... yes [23:22:00.791] checking for builtin __sync int32 locking functions... yes [23:22:00.858] checking for builtin __sync int32 atomic operations... yes [23:22:00.927] checking for builtin __sync int64 atomic operations... yes [23:22:00.994] checking for builtin __atomic int32 atomic operations... yes [23:22:01.061] checking for builtin __atomic int64 atomic operations... yes [23:22:01.128] checking for __get_cpuid... yes [23:22:01.199] checking for __get_cpuid_count... yes [23:22:01.265] checking for _xgetbv... yes [23:22:01.738] checking for _mm512_popcnt_epi64... yes [23:22:02.153] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [23:22:02.279] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [23:22:02.305] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [23:22:02.328] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [23:22:02.350] 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 [23:22:02.386] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [23:22:02.387] checking for _mm512_clmulepi64_epi128... yes [23:22:02.791] checking for vectorized CRC-32C... AVX-512 with runtime check [23:22:02.791] checking for library containing sem_init... none required [23:22:02.857] checking which semaphore API to use... unnamed POSIX [23:22:02.857] checking which random number source to use... OpenSSL [23:22:02.860] checking for tclsh... /usr/bin/tclsh [23:22:02.860] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [23:22:02.901] checking tcl.h usability... yes [23:22:02.914] checking tcl.h presence... yes [23:22:02.936] checking for tcl.h... yes [23:22:02.936] checking for perl.h... yes [23:22:02.957] checking for libperl... yes [23:22:03.305] checking Python.h usability... yes [23:22:03.318] checking Python.h presence... yes [23:22:03.421] checking for Python.h... yes [23:22:03.421] checking for xmllint... /usr/bin/xmllint [23:22:03.422] checking for xsltproc... /usr/bin/xsltproc [23:22:03.422] checking for fop... /usr/bin/fop [23:22:03.422] checking for dbtoepub... no [23:22:03.423] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [23:22:03.485] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [23:22:03.560] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [23:22:03.560] configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wmissing-format-attribute -Wimplicit-fallthrough=5 -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 -Wstrict-prototypes -Wold-style-definition [23:22:03.560] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [23:22:03.560] configure: using LDFLAGS= -Wl,--as-needed [23:22:03.560] configure: using CXX=ccache g++ [23:22:03.560] configure: using CXXFLAGS=-Wall -Wpointer-arith -Wmissing-format-attribute -Wimplicit-fallthrough=5 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [23:22:03.560] configure: using CLANG=ccache clang [23:22:03.560] 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 [23:22:03.560] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [23:22:03.595] configure: updating cache gcc.cache [23:22:03.604] configure: creating ./config.status [23:22:03.716] config.status: creating GNUmakefile [23:22:03.732] config.status: creating src/Makefile.global [23:22:03.753] config.status: creating src/include/pg_config.h [23:22:03.769] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [23:22:03.789] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [23:22:03.800] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [23:22:03.810] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [23:22:03.820] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [23:22:03.860] [23:22:03.860] real 0m16.079s [23:22:03.860] user 0m10.198s [23:22:03.860] sys 0m5.367s [23:22:03.860] make -s -j${BUILD_JOBS} clean [23:22:04.514] time make -s -j${BUILD_JOBS} world-bin [23:22:32.466] trigger.c: In function ‘CreateTriggerFiringOn’: [23:22:32.466] trigger.c:220:60: error: passing argument 2 of ‘transformTriggerStmt’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] [23:22:32.466] 220 | stmt = transformTriggerStmt(RelationGetRelid(rel), stmt, NULL); [23:22:32.466] | ^~~~ [23:22:32.466] In file included from trigger.c:35: [23:22:32.466] ../../../src/include/commands/trigger.h:165:72: note: expected ‘CreateTrigStmt *’ but argument is of type ‘const CreateTrigStmt *’ [23:22:32.466] 165 | extern CreateTrigStmt *transformTriggerStmt(Oid relid, CreateTrigStmt *stmt, [23:22:32.466] | ~~~~~~~~~~~~~~~~^~~~ [23:22:32.466] cc1: all warnings being treated as errors [23:22:32.468] make[3]: *** [: trigger.o] Error 1 [23:22:32.469] make[3]: *** Waiting for unfinished jobs.... [23:22:33.447] make[2]: *** [common.mk:37: commands-recursive] Error 2 [23:22:33.449] make[2]: *** Waiting for unfinished jobs.... [23:22:46.810] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [23:22:46.810] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [23:22:46.811] [23:22:46.811] real 0m42.296s [23:22:46.811] user 2m17.296s [23:22:46.811] sys 0m24.068s [23:22:46.811] [23:22:46.811] Exit status: 2