[02:30:36.566] time ./configure \ [02:30:36.566] --cache gcc.cache \ [02:30:36.566] --enable-cassert \ [02:30:36.566] ${LINUX_CONFIGURE_FEATURES} \ [02:30:36.566] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang-16" [02:30:36.731] configure: loading cache gcc.cache [02:30:36.747] checking build system type... (cached) x86_64-pc-linux-gnu [02:30:36.747] checking host system type... (cached) x86_64-pc-linux-gnu [02:30:36.747] checking which template to use... linux [02:30:36.747] checking whether NLS is wanted... no [02:30:36.747] checking for default port number... 5432 [02:30:36.754] checking for block size... 8kB [02:30:36.755] checking for segment size... 1GB [02:30:36.758] checking for WAL block size... 8kB [02:30:36.789] checking whether the C compiler works... yes [02:30:36.825] checking for C compiler default output file name... a.out [02:30:36.826] checking for suffix of executables... [02:30:36.862] checking whether we are cross compiling... no [02:30:36.900] checking for suffix of object files... (cached) o [02:30:36.900] checking whether we are using the GNU C compiler... (cached) yes [02:30:36.900] checking whether ccache gcc accepts -g... (cached) yes [02:30:36.900] checking for ccache gcc option to accept ISO C89... (cached) none needed [02:30:36.901] checking for ccache gcc option to accept ISO C99... (cached) none needed [02:30:36.930] checking whether we are using the GNU C++ compiler... (cached) yes [02:30:36.930] checking whether ccache g++ accepts -g... (cached) yes [02:30:36.988] checking for gawk... (cached) mawk [02:30:36.988] checking for LLVM_CONFIG... llvm-config-16 [02:30:36.994] configure: using llvm 16.0.6 [02:30:36.994] checking for CLANG... ccache clang-16 [02:30:37.043] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Werror=vla, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... (cached) no [02:30:37.044] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... (cached) no [02:30:37.044] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... (cached) yes [02:30:37.044] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... (cached) yes [02:30:37.044] checking whether ccache gcc supports -Wformat-security, for CFLAGS... (cached) yes [02:30:37.045] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... (cached) yes [02:30:37.045] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... (cached) no [02:30:37.045] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... (cached) yes [02:30:37.045] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... (cached) yes [02:30:37.045] checking whether ccache gcc supports -fwrapv, for CFLAGS... (cached) yes [02:30:37.045] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... (cached) yes [02:30:37.045] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... (cached) yes [02:30:37.045] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... (cached) no [02:30:37.045] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... (cached) yes [02:30:37.045] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... (cached) yes [02:30:37.045] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... (cached) no [02:30:37.045] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... (cached) no [02:30:37.046] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... (cached) yes [02:30:37.046] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... (cached) yes [02:30:37.046] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... (cached) no [02:30:37.046] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... (cached) yes [02:30:37.046] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... (cached) yes [02:30:37.046] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... (cached) yes [02:30:37.047] checking whether ccache clang-16 supports -fno-strict-aliasing, for BITCODE_CFLAGS... (cached) yes [02:30:37.047] checking whether ccache clang-16 -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... (cached) yes [02:30:37.047] checking whether ccache clang-16 supports -fwrapv, for BITCODE_CFLAGS... (cached) yes [02:30:37.047] checking whether ccache clang-16 -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... (cached) yes [02:30:37.047] checking whether ccache clang-16 supports -fexcess-precision=standard, for BITCODE_CFLAGS... (cached) yes [02:30:37.047] checking whether ccache clang-16 -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... (cached) yes [02:30:37.048] checking whether ccache clang-16 supports -mno-outline-atomics, for BITCODE_CFLAGS... (cached) no [02:30:37.048] checking whether ccache clang-16 supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [02:30:37.048] checking whether ccache clang-16 supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... (cached) yes [02:30:37.048] checking whether ccache clang-16 supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... (cached) yes [02:30:37.048] checking whether ccache clang-16 supports -Wformat-truncation, for NOT_THE_CFLAGS... (cached) no [02:30:37.048] checking whether ccache clang-16 supports -Wstringop-truncation, for NOT_THE_CFLAGS... (cached) no [02:30:37.048] checking whether the C compiler still works... yes [02:30:37.095] checking how to run the C preprocessor... (cached) ccache gcc -E [02:30:37.126] checking for pkg-config... (cached) /usr/bin/pkg-config [02:30:37.126] checking pkg-config is at least version 0.9.0... yes [02:30:37.128] checking whether to build with ICU support... yes [02:30:37.128] checking for icu-uc icu-i18n... yes [02:30:37.136] checking whether to build with Tcl... yes [02:30:37.136] checking whether to build Perl modules... yes [02:30:37.136] checking whether to build Python modules... yes [02:30:37.136] checking whether to build with GSSAPI support... yes [02:30:37.137] checking whether to build with PAM support... yes [02:30:37.137] checking whether to build with BSD Authentication support... no [02:30:37.137] checking whether to build with LDAP support... yes [02:30:37.137] checking whether to build with Bonjour support... no [02:30:37.137] checking whether to build with SELinux support... yes [02:30:37.138] checking whether to build with systemd support... yes [02:30:37.138] checking whether to build with liburing support... no [02:30:37.138] checking whether to build with libcurl support... yes [02:30:37.138] checking for libcurl >= 7.61.0... yes [02:30:37.146] checking whether to build with libnuma support... no [02:30:37.146] checking whether to build with XML support... yes [02:30:37.147] checking for libxml-2.0 >= 2.6.23... yes [02:30:37.154] checking whether to build with LZ4 support... yes [02:30:37.154] checking for liblz4... yes [02:30:37.161] checking whether to build with ZSTD support... yes [02:30:37.162] checking for libzstd >= 1.4.0... yes [02:30:37.169] checking for strip... (cached) strip [02:30:37.169] checking whether it is possible to strip libraries... yes [02:30:37.171] checking for ar... (cached) ar [02:30:37.171] checking for a BSD-compatible install... (cached) /usr/bin/install -c [02:30:37.172] checking for tar... (cached) /usr/bin/tar [02:30:37.172] checking whether ln -s works... yes [02:30:37.172] checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p [02:30:37.172] checking for bison... (cached) /usr/bin/bison [02:30:37.174] configure: using bison (GNU Bison) 3.8.2 [02:30:37.177] checking for flex... (cached) /usr/bin/flex [02:30:37.179] configure: using flex 2.6.4 [02:30:37.179] checking for perl... (cached) /usr/bin/perl [02:30:37.181] configure: using perl 5.36.0 [02:30:37.183] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.36 [02:30:37.188] checking for Perl privlibexp... /usr/share/perl/5.36 [02:30:37.193] checking for Perl useshrplib... true [02:30:37.199] checking for CFLAGS recommended by Perl... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 [02:30:37.205] checking for CFLAGS to compile embedded Perl... -DDEBIAN [02:30:37.211] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.36/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [02:30:37.302] checking for python3... (cached) /usr/bin/python3 [02:30:37.314] configure: using python 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0] [02:30:37.320] checking for Python sysconfig module... yes [02:30:37.331] checking Python configuration directory... /usr/lib/python3.11/config-3.11-x86_64-linux-gnu [02:30:37.344] checking Python include directory... -I/usr/include/python3.11 [02:30:37.356] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.11 -ldl -lm [02:30:37.399] checking for a sed that does not truncate output... (cached) /usr/bin/sed [02:30:37.400] checking for grep that handles long lines and -e... (cached) /usr/bin/grep [02:30:37.401] checking for egrep... (cached) /usr/bin/grep -E [02:30:37.401] checking for ANSI C header files... (cached) yes [02:30:37.404] checking for sys/types.h... (cached) yes [02:30:37.411] checking for sys/stat.h... (cached) yes [02:30:37.417] checking for stdlib.h... (cached) yes [02:30:37.423] checking for string.h... (cached) yes [02:30:37.429] checking for memory.h... (cached) yes [02:30:37.435] checking for strings.h... (cached) yes [02:30:37.442] checking for inttypes.h... (cached) yes [02:30:37.449] checking for stdint.h... (cached) yes [02:30:37.455] checking for unistd.h... (cached) yes [02:30:37.460] checking whether ccache gcc is Clang... (cached) no [02:30:37.460] checking whether pthreads work with -pthread... yes [02:30:37.510] checking for joinable pthread attribute... (cached) PTHREAD_CREATE_JOINABLE [02:30:37.510] checking whether more special flags are required for pthreads... (cached) no [02:30:37.510] checking for PTHREAD_PRIO_INHERIT... (cached) yes [02:30:37.510] checking for pthread.h... (cached) yes [02:30:37.510] checking for strerror_r... (cached) yes [02:30:37.511] checking whether strerror_r returns int... (cached) no [02:30:37.512] checking for main in -lm... (cached) yes [02:30:37.513] checking for library containing setproctitle... (cached) no [02:30:37.513] checking for library containing dlsym... (cached) none required [02:30:37.513] checking for library containing socket... (cached) none required [02:30:37.513] checking for library containing getopt_long... (cached) none required [02:30:37.513] checking for library containing shm_open... (cached) none required [02:30:37.513] checking for library containing shm_unlink... (cached) none required [02:30:37.513] checking for library containing clock_gettime... (cached) none required [02:30:37.514] checking for library containing shmget... (cached) none required [02:30:37.514] checking for library containing backtrace_symbols... (cached) none required [02:30:37.514] checking for library containing pthread_barrier_wait... (cached) none required [02:30:37.514] checking for library containing readline... (cached) -lreadline [02:30:37.514] checking for inflate in -lz... (cached) yes [02:30:37.515] checking for curl/curl.h... (cached) yes [02:30:37.516] checking for curl_multi_init in -lcurl... (cached) yes [02:30:37.516] checking for curl_global_init thread safety... (cached) yes [02:30:37.516] checking for curl support for asynchronous DNS... (cached) yes [02:30:37.516] checking for library containing gss_store_cred_into... (cached) -lgssapi_krb5 [02:30:37.516] checking for CRYPTO_new_ex_data in -lcrypto... (cached) yes [02:30:37.517] checking for SSL_new in -lssl... (cached) yes [02:30:37.519] checking for SSL_CTX_set_ciphersuites... (cached) yes [02:30:37.520] checking for SSL_CTX_set_cert_cb... (cached) yes [02:30:37.524] checking for X509_get_signature_info... (cached) yes [02:30:37.531] checking for SSL_CTX_set_num_tickets... (cached) yes [02:30:37.538] checking for SSL_CTX_set_keylog_callback... (cached) yes [02:30:37.542] checking for pam_start in -lpam... (cached) yes [02:30:37.544] checking for xmlSaveToBuffer in -lxml2... (cached) yes [02:30:37.545] checking for xsltCleanupGlobals in -lxslt... (cached) yes [02:30:37.546] checking for LZ4_compress_default in -llz4... (cached) yes [02:30:37.547] checking for ZSTD_compress in -lzstd... (cached) yes [02:30:37.549] checking for ldap_bind in -lldap... (cached) yes [02:30:37.550] checking for ldap_initialize... (cached) yes [02:30:37.551] checking for ldap_verify_credentials... (cached) yes [02:30:37.552] checking for security_compute_create_name in -lselinux... (cached) yes [02:30:37.553] checking for uuid_export in -lossp-uuid... (cached) yes [02:30:37.556] checking for atomic.h... (cached) no [02:30:37.560] checking for copyfile.h... (cached) no [02:30:37.563] checking for execinfo.h... (cached) yes [02:30:37.570] checking for getopt.h... (cached) yes [02:30:37.577] checking for ifaddrs.h... (cached) yes [02:30:37.584] checking for mbarrier.h... (cached) no [02:30:37.588] checking for sys/epoll.h... (cached) yes [02:30:37.595] checking for sys/event.h... (cached) no [02:30:37.599] checking for sys/personality.h... (cached) yes [02:30:37.606] checking for sys/prctl.h... (cached) yes [02:30:37.613] checking for sys/procctl.h... (cached) no [02:30:37.616] checking for sys/signalfd.h... (cached) yes [02:30:37.624] checking for sys/ucred.h... (cached) no [02:30:37.628] checking for termios.h... (cached) yes [02:30:37.636] checking for ucred.h... (cached) no [02:30:37.639] checking for xlocale.h... (cached) no [02:30:37.641] checking for readline/readline.h... (cached) yes [02:30:37.642] checking for readline/history.h... (cached) yes [02:30:37.645] checking for zlib.h... (cached) yes [02:30:37.645] checking for lz4... (cached) /usr/bin/lz4 [02:30:37.645] checking for lz4.h... (cached) yes [02:30:37.645] checking for zstd... (cached) /usr/bin/zstd [02:30:37.646] checking for zstd.h... (cached) yes [02:30:37.646] checking for gssapi/gssapi.h... (cached) yes [02:30:37.647] checking for gssapi/gssapi_ext.h... (cached) yes [02:30:37.649] checking for openssl... (cached) /usr/bin/openssl [02:30:37.653] configure: using openssl: OpenSSL 3.0.17 1 Jul 2025 (Library: OpenSSL 3.0.17 1 Jul 2025) [02:30:37.653] checking for openssl/ssl.h... (cached) yes [02:30:37.653] checking for openssl/err.h... (cached) yes [02:30:37.654] checking for security/pam_appl.h... (cached) yes [02:30:37.655] checking for systemd/sd-daemon.h... (cached) yes [02:30:37.655] checking for libxml/parser.h... (cached) yes [02:30:37.655] checking for libxslt/xslt.h... (cached) yes [02:30:37.656] checking for ldap.h... (cached) yes [02:30:37.656] checking for compatible LDAP implementation... (cached) yes [02:30:37.656] checking for ossp/uuid.h... (cached) yes [02:30:37.675] checking whether byte ordering is bigendian... (cached) no [02:30:37.676] checking for inline... (cached) inline [02:30:37.676] checking for printf format archetype... (cached) gnu_printf [02:30:37.677] checking for _Static_assert... (cached) yes [02:30:37.677] checking for typeof... (cached) typeof [02:30:37.677] checking for __builtin_types_compatible_p... (cached) yes [02:30:37.677] checking for __builtin_constant_p... (cached) yes [02:30:37.678] checking for __builtin_mul_overflow... (cached) yes [02:30:37.678] checking for __builtin_unreachable... (cached) yes [02:30:37.678] checking for computed goto support... (cached) yes [02:30:37.678] checking for struct tm.tm_zone... (cached) yes [02:30:37.679] checking for union semun... (cached) no [02:30:37.679] checking for socklen_t... (cached) yes [02:30:37.681] checking for struct sockaddr.sa_len... (cached) no [02:30:37.681] checking for C/C++ restrict keyword... (cached) __restrict [02:30:37.683] checking for struct option... (cached) yes [02:30:37.684] checking whether assembler supports x86_64 popcntq... (cached) yes [02:30:37.684] checking for special C compiler options needed for large files... (cached) no [02:30:37.685] checking for _FILE_OFFSET_BITS value needed for large files... (cached) no [02:30:37.686] checking size of off_t... (cached) 8 [02:30:37.687] checking for int timezone... (cached) yes [02:30:37.692] checking for backtrace_symbols... (cached) yes [02:30:37.699] checking for copyfile... (cached) no [02:30:37.703] checking for copy_file_range... (cached) yes [02:30:37.710] checking for elf_aux_info... (cached) no [02:30:37.713] checking for getauxval... (cached) yes [02:30:37.720] checking for getifaddrs... (cached) yes [02:30:37.727] checking for getpeerucred... (cached) no [02:30:37.730] checking for inet_pton... (cached) yes [02:30:37.737] checking for kqueue... (cached) no [02:30:37.740] checking for localeconv_l... (cached) no [02:30:37.743] checking for mbstowcs_l... (cached) no [02:30:37.746] checking for posix_fallocate... (cached) yes [02:30:37.753] checking for ppoll... (cached) yes [02:30:37.761] checking for pthread_is_threaded_np... (cached) no [02:30:37.764] checking for setproctitle... (cached) no [02:30:37.767] checking for setproctitle_fast... (cached) no [02:30:37.770] checking for strsignal... (cached) yes [02:30:37.777] checking for syncfs... (cached) yes [02:30:37.785] checking for sync_file_range... (cached) yes [02:30:37.792] checking for uselocale... (cached) yes [02:30:37.800] checking for wcstombs_l... (cached) no [02:30:37.800] checking for __builtin_bswap16... (cached) yes [02:30:37.801] checking for __builtin_bswap32... (cached) yes [02:30:37.802] checking for __builtin_bswap64... (cached) yes [02:30:37.804] checking for __builtin_clz... (cached) yes [02:30:37.805] checking for __builtin_ctz... (cached) yes [02:30:37.806] checking for __builtin_popcount... (cached) yes [02:30:37.807] checking for __builtin_frame_address... (cached) yes [02:30:37.809] checking for _LARGEFILE_SOURCE value needed for large files... (cached) no [02:30:37.810] checking how ccache gcc reports undeclared, standard C functions... (cached) error [02:30:37.810] checking for posix_fadvise... (cached) yes [02:30:37.817] checking whether posix_fadvise is declared... (cached) yes [02:30:37.823] checking whether fdatasync is declared... (cached) yes [02:30:37.829] checking whether strlcat is declared... (cached) no [02:30:37.836] checking whether strlcpy is declared... (cached) no [02:30:37.842] checking whether strnlen is declared... (cached) yes [02:30:37.848] checking whether strsep is declared... (cached) yes [02:30:37.855] checking whether timingsafe_bcmp is declared... (cached) no [02:30:37.861] checking whether preadv is declared... (cached) yes [02:30:37.867] checking whether pwritev is declared... (cached) yes [02:30:37.873] checking whether strchrnul is declared... (cached) yes [02:30:37.879] checking whether memset_s is declared... (cached) no [02:30:37.885] checking whether F_FULLFSYNC is declared... (cached) no [02:30:37.886] checking for explicit_bzero... (cached) yes [02:30:37.887] checking for getopt... (cached) yes [02:30:37.887] checking for getpeereid... (cached) no [02:30:37.887] checking for inet_aton... (cached) yes [02:30:37.887] checking for mkdtemp... (cached) yes [02:30:37.887] checking for strlcat... (cached) no [02:30:37.887] checking for strlcpy... (cached) no [02:30:37.887] checking for strnlen... (cached) yes [02:30:37.888] checking for strsep... (cached) yes [02:30:37.888] checking for timingsafe_bcmp... (cached) no [02:30:37.888] checking for pthread_barrier_wait... (cached) yes [02:30:37.888] checking for getopt_long... (cached) yes [02:30:37.888] checking for syslog... (cached) yes [02:30:37.888] checking for syslog.h... (cached) yes [02:30:37.889] checking for opterr... (cached) yes [02:30:37.889] checking for optreset... (cached) no [02:30:37.889] checking for unicode/ucol.h... (cached) yes [02:30:37.894] checking whether LLVMCreateGDBRegistrationListener is declared... (cached) yes [02:30:37.900] checking whether LLVMCreatePerfJITEventListener is declared... (cached) yes [02:30:37.901] checking for rl_completion_suppress_quote... (cached) yes [02:30:37.902] checking for rl_filename_quote_characters... (cached) yes [02:30:37.902] checking for rl_filename_quoting_function... (cached) yes [02:30:37.905] checking for append_history... (cached) yes [02:30:37.912] checking for history_truncate_file... (cached) yes [02:30:37.918] checking for rl_completion_matches... (cached) yes [02:30:37.925] checking for rl_filename_completion_function... (cached) yes [02:30:37.932] checking for rl_reset_screen_size... (cached) yes [02:30:37.939] checking for rl_variable_bind... (cached) yes [02:30:37.943] checking test program... ok [02:30:37.999] checking size of void *... (cached) 8 [02:30:38.000] checking size of size_t... (cached) 8 [02:30:38.001] checking size of long... (cached) 8 [02:30:38.002] checking size of long long... (cached) 8 [02:30:38.004] checking alignment of short... (cached) 2 [02:30:38.005] checking alignment of int... (cached) 4 [02:30:38.006] checking alignment of long... (cached) 8 [02:30:38.007] checking alignment of int64_t... (cached) 8 [02:30:38.008] checking alignment of double... (cached) 8 [02:30:38.011] checking for __int128... (cached) yes [02:30:38.011] checking for __int128 alignment bug... (cached) ok [02:30:38.011] checking alignment of PG_INT128_TYPE... (cached) 16 [02:30:38.012] checking for builtin __sync char locking functions... (cached) yes [02:30:38.012] checking for builtin __sync int32 locking functions... (cached) yes [02:30:38.012] checking for builtin __sync int32 atomic operations... (cached) yes [02:30:38.013] checking for builtin __sync int64 atomic operations... (cached) yes [02:30:38.013] checking for builtin __atomic int32 atomic operations... (cached) yes [02:30:38.013] checking for builtin __atomic int64 atomic operations... (cached) yes [02:30:38.013] checking for __get_cpuid... (cached) yes [02:30:38.013] checking for __get_cpuid_count... (cached) yes [02:30:38.013] checking for _xgetbv... (cached) yes [02:30:38.013] checking for _mm512_popcnt_epi64... (cached) yes [02:30:38.014] checking for _mm_crc32_u8 and _mm_crc32_u32... (cached) yes [02:30:38.041] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... (cached) no [02:30:38.041] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... (cached) no [02:30:38.041] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... (cached) no [02:30:38.041] 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... (cached) no [02:30:38.042] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [02:30:38.042] checking for _mm512_clmulepi64_epi128... (cached) yes [02:30:38.042] checking for vectorized CRC-32C... AVX-512 with runtime check [02:30:38.042] checking for library containing sem_init... (cached) none required [02:30:38.043] checking which semaphore API to use... unnamed POSIX [02:30:38.043] checking which random number source to use... OpenSSL [02:30:38.045] checking for tclsh... (cached) /usr/bin/tclsh [02:30:38.045] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [02:30:38.063] checking for tcl.h... (cached) yes [02:30:38.063] checking for perl.h... (cached) yes [02:30:38.063] checking for libperl... yes [02:30:38.311] checking for Python.h... (cached) yes [02:30:38.311] checking for xmllint... (cached) /usr/bin/xmllint [02:30:38.312] checking for xsltproc... (cached) /usr/bin/xsltproc [02:30:38.312] checking for fop... (cached) /usr/bin/fop [02:30:38.312] checking for dbtoepub... no [02:30:38.312] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... (cached) yes [02:30:38.312] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... (cached) yes [02:30:38.323] configure: using compiler=gcc (Debian 12.2.0-14+deb12u1) 12.2.0 [02:30:38.323] 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 -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 [02:30:38.323] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [02:30:38.323] configure: using LDFLAGS= -Wl,--as-needed [02:30:38.323] configure: using CXX=ccache g++ [02:30:38.323] 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 -O2 [02:30:38.323] configure: using CLANG=ccache clang-16 [02:30:38.323] configure: using BITCODE_CFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -O2 [02:30:38.323] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [02:30:38.359] configure: creating ./config.status [02:30:38.443] config.status: creating GNUmakefile [02:30:38.455] config.status: creating src/Makefile.global [02:30:38.470] config.status: creating src/include/pg_config.h [02:30:38.482] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [02:30:38.489] config.status: src/interfaces/ecpg/include/ecpg_config.h is unchanged [02:30:38.494] config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s [02:30:38.501] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [02:30:38.508] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [02:30:38.515] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [02:30:38.521] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [02:30:38.554] [02:30:38.554] real 0m1.988s [02:30:38.554] user 0m1.518s [02:30:38.554] sys 0m0.629s [02:30:38.554] make -s -j${BUILD_JOBS} clean [02:30:39.101] time make -s -j${BUILD_JOBS} world-bin [02:33:32.956] In file included from ../../src/include/access/htup_details.h:22, [02:33:32.956] from ../../src/include/access/relscan.h:17, [02:33:32.956] from ../../src/include/access/heapam.h:19, [02:33:32.956] from ../../contrib/vci/include/vci.h:23, [02:33:32.956] from storage/vci_chunk.c:21: [02:33:32.956] In function ‘VARSIZE_ANY’, [02:33:32.956] inlined from ‘vci_FillOneRowInRosChunkBuffer’ at storage/vci_chunk.c:345:14: [02:33:32.956] ../../src/include/varatt.h:243:45: error: array subscript ‘varattrib_4b[0]’ is partly outside array bounds of ‘struct varlena[1]’ [-Werror=array-bounds] [02:33:32.956] 243 | ((((varattrib_4b *) (PTR))->va_4byte.va_header >> 2) & 0x3FFFFFFF) [02:33:32.956] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ [02:33:32.956] ../../src/include/varatt.h:467:24: note: in expansion of macro ‘VARSIZE_4B’ [02:33:32.956] 467 | return VARSIZE_4B(PTR); [02:33:32.956] | ^~~~~~~~~~ [02:33:32.956] storage/vci_chunk.c: In function ‘vci_FillOneRowInRosChunkBuffer’: [02:33:32.956] storage/vci_chunk.c:329:71: note: object ‘datumNull’ of size 4 [02:33:32.956] 329 | static struct varlena datumNull; [02:33:32.956] | ^~~~~~~~~ [02:33:32.956] cc1: all warnings being treated as errors [02:33:32.956] make[2]: *** [: storage/vci_chunk.o] Error 1 [02:33:32.956] make[2]: *** Waiting for unfinished jobs.... [02:33:33.333] make[1]: *** [Makefile:97: all-vci-recurse] Error 2 [02:33:33.333] make: *** [GNUmakefile:21: world-bin-contrib-recurse] Error 2 [02:33:33.333] [02:33:33.333] real 2m54.232s [02:33:33.333] user 8m39.792s [02:33:33.333] sys 2m8.355s [02:33:33.333] [02:33:33.333] Exit status: 2