[22:56:25.301] time ./configure \ [22:56:25.301] --cache gcc.cache \ [22:56:25.301] --enable-dtrace \ [22:56:25.301] ${LINUX_CONFIGURE_FEATURES} \ [22:56:25.301] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [22:56:25.491] configure: creating cache gcc.cache [22:56:25.506] checking build system type... x86_64-pc-linux-gnu [22:56:25.627] checking host system type... x86_64-pc-linux-gnu [22:56:25.627] checking which template to use... linux [22:56:25.628] checking whether NLS is wanted... no [22:56:25.628] checking for default port number... 5432 [22:56:25.635] checking for dtrace... /usr/bin/dtrace [22:56:25.635] checking for block size... 8kB [22:56:25.636] checking for segment size... 1GB [22:56:25.639] checking for WAL block size... 8kB [22:56:25.673] checking whether the C compiler works... yes [22:56:25.787] checking for C compiler default output file name... a.out [22:56:25.789] checking for suffix of executables... [22:56:25.824] checking whether we are cross compiling... no [22:56:25.899] checking for suffix of object files... o [22:56:25.910] checking whether we are using the GNU C compiler... yes [22:56:25.917] checking whether ccache gcc accepts -g... yes [22:56:25.924] checking for ccache gcc option to accept ISO C89... none needed [22:56:25.933] checking for ccache gcc option to accept ISO C11... none needed [22:56:25.977] checking whether we are using the GNU C++ compiler... yes [22:56:25.984] checking whether ccache g++ accepts -g... yes [22:56:26.017] checking for gawk... no [22:56:26.017] checking for mawk... mawk [22:56:26.018] checking for llvm-config... /usr/bin/llvm-config [22:56:26.028] configure: using llvm 19.1.7 [22:56:26.028] checking for CLANG... ccache clang [22:56:26.076] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [22:56:26.083] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [22:56:26.090] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [22:56:26.138] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [22:56:26.221] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [22:56:26.229] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [22:56:26.237] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [22:56:26.244] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [22:56:26.251] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [22:56:26.258] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [22:56:26.265] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [22:56:26.272] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [22:56:26.279] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [22:56:26.286] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [22:56:26.293] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [22:56:26.300] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [22:56:26.307] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [22:56:26.315] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [22:56:26.322] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [22:56:26.330] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [22:56:26.337] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [22:56:26.345] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [22:56:26.353] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [22:56:26.360] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [22:56:26.367] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [22:56:26.375] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [22:56:26.421] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [22:56:26.470] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:56:26.477] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [22:56:26.485] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [22:56:26.526] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [22:56:26.534] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [22:56:26.541] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [22:56:26.550] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [22:56:26.557] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [22:56:26.564] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [22:56:26.571] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [22:56:26.578] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [22:56:26.585] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [22:56:26.592] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [22:56:26.604] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [22:56:26.604] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [22:56:26.612] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [22:56:26.619] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [22:56:26.628] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [22:56:26.641] checking whether the C compiler still works... yes [22:56:26.695] checking how to run the C preprocessor... ccache gcc -E [22:56:26.763] checking for pkg-config... /usr/bin/pkg-config [22:56:26.763] checking pkg-config is at least version 0.9.0... yes [22:56:26.770] checking whether to build with ICU support... yes [22:56:26.771] checking for icu-uc icu-i18n... yes [22:56:26.782] checking whether to build with Tcl... yes [22:56:26.783] checking whether to build Perl modules... yes [22:56:26.783] checking whether to build Python modules... yes [22:56:26.783] checking whether to build with GSSAPI support... yes [22:56:26.784] checking whether to build with PAM support... yes [22:56:26.784] checking whether to build with BSD Authentication support... no [22:56:26.784] checking whether to build with LDAP support... yes [22:56:26.785] checking whether to build with Bonjour support... no [22:56:26.785] checking whether to build with SELinux support... yes [22:56:26.785] checking whether to build with systemd support... yes [22:56:26.785] checking whether to build with liburing support... no [22:56:26.785] checking whether to build with libcurl support... yes [22:56:26.785] checking for libcurl >= 7.61.0... yes [22:56:26.812] checking whether to build with libnuma support... no [22:56:26.812] checking whether to build with XML support... yes [22:56:26.812] checking for libxml-2.0 >= 2.6.23... yes [22:56:26.822] checking whether to build with LZ4 support... yes [22:56:26.822] checking for liblz4... yes [22:56:26.832] checking whether to build with ZSTD support... yes [22:56:26.833] checking for libzstd >= 1.4.0... yes [22:56:26.840] checking for strip... strip [22:56:26.841] checking whether it is possible to strip libraries... yes [22:56:26.844] checking for ar... ar [22:56:26.845] checking for a BSD-compatible install... /usr/bin/install -c [22:56:26.855] checking for tar... /usr/bin/tar [22:56:26.855] checking whether ln -s works... yes [22:56:26.855] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [22:56:26.857] checking for nm... /usr/bin/nm [22:56:26.858] checking for bison... /usr/bin/bison [22:56:26.865] configure: using bison (GNU Bison) 3.8.2 [22:56:26.868] checking for flex... /usr/bin/flex [22:56:26.874] configure: using flex 2.6.4 [22:56:26.874] checking for perl... /usr/bin/perl [22:56:26.897] configure: using perl 5.40.1 [22:56:26.899] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [22:56:26.913] checking for Perl privlibexp... /usr/share/perl/5.40 [22:56:26.918] checking for Perl useshrplib... true [22:56:26.929] 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 [22:56:26.935] checking for CFLAGS to compile embedded Perl... -DDEBIAN [22:56:26.941] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [22:56:27.074] checking for python3... /usr/bin/python3 [22:56:27.088] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [22:56:27.095] checking for Python sysconfig module... yes [22:56:27.111] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [22:56:27.130] checking Python include directory... -I/usr/include/python3.13 [22:56:27.147] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [22:56:27.200] checking for a sed that does not truncate output... /usr/bin/sed [22:56:27.205] checking for grep that handles long lines and -e... /usr/bin/grep [22:56:27.207] checking for egrep... /usr/bin/grep -E [22:56:27.209] checking for ANSI C header files... yes [22:56:27.329] checking for sys/types.h... yes [22:56:27.345] checking for sys/stat.h... yes [22:56:27.364] checking for stdlib.h... yes [22:56:27.380] checking for string.h... yes [22:56:27.394] checking for memory.h... yes [22:56:27.409] checking for strings.h... yes [22:56:27.424] checking for inttypes.h... yes [22:56:27.440] checking for stdint.h... yes [22:56:27.456] checking for unistd.h... yes [22:56:27.470] checking whether ccache gcc is Clang... no [22:56:27.482] checking whether pthreads work with -pthread... yes [22:56:27.544] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [22:56:27.587] checking whether more special flags are required for pthreads... no [22:56:27.587] checking for PTHREAD_PRIO_INHERIT... yes [22:56:27.634] checking pthread.h usability... yes [22:56:27.642] checking pthread.h presence... yes [22:56:27.658] checking for pthread.h... yes [22:56:27.659] checking for strerror_r... yes [22:56:27.700] checking whether strerror_r returns int... no [22:56:27.731] checking for main in -lm... yes [22:56:27.782] checking for library containing setproctitle... no [22:56:27.879] checking for library containing dlsym... none required [22:56:27.922] checking for library containing socket... none required [22:56:27.964] checking for library containing getopt_long... none required [22:56:28.007] checking for library containing shm_open... none required [22:56:28.050] checking for library containing shm_unlink... none required [22:56:28.093] checking for library containing clock_gettime... none required [22:56:28.136] checking for library containing shmget... none required [22:56:28.180] checking for library containing backtrace_symbols... none required [22:56:28.223] checking for library containing pthread_barrier_wait... none required [22:56:28.266] checking for library containing readline... -lreadline [22:56:28.313] checking for inflate in -lz... yes [22:56:28.358] checking curl/curl.h usability... yes [22:56:28.370] checking curl/curl.h presence... yes [22:56:28.407] checking for curl/curl.h... yes [22:56:28.407] checking for curl_multi_init in -lcurl... yes [22:56:28.533] checking for curl_global_init thread safety... yes [22:56:28.640] checking for curl support for asynchronous DNS... yes [22:56:28.745] checking for library containing gss_store_cred_into... -lgssapi_krb5 [22:56:28.841] checking for CRYPTO_new_ex_data in -lcrypto... yes [22:56:28.911] checking for SSL_new in -lssl... yes [22:56:28.980] checking for SSL_CTX_set_ciphersuites... yes [22:56:29.050] checking for SSL_CTX_set_cert_cb... yes [22:56:29.124] checking for X509_get_signature_info... yes [22:56:29.203] checking for SSL_CTX_set_num_tickets... yes [22:56:29.278] checking for SSL_CTX_set_keylog_callback... yes [22:56:29.351] checking for pam_start in -lpam... yes [22:56:29.407] checking for xmlSaveToBuffer in -lxml2... yes [22:56:29.470] checking for xsltCleanupGlobals in -lxslt... yes [22:56:29.537] checking for LZ4_compress_default in -llz4... yes [22:56:29.596] checking for ZSTD_compress in -lzstd... yes [22:56:29.653] checking for ldap_bind in -lldap... yes [22:56:29.730] checking for ldap_initialize... yes [22:56:29.811] checking for ldap_verify_credentials... yes [22:56:29.886] checking for security_compute_create_name in -lselinux... yes [22:56:29.948] checking for uuid_export in -lossp-uuid... yes [22:56:30.015] checking copyfile.h usability... no [22:56:30.073] checking copyfile.h presence... no [22:56:30.090] checking for copyfile.h... no [22:56:30.093] checking execinfo.h usability... yes [22:56:30.102] checking execinfo.h presence... yes [22:56:30.115] checking for execinfo.h... yes [22:56:30.124] checking getopt.h usability... yes [22:56:30.132] checking getopt.h presence... yes [22:56:30.146] checking for getopt.h... yes [22:56:30.153] checking ifaddrs.h usability... yes [22:56:30.162] checking ifaddrs.h presence... yes [22:56:30.178] checking for ifaddrs.h... yes [22:56:30.186] checking sys/epoll.h usability... yes [22:56:30.194] checking sys/epoll.h presence... yes [22:56:30.214] checking for sys/epoll.h... yes [22:56:30.222] checking sys/event.h usability... no [22:56:30.271] checking sys/event.h presence... no [22:56:30.289] checking for sys/event.h... no [22:56:30.292] checking sys/personality.h usability... yes [22:56:30.301] checking sys/personality.h presence... yes [22:56:30.314] checking for sys/personality.h... yes [22:56:30.322] checking sys/prctl.h usability... yes [22:56:30.333] checking sys/prctl.h presence... yes [22:56:30.349] checking for sys/prctl.h... yes [22:56:30.357] checking sys/procctl.h usability... no [22:56:30.405] checking sys/procctl.h presence... no [22:56:30.421] checking for sys/procctl.h... no [22:56:30.425] checking sys/signalfd.h usability... yes [22:56:30.434] checking sys/signalfd.h presence... yes [22:56:30.448] checking for sys/signalfd.h... yes [22:56:30.455] checking sys/ucred.h usability... no [22:56:30.502] checking sys/ucred.h presence... no [22:56:30.517] checking for sys/ucred.h... no [22:56:30.521] checking termios.h usability... yes [22:56:30.529] checking termios.h presence... yes [22:56:30.546] checking for termios.h... yes [22:56:30.553] checking uchar.h usability... yes [22:56:30.561] checking uchar.h presence... yes [22:56:30.574] checking for uchar.h... yes [22:56:30.581] checking ucred.h usability... no [22:56:30.628] checking ucred.h presence... no [22:56:30.646] checking for ucred.h... no [22:56:30.650] checking xlocale.h usability... no [22:56:30.698] checking xlocale.h presence... no [22:56:30.716] checking for xlocale.h... no [22:56:30.717] checking readline/readline.h usability... yes [22:56:30.729] checking readline/readline.h presence... yes [22:56:30.751] checking for readline/readline.h... yes [22:56:30.753] checking readline/history.h usability... yes [22:56:30.762] checking readline/history.h presence... yes [22:56:30.779] checking for readline/history.h... yes [22:56:30.782] checking zlib.h usability... yes [22:56:30.791] checking zlib.h presence... yes [22:56:30.811] checking for zlib.h... yes [22:56:30.812] checking for lz4... /usr/bin/lz4 [22:56:30.812] checking lz4.h usability... yes [22:56:30.821] checking lz4.h presence... yes [22:56:30.836] checking for lz4.h... yes [22:56:30.836] checking for zstd... /usr/bin/zstd [22:56:30.836] checking zstd.h usability... yes [22:56:30.846] checking zstd.h presence... yes [22:56:30.862] checking for zstd.h... yes [22:56:30.862] checking gssapi/gssapi.h usability... yes [22:56:30.872] checking gssapi/gssapi.h presence... yes [22:56:30.888] checking for gssapi/gssapi.h... yes [22:56:30.889] checking gssapi/gssapi_ext.h usability... yes [22:56:30.898] checking gssapi/gssapi_ext.h presence... yes [22:56:30.915] checking for gssapi/gssapi_ext.h... yes [22:56:30.917] checking for openssl... /usr/bin/openssl [22:56:30.928] configure: using openssl: OpenSSL 3.5.4 30 Sep 2025 (Library: OpenSSL 3.5.4 30 Sep 2025) [22:56:30.928] checking openssl/ssl.h usability... yes [22:56:30.938] checking openssl/ssl.h presence... yes [22:56:31.021] checking for openssl/ssl.h... yes [22:56:31.022] checking openssl/err.h usability... yes [22:56:31.031] checking openssl/err.h presence... yes [22:56:31.060] checking for openssl/err.h... yes [22:56:31.060] checking security/pam_appl.h usability... yes [22:56:31.069] checking security/pam_appl.h presence... yes [22:56:31.082] checking for security/pam_appl.h... yes [22:56:31.083] checking systemd/sd-daemon.h usability... yes [22:56:31.092] checking systemd/sd-daemon.h presence... yes [22:56:31.109] checking for systemd/sd-daemon.h... yes [22:56:31.110] checking libxml/parser.h usability... yes [22:56:31.119] checking libxml/parser.h presence... yes [22:56:31.152] checking for libxml/parser.h... yes [22:56:31.152] checking libxslt/xslt.h usability... yes [22:56:31.162] checking libxslt/xslt.h presence... yes [22:56:31.185] checking for libxslt/xslt.h... yes [22:56:31.186] checking ldap.h usability... yes [22:56:31.194] checking ldap.h presence... yes [22:56:31.213] checking for ldap.h... yes [22:56:31.213] checking for compatible LDAP implementation... yes [22:56:31.221] checking ossp/uuid.h usability... yes [22:56:31.231] checking ossp/uuid.h presence... yes [22:56:31.247] checking for ossp/uuid.h... yes [22:56:31.263] checking whether byte ordering is bigendian... no [22:56:31.350] checking for inline... inline [22:56:31.358] checking for C printf format archetype... gnu_printf [22:56:31.366] checking for C++ printf format archetype... gnu_printf [22:56:31.375] checking for statement expressions... yes [22:56:31.428] checking for typeof... typeof [22:56:31.436] checking for __builtin_types_compatible_p... yes [22:56:31.448] checking for __builtin_constant_p... yes [22:56:31.460] checking for __builtin_mul_overflow... yes [22:56:31.523] checking for __builtin_unreachable... yes [22:56:31.578] checking for computed goto support... yes [22:56:31.586] checking for struct tm.tm_zone... yes [22:56:31.595] checking for union semun... no [22:56:31.631] checking for socklen_t... yes [22:56:31.677] checking for struct sockaddr.sa_len... no [22:56:31.751] checking for C/C++ restrict keyword... __restrict [22:56:31.764] checking for struct option... yes [22:56:31.802] checking whether assembler supports x86_64 popcntq... yes [22:56:31.811] checking for special C compiler options needed for large files... no [22:56:31.811] checking for _FILE_OFFSET_BITS value needed for large files... no [22:56:31.824] checking size of off_t... 8 [22:56:31.897] checking for int timezone... yes [22:56:31.968] checking for backtrace_symbols... yes [22:56:32.031] checking for copyfile... no [22:56:32.096] checking for copy_file_range... yes [22:56:32.160] checking for elf_aux_info... no [22:56:32.224] checking for getauxval... yes [22:56:32.288] checking for getifaddrs... yes [22:56:32.353] checking for getpeerucred... no [22:56:32.416] checking for inet_pton... yes [22:56:32.479] checking for kqueue... no [22:56:32.544] checking for localeconv_l... no [22:56:32.608] checking for mbstowcs_l... no [22:56:32.671] checking for posix_fallocate... yes [22:56:32.735] checking for ppoll... yes [22:56:32.800] checking for pthread_is_threaded_np... no [22:56:32.867] checking for setproctitle... no [22:56:32.932] checking for setproctitle_fast... no [22:56:32.997] checking for strsignal... yes [22:56:33.060] checking for syncfs... yes [22:56:33.123] checking for sync_file_range... yes [22:56:33.185] checking for uselocale... yes [22:56:33.248] checking for wcstombs_l... no [22:56:33.309] checking for __builtin_bswap16... yes [22:56:33.372] checking for __builtin_bswap32... yes [22:56:33.433] checking for __builtin_bswap64... yes [22:56:33.495] checking for __builtin_clz... yes [22:56:33.557] checking for __builtin_ctz... yes [22:56:33.617] checking for __builtin_popcount... yes [22:56:33.675] checking for __builtin_frame_address... yes [22:56:33.733] checking for _LARGEFILE_SOURCE value needed for large files... no [22:56:33.793] checking how ccache gcc reports undeclared, standard C functions... error [22:56:33.819] checking for posix_fadvise... yes [22:56:33.881] checking whether posix_fadvise is declared... yes [22:56:33.895] checking whether fdatasync is declared... yes [22:56:33.910] checking whether strlcat is declared... yes [22:56:33.924] checking whether strlcpy is declared... yes [22:56:33.938] checking whether strsep is declared... yes [22:56:33.952] checking whether timingsafe_bcmp is declared... no [22:56:34.009] checking whether preadv is declared... yes [22:56:34.024] checking whether pwritev is declared... yes [22:56:34.038] checking whether strchrnul is declared... yes [22:56:34.052] checking whether memset_s is declared... no [22:56:34.088] checking whether F_FULLFSYNC is declared... no [22:56:34.123] checking for explicit_bzero... yes [22:56:34.178] checking for getopt... yes [22:56:34.235] checking for getpeereid... no [22:56:34.300] checking for inet_aton... yes [22:56:34.356] checking for mkdtemp... yes [22:56:34.412] checking for strlcat... yes [22:56:34.468] checking for strlcpy... yes [22:56:34.524] checking for strsep... yes [22:56:34.582] checking for timingsafe_bcmp... no [22:56:34.645] checking for pthread_barrier_wait... yes [22:56:34.704] checking for getopt_long... yes [22:56:34.760] checking for syslog... yes [22:56:34.818] checking syslog.h usability... yes [22:56:34.826] checking syslog.h presence... yes [22:56:34.841] checking for syslog.h... yes [22:56:34.841] checking for opterr... yes [22:56:34.899] checking for optreset... no [22:56:34.962] checking unicode/ucol.h usability... yes [22:56:34.972] checking unicode/ucol.h presence... yes [22:56:35.009] checking for unicode/ucol.h... yes [22:56:35.010] checking for rl_completion_suppress_quote... yes [22:56:35.073] checking for rl_filename_quote_characters... yes [22:56:35.136] checking for rl_filename_quoting_function... yes [22:56:35.203] checking for append_history... yes [22:56:35.270] checking for history_truncate_file... yes [22:56:35.334] checking for rl_completion_matches... yes [22:56:35.402] checking for rl_filename_completion_function... yes [22:56:35.467] checking for rl_reset_screen_size... yes [22:56:35.531] checking for rl_variable_bind... yes [22:56:35.592] checking test program... ok [22:56:35.645] checking size of void *... 8 [22:56:35.716] checking size of size_t... 8 [22:56:35.788] checking size of long... 8 [22:56:35.861] checking size of long long... 8 [22:56:35.934] checking size of intmax_t... 8 [22:56:36.008] checking alignment of short... 2 [22:56:36.080] checking alignment of int... 4 [22:56:36.152] checking alignment of long... 8 [22:56:36.224] checking alignment of int64_t... 8 [22:56:36.294] checking alignment of double... 8 [22:56:36.366] checking for __int128... yes [22:56:36.429] checking for __int128 alignment bug... ok [22:56:36.486] checking alignment of PG_INT128_TYPE... 16 [22:56:36.559] checking for builtin __sync char locking functions... yes [22:56:36.616] checking for builtin __sync int32 locking functions... yes [22:56:36.672] checking for builtin __sync int32 atomic operations... yes [22:56:36.728] checking for builtin __sync int64 atomic operations... yes [22:56:36.785] checking for builtin __atomic int32 atomic operations... yes [22:56:36.843] checking for builtin __atomic int64 atomic operations... yes [22:56:36.899] checking for __get_cpuid... yes [22:56:36.958] checking for __get_cpuid_count... yes [22:56:37.015] checking for _xgetbv... yes [22:56:37.449] checking for _mm512_popcnt_epi64... yes [22:56:37.851] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [22:56:37.962] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [22:56:37.983] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [22:56:38.002] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [22:56:38.022] 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 [22:56:38.055] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [22:56:38.055] checking for _mm512_clmulepi64_epi128... yes [22:56:38.442] checking for vectorized CRC-32C... AVX-512 with runtime check [22:56:38.443] checking for library containing sem_init... none required [22:56:38.498] checking which semaphore API to use... unnamed POSIX [22:56:38.498] checking which random number source to use... OpenSSL [22:56:38.500] checking for tclsh... /usr/bin/tclsh [22:56:38.500] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [22:56:38.530] checking tcl.h usability... yes [22:56:38.539] checking tcl.h presence... yes [22:56:38.562] checking for tcl.h... yes [22:56:38.562] checking for perl.h... yes [22:56:38.579] checking for libperl... yes [22:56:38.871] checking Python.h usability... yes [22:56:38.884] checking Python.h presence... yes [22:56:38.988] checking for Python.h... yes [22:56:38.988] checking for xmllint... /usr/bin/xmllint [22:56:38.989] checking for xsltproc... /usr/bin/xsltproc [22:56:38.989] checking for fop... /usr/bin/fop [22:56:38.989] checking for dbtoepub... no [22:56:38.990] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [22:56:39.048] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [22:56:39.117] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [22:56:39.117] 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 [22:56:39.117] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [22:56:39.117] configure: using LDFLAGS= -Wl,--as-needed [22:56:39.117] configure: using CXX=ccache g++ [22:56:39.117] 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 [22:56:39.117] configure: using CLANG=ccache clang [22:56:39.117] 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 [22:56:39.117] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [22:56:39.146] configure: updating cache gcc.cache [22:56:39.155] configure: creating ./config.status [22:56:39.243] config.status: creating GNUmakefile [22:56:39.256] config.status: creating src/Makefile.global [22:56:39.271] config.status: creating src/include/pg_config.h [22:56:39.283] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [22:56:39.297] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [22:56:39.305] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [22:56:39.312] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [22:56:39.320] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [22:56:39.354] [22:56:39.354] real 0m14.053s [22:56:39.354] user 0m9.074s [22:56:39.354] sys 0m4.496s [22:56:39.354] make -s -j${BUILD_JOBS} clean [22:56:39.867] time make -s -j${BUILD_JOBS} world-bin [22:58:33.944] llvmjit_deform.c: In function ‘slot_compile_deform’: [22:58:33.944] llvmjit_deform.c:65:22: error: variable ‘v_flagsp’ set but not used [-Werror=unused-but-set-variable] [22:58:33.944] 65 | LLVMValueRef v_flagsp; [22:58:33.944] | ^~~~~~~~ [22:58:33.944] cc1: all warnings being treated as errors [22:58:33.944] make[2]: *** [: llvmjit_deform.o] Error 1 [22:58:33.944] make[2]: *** Waiting for unfinished jobs.... [22:58:37.812] make[1]: *** [Makefile:42: all-backend/jit/llvm-recurse] Error 2 [22:58:37.813] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [22:58:37.813] [22:58:37.813] real 1m57.946s [22:58:37.813] user 6m14.333s [22:58:37.813] sys 1m5.469s [22:58:37.813] [22:58:37.813] Exit status: 2