Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dbaynard/4bda3f829b4306169071d8b58a666804 to your computer and use it in GitHub Desktop.
Save dbaynard/4bda3f829b4306169071d8b58a666804 to your computer and use it in GitHub Desktop.
Logs from darwin postgres builds
This file has been truncated, but you can view the full file.
structuredAttrs is enabled
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/s08nwkldf7fjwfd5ja9fi34mkb0cpmv9-postgresql-15.7.tar.bz2
source root is postgresql-15.7
setting SOURCE_DATE_EPOCH to timestamp 1715027735 of file postgresql-15.7/INSTALL
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
applying patch /nix/store/7xbzbzj2aw9712llkwpngkzdbx8c18wn-relative-to-symlinks.patch
patching file src/common/exec.c
Hunk #1 succeeded at 242 (offset 24 lines).
applying patch /nix/store/dzx9iq7nnh3r66kn76cwjq49kzgvvssf-less-is-more.patch
patching file src/include/fe_utils/print.h
Hunk #1 succeeded at 20 (offset 2 lines).
applying patch /nix/store/046vri33dmh9z8sl1l77mbyh2rc9wjis-paths-for-split-outputs.patch
patching file src/common/config_info.c
Hunk #1 succeeded at 117 (offset -1 lines).
patching file src/Makefile.global.in
applying patch /nix/store/zp3wdx74ahiqyx97djx285im92sg881q-paths-with-postgresql-suffix.patch
patching file src/Makefile.global.in
Hunk #1 succeeded at 101 (offset -1 lines).
Hunk #2 succeeded at 135 (offset -1 lines).
applying patch /nix/store/gmhm8cy4pn6j01hb1nr89mf64f8g8sh0-locale-binary-path.patch
patching file src/backend/commands/collationcmds.c
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/mwlr7ypilzn122hcr51dss3aswca984a-bash-5.2p26/bin/sh"
configure flags: --prefix=/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7 --bindir=/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/bin --sbindir=/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/sbin --includedir=/nix/store/1s9dg8lg1j3gz2vii9y1ws1kz663b8ar-postgresql-15.7-dev/include --oldincludedir=/nix/store/1s9dg8lg1j3gz2vii9y1ws1kz663b8ar-postgresql-15.7-dev/include --mandir=/nix/store/14nkxamflmkkd1sgaidv86f3sz68dh5j-postgresql-15.7-man/share/man --infodir=/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/share/info --docdir=/nix/store/j9qxx0vx9w9330gqz0hksifx73dwxd3v-postgresql-15.7-doc/share/doc/postgresql --libdir=/nix/store/qz8k2mv6xn3hrcwh09xnpqg3fj9nn71h-postgresql-15.7-lib/lib --libexecdir=/nix/store/qz8k2mv6xn3hrcwh09xnpqg3fj9nn71h-postgresql-15.7-lib/libexec --localedir=/nix/store/qz8k2mv6xn3hrcwh09xnpqg3fj9nn71h-postgresql-15.7-lib/share/locale --with-openssl --with-libxml --with-icu --sysconfdir=/etc --with-system-tzdata=/nix/store/gl3q40mvvayfdrh7c2jnhcbal8a70s9s-tzdata-2024a/share/zoneinfo --enable-debug '' --with-uuid=e2fs --with-lz4 --with-zstd --with-gssapi
configure: WARNING: you should use --build, --host, --target
checking build system type... aarch64-apple-darwin23.1.0
checking host system type... aarch64-apple-darwin23.1.0
checking which template to use... darwin
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for clang option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for gawk... gawk
checking whether clang supports -Wdeclaration-after-statement, for CFLAGS... yes
checking whether clang supports -Werror=vla, for CFLAGS... yes
checking whether clang supports -Werror=unguarded-availability-new, for CFLAGS... yes
checking whether clang++ supports -Werror=unguarded-availability-new, for CXXFLAGS... yes
checking whether clang supports -Wendif-labels, for CFLAGS... yes
checking whether clang++ supports -Wendif-labels, for CXXFLAGS... yes
checking whether clang supports -Wmissing-format-attribute, for CFLAGS... yes
checking whether clang++ supports -Wmissing-format-attribute, for CXXFLAGS... yes
checking whether clang supports -Wimplicit-fallthrough=3, for CFLAGS... no
checking whether clang++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... no
checking whether clang supports -Wcast-function-type, for CFLAGS... yes
checking whether clang++ supports -Wcast-function-type, for CXXFLAGS... yes
checking whether clang supports -Wformat-security, for CFLAGS... yes
checking whether clang++ supports -Wformat-security, for CXXFLAGS... yes
checking whether clang supports -fno-strict-aliasing, for CFLAGS... yes
checking whether clang++ supports -fno-strict-aliasing, for CXXFLAGS... yes
checking whether clang supports -fwrapv, for CFLAGS... yes
checking whether clang++ supports -fwrapv, for CXXFLAGS... yes
checking whether clang supports -fexcess-precision=standard, for CFLAGS... yes
checking whether clang++ supports -fexcess-precision=standard, for CXXFLAGS... yes
checking whether clang supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes
checking whether clang supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes
checking whether clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes
checking whether clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes
checking whether clang supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS... yes
checking whether clang supports -Wformat-truncation, for NOT_THE_CFLAGS... no
checking whether clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no
checking whether the C compiler still works... yes
checking how to run the C preprocessor... clang -E
checking pkg-config is at least version 0.9.0... yes
checking allow thread-safe client libraries... yes
checking whether to build with ICU support... yes
checking for icu-uc icu-i18n... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with GSSAPI support... yes
checking whether to build with PAM support... no
checking whether to build with BSD Authentication support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with SELinux support... no
checking whether to build with systemd support... no
checking whether to build with XML support... yes
checking for libxml-2.0 >= 2.6.23... yes
checking whether to build with LZ4 support... yes
checking for liblz4... yes
checking whether to build with ZSTD support... yes
checking for libzstd >= 1.4.0... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... no
checking for ranlib... ranlib
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for ar... ar
checking for a BSD-compatible install... /nix/store/sr0kwlvh1idqwx84x4vnbq3xcb1njlqh-coreutils-9.5/bin/install -c
checking for tar... /nix/store/4dzysigv6mq5jprwhdp9dyhmiryn8456-gnutar-1.35/bin/tar
checking whether ln -s works... yes
checking for a thread-safe mkdir -p... /nix/store/sr0kwlvh1idqwx84x4vnbq3xcb1njlqh-coreutils-9.5/bin/mkdir -p
checking for bison... no
configure: WARNING:
*** Without Bison you will not be able to build PostgreSQL from Git nor
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.)
checking for flex... no
configure: WARNING:
*** Without Flex you will not be able to build PostgreSQL from Git nor
*** change any of the scanner definition files. You can obtain Flex from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
checking for perl... no
configure: WARNING:
*** Without Perl you will not be able to build PostgreSQL from Git.
*** You can obtain Perl from any CPAN mirror site.
*** (If you are using the official distribution of PostgreSQL then you do not
*** need to worry about this, because the Perl output is pre-generated.)
checking for a sed that does not truncate output... /nix/store/ppqmdcx451f418lxya030sqgn9nsa02f-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/jycv2izmc0anvqsd6rac7d1r5g9g0aaa-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/jycv2izmc0anvqsd6rac7d1r5g9g0aaa-gnugrep-3.11/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether clang is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strerror_r... yes
checking for getpwuid_r... yes
checking for gethostbyname_r... no
checking whether strerror_r returns int... yes
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlsym... none required
checking for library containing socket... none required
checking for library containing shl_load... no
checking for library containing getopt_long... none required
checking for library containing shm_open... none required
checking for library containing shm_unlink... none required
checking for library containing clock_gettime... none required
checking for library containing fdatasync... none required
checking for library containing shmget... none required
checking for library containing backtrace_symbols... none required
checking for library containing gethostbyname_r... no
checking for library containing pthread_barrier_wait... no
checking for library containing readline... -lreadline
checking for inflate in -lz... yes
checking for library containing gss_init_sec_context... -lgssapi_krb5
checking for CRYPTO_new_ex_data in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for X509_get_signature_nid... yes
checking for OPENSSL_init_ssl... yes
checking for BIO_meth_new... yes
checking for ASN1_STRING_get0_data... yes
checking for HMAC_CTX_new... yes
checking for HMAC_CTX_free... yes
checking for CRYPTO_lock... no
checking for X509_get_signature_info... yes
checking for xmlSaveToBuffer in -lxml2... yes
checking for LZ4_compress_default in -llz4... yes
checking for ZSTD_compress in -lzstd... yes
checking for uuid_generate... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking copyfile.h usability... yes
checking copyfile.h presence... yes
checking for copyfile.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbarrier.h usability... no
checking mbarrier.h presence... no
checking for mbarrier.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/personality.h usability... no
checking sys/personality.h presence... no
checking for sys/personality.h... no
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/procctl.h usability... no
checking sys/procctl.h presence... no
checking for sys/procctl.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/signalfd.h usability... no
checking sys/signalfd.h presence... no
checking for sys/signalfd.h... no
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/tas.h usability... no
checking sys/tas.h presence... no
checking for sys/tas.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for net/if.h... yes
checking for sys/ucred.h... yes
checking for netinet/tcp.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for lz4... /nix/store/8mj7md4iw1s4kfbwdigfwggrlri2s5wr-lz4-1.9.4-bin/bin/lz4
checking lz4.h usability... yes
checking lz4.h presence... yes
checking for lz4.h... yes
checking for zstd... /nix/store/qz7x7vcph1d9b58yhbfnqn86vfhaqnhx-zstd-1.5.6-bin/bin/zstd
checking zstd.h usability... yes
checking zstd.h presence... yes
checking for zstd.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for printf format archetype... printf
checking for __func__... yes
checking for _Static_assert... yes
checking for typeof... typeof
checking for __builtin_types_compatible_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_unreachable... yes
checking for computed goto support... yes
checking for struct tm.tm_zone... yes
checking for union semun... yes
checking for socklen_t... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct sockaddr_storage.ss_len... yes
checking for struct sockaddr_storage.__ss_len... no
checking for struct sockaddr.sa_len... yes
checking for struct addrinfo... yes
checking for locale_t... yes (in xlocale.h)
checking for C/C++ restrict keyword... __restrict
checking for struct cmsgcred... no
checking for struct option... yes
checking for z_streamp... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of off_t... 8
checking size of bool... 1
checking for int timezone... yes
checking whether gettimeofday takes only one argument... no
checking for wcstombs_l declaration... yes (in xlocale.h)
checking for backtrace_symbols... yes
checking for clock_gettime... yes
checking for copyfile... yes
checking for fdatasync... yes
checking for getifaddrs... yes
checking for getpeerucred... no
checking for getrlimit... yes
checking for inet_pton... yes
checking for kqueue... yes
checking for mbstowcs_l... yes
checking for memset_s... yes
checking for poll... yes
checking for posix_fallocate... no
checking for ppoll... no
checking for pstat... no
checking for pthread_is_threaded_np... yes
checking for readlink... yes
checking for readv... yes
checking for setproctitle... no
checking for setproctitle_fast... no
checking for setsid... yes
checking for shm_open... yes
checking for strchrnul... no
checking for strsignal... yes
checking for symlink... yes
checking for syncfs... no
checking for sync_file_range... no
checking for uselocale... yes
checking for wcstombs_l... yes
checking for writev... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_ctz... yes
checking for __builtin_popcount... yes
checking for __builtin_frame_address... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking how clang reports undeclared, standard C functions... error
checking whether sigwait is declared... yes
checking for POSIX-conforming sigwait declaration... yes
checking for posix_fadvise... no
checking whether posix_fadvise is declared... no
checking whether fdatasync is declared... no
checking whether strlcat is declared... yes
checking whether strlcpy is declared... yes
checking whether strnlen is declared... yes
checking whether preadv is declared... yes
checking whether pwritev is declared... yes
checking whether F_FULLFSYNC is declared... yes
checking whether RTLD_GLOBAL is declared... yes
checking whether RTLD_NOW is declared... yes
checking for struct sockaddr_in6... yes
checking for PS_STRINGS... no
checking for dlopen... yes
checking for explicit_bzero... no
checking for fls... yes
checking for getopt... yes
checking for getpeereid... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for link... yes
checking for mkdtemp... yes
checking for pread... yes
checking for pwrite... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strnlen... yes
checking for strtof... yes
checking for pthread_barrier_wait... no
checking for setenv... yes
checking for unsetenv... yes
checking for getaddrinfo... yes
checking for getopt_long... yes
checking for syslog... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for opterr... yes
checking for optreset... yes
checking for strtoll... yes
checking for strtoull... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking unicode/ucol.h usability... yes
checking unicode/ucol.h presence... yes
checking for unicode/ucol.h... yes
checking for rl_completion_suppress_quote... yes
checking for rl_filename_quote_characters... yes
checking for rl_filename_quoting_function... yes
checking for append_history... yes
checking for history_truncate_file... yes
checking for rl_completion_matches... yes
checking for rl_filename_completion_function... yes
checking for rl_reset_screen_size... yes
checking for rl_variable_bind... yes
checking test program... ok
checking whether long int is 64 bits... yes
checking for __builtin_mul_overflow... yes
checking size of void *... 8
checking size of size_t... 8
checking size of long... 8
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no
checking for __int128... yes
checking for __int128 alignment bug... ok
checking alignment of PG_INT128_TYPE... 16
checking for builtin __sync char locking functions... yes
checking for builtin __sync int32 locking functions... yes
checking for builtin __sync int32 atomic operations... yes
checking for builtin __sync int64 atomic operations... yes
checking for builtin __atomic int32 atomic operations... yes
checking for builtin __atomic int64 atomic operations... yes
checking for __get_cpuid... no
checking for __cpuid... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=... no
checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2... no
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... yes
checking which CRC-32C implementation to use... ARMv8 CRC instructions
checking which semaphore API to use... System V
checking which random number source to use... OpenSSL
checking for xmllint... /nix/store/mispl9asf4kmaq792y093jxkjs8bq701-libxml2-2.12.7-bin/bin/xmllint
checking for xsltproc... no
checking for fop... no
checking for dbtoepub... no
checking whether clang supports -Wl,-dead_strip_dylibs... yes
configure: using compiler=clang version 16.0.6
configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto
configure: using CPPFLAGS= -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include
configure: using LDFLAGS= -L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: creating src/include/pg_config_ext.h
config.status: creating src/interfaces/ecpg/include/ecpg_config.h
config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
config.status: linking src/include/port/darwin.h to src/include/pg_config_os.h
config.status: linking src/makefiles/Makefile.darwin to src/Makefile.port
configurePhase completed in 1 minutes 12 seconds
@nix { "action": "setPhase", "phase": "buildPhase" }
Running phase: buildPhase
build flags: -j8 SHELL=/nix/store/mwlr7ypilzn122hcr51dss3aswca984a-bash-5.2p26/bin/bash world
make -C ./src/backend generated-headers
make[1]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend'
make -C catalog distprep generated-header-symlinks
make -C utils distprep generated-header-symlinks
prereqdir=`cd 'parser/' >/dev/null && pwd` && \
cd '../../src/include/parser/' && rm -f gram.h && \
ln -s "$prereqdir/gram.h" .
prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \
cd '../../src/include/storage/' && rm -f lwlocknames.h && \
ln -s "$prereqdir/lwlocknames.h" .
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils'
make[2]: Nothing to be done for 'distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/utils/' && for file in fmgroids.h fmgrprotos.h errcodes.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
sed -f ./Gen_dummy_probes.sed probes.d >probes.h
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
make[2]: Nothing to be done for 'distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/catalog/' && for file in pg_proc_d.h pg_type_d.h pg_attribute_d.h pg_class_d.h pg_attrdef_d.h pg_constraint_d.h pg_inherits_d.h pg_index_d.h pg_operator_d.h pg_opfamily_d.h pg_opclass_d.h pg_am_d.h pg_amop_d.h pg_amproc_d.h pg_language_d.h pg_largeobject_metadata_d.h pg_largeobject_d.h pg_aggregate_d.h pg_statistic_d.h pg_statistic_ext_d.h pg_statistic_ext_data_d.h pg_rewrite_d.h pg_trigger_d.h pg_event_trigger_d.h pg_description_d.h pg_cast_d.h pg_enum_d.h pg_namespace_d.h pg_conversion_d.h pg_depend_d.h pg_database_d.h pg_db_role_setting_d.h pg_tablespace_d.h pg_authid_d.h pg_auth_members_d.h pg_shdepend_d.h pg_shdescription_d.h pg_ts_config_d.h pg_ts_config_map_d.h pg_ts_dict_d.h pg_ts_parser_d.h pg_ts_template_d.h pg_extension_d.h pg_foreign_data_wrapper_d.h pg_foreign_server_d.h pg_user_mapping_d.h pg_foreign_table_d.h pg_policy_d.h pg_replication_origin_d.h pg_default_acl_d.h pg_init_privs_d.h pg_seclabel_d.h pg_shseclabel_d.h pg_collation_d.h pg_parameter_acl_d.h pg_partitioned_table_d.h pg_range_d.h pg_transform_d.h pg_sequence_d.h pg_publication_d.h pg_publication_namespace_d.h pg_publication_rel_d.h pg_subscription_d.h pg_subscription_rel_d.h schemapg.h system_fk_info.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
cd '../../../src/include/utils/' && rm -f probes.h && \
ln -s "../../../src/backend/utils/probes.h" .
touch ../../../src/include/utils/header-stamp
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils'
touch ../../../src/include/catalog/header-stamp
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
make[1]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend'
make -C doc all
make -C src all
make -C config all
make[1]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc'
make -C src all
make[1]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/config'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/config'
make[1]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src'
make -C common all
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc/src'
make -C sgml all
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/common'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o archive.o archive.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o base64.o base64.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o checksum_helper.o checksum_helper.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o compression.o compression.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o config_info.o config_info.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o controldata_utils.o controldata_utils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o d2s.o d2s.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc/src/sgml'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o encnames.o encnames.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o exec.o exec.c
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc/src/sgml'
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc/src'
make[1]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/doc'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o f2s.o f2s.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o file_perm.o file_perm.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o file_utils.o file_utils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o hashfn.o hashfn.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o ip.o ip.c
exec.c:248:14: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
struct stat buf;
 ^
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o jsonapi.o jsonapi.c
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o keywords.o keywords.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o kwlookup.o kwlookup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o link-canary.o link-canary.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o md5_common.o md5_common.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o pg_get_line.o pg_get_line.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o pg_lzcompress.o pg_lzcompress.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o pg_prng.o pg_prng.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o pgfnames.o pgfnames.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o psprintf.o psprintf.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o relpath.o relpath.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o rmtree.o rmtree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o saslprep.o saslprep.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o scram-common.o scram-common.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o string.o string.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o stringinfo.o stringinfo.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o unicode_norm.o unicode_norm.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o username.o username.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o wait_error.o wait_error.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o wchar.o wchar.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o protocol_openssl.o protocol_openssl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o cryptohash_openssl.o cryptohash_openssl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o hmac_openssl.o hmac_openssl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o fe_memutils.o fe_memutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o restricted_token.o restricted_token.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o sprompt.o sprompt.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c -o logging.o logging.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c archive.c -o archive_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c base64.c -o base64_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c checksum_helper.c -o checksum_helper_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c compression.c -o compression_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c config_info.c -o config_info_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c controldata_utils.c -o controldata_utils_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c d2s.c -o d2s_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c encnames.c -o encnames_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c exec.c -o exec_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c f2s.c -o f2s_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_perm.c -o file_perm_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_utils.c -o file_utils_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hashfn.c -o hashfn_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c ip.c -o ip_shlib.o
exec.c:248:14: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
struct stat buf;
 ^
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c jsonapi.c -o jsonapi_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c keywords.c -o keywords_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c kwlookup.c -o kwlookup_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c link-canary.c -o link-canary_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c md5_common.c -o md5_common_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_get_line.c -o pg_get_line_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_lzcompress.c -o pg_lzcompress_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_prng.c -o pg_prng_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pgfnames.c -o pgfnames_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c psprintf.c -o psprintf_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c relpath.c -o relpath_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c rmtree.c -o rmtree_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c saslprep.c -o saslprep_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c scram-common.c -o scram-common_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c string.c -o string_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c stringinfo.c -o stringinfo_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c unicode_norm.c -o unicode_norm_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c username.c -o username_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wait_error.c -o wait_error_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wchar.c -o wchar_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c protocol_openssl.c -o protocol_openssl_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c cryptohash_openssl.c -o cryptohash_openssl_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hmac_openssl.c -o hmac_openssl_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c fe_memutils.c -o fe_memutils_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c restricted_token.c -o restricted_token_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c sprompt.c -o sprompt_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c archive.c -o archive_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c base64.c -o base64_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c checksum_helper.c -o checksum_helper_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c compression.c -o compression_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c config_info.c -o config_info_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c controldata_utils.c -o controldata_utils_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c d2s.c -o d2s_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c encnames.c -o encnames_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c exec.c -o exec_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -Wno-declaration-after-statement -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c f2s.c -o f2s_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_perm.c -o file_perm_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_utils.c -o file_utils_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hashfn.c -o hashfn_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c ip.c -o ip_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c jsonapi.c -o jsonapi_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c keywords.c -o keywords_srv.o
exec.c:248:14: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
struct stat buf;
 ^
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c kwlookup.c -o kwlookup_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c link-canary.c -o link-canary_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c md5_common.c -o md5_common_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_get_line.c -o pg_get_line_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_lzcompress.c -o pg_lzcompress_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_prng.c -o pg_prng_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pgfnames.c -o pgfnames_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c psprintf.c -o psprintf_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c relpath.c -o relpath_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c rmtree.c -o rmtree_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c saslprep.c -o saslprep_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c scram-common.c -o scram-common_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c string.c -o string_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c stringinfo.c -o stringinfo_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c unicode_norm.c -o unicode_norm_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c username.c -o username_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wait_error.c -o wait_error_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wchar.c -o wchar_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c protocol_openssl.c -o protocol_openssl_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c cryptohash_openssl.c -o cryptohash_openssl_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../src/common -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/nix/store/qahw3kj0dpm81sr1p59lldk65vr2p8kp-libxml2-2.12.7/lib -L/nix/store/hz94v1jpp4xgzkxg6ly6v28m3fwy6mf1-lz4-1.9.4/lib -L/nix/store/n8n1npyr6dka81vv6fqz5mavpz1lshi3-zstd-1.5.6/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hmac_openssl.c -o hmac_openssl_srv.o
rm -f libpgcommon.a
rm -f libpgcommon_shlib.a
ar crs libpgcommon.a archive.o base64.o checksum_helper.o compression.o config_info.o controldata_utils.o d2s.o encnames.o exec.o f2s.o file_perm.o file_utils.o hashfn.o ip.o jsonapi.o keywords.o kwlookup.o link-canary.o md5_common.o pg_get_line.o pg_lzcompress.o pg_prng.o pgfnames.o psprintf.o relpath.o rmtree.o saslprep.o scram-common.o string.o stringinfo.o unicode_norm.o username.o wait_error.o wchar.o protocol_openssl.o cryptohash_openssl.o hmac_openssl.o fe_memutils.o restricted_token.o sprompt.o logging.o
ar crs libpgcommon_shlib.a archive_shlib.o base64_shlib.o checksum_helper_shlib.o compression_shlib.o config_info_shlib.o controldata_utils_shlib.o d2s_shlib.o encnames_shlib.o exec_shlib.o f2s_shlib.o file_perm_shlib.o file_utils_shlib.o hashfn_shlib.o ip_shlib.o jsonapi_shlib.o keywords_shlib.o kwlookup_shlib.o link-canary_shlib.o md5_common_shlib.o pg_get_line_shlib.o pg_lzcompress_shlib.o pg_prng_shlib.o pgfnames_shlib.o psprintf_shlib.o relpath_shlib.o rmtree_shlib.o saslprep_shlib.o scram-common_shlib.o string_shlib.o stringinfo_shlib.o unicode_norm_shlib.o username_shlib.o wait_error_shlib.o wchar_shlib.o protocol_openssl_shlib.o cryptohash_openssl_shlib.o hmac_openssl_shlib.o fe_memutils_shlib.o restricted_token_shlib.o sprompt_shlib.o
rm -f libpgcommon_srv.a
ar crs libpgcommon_srv.a archive_srv.o base64_srv.o checksum_helper_srv.o compression_srv.o config_info_srv.o controldata_utils_srv.o d2s_srv.o encnames_srv.o exec_srv.o f2s_srv.o file_perm_srv.o file_utils_srv.o hashfn_srv.o ip_srv.o jsonapi_srv.o keywords_srv.o kwlookup_srv.o link-canary_srv.o md5_common_srv.o pg_get_line_srv.o pg_lzcompress_srv.o pg_prng_srv.o pgfnames_srv.o psprintf_srv.o relpath_srv.o rmtree_srv.o saslprep_srv.o scram-common_srv.o string_srv.o stringinfo_srv.o unicode_norm_srv.o username_srv.o wait_error_srv.o wchar_srv.o protocol_openssl_srv.o cryptohash_openssl_srv.o hmac_openssl_srv.o
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/common'
make -C port all
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/port'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o explicit_bzero.o explicit_bzero.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pthread_barrier_wait.o pthread_barrier_wait.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_crc32c_armv8.o pg_crc32c_armv8.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bsearch_arg.o bsearch_arg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o chklocale.o chklocale.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inet_net_ntop.o inet_net_ntop.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o noblock.o noblock.c
echo "#define PGBINDIR \"/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/bin\"" >pg_config_paths.h
echo "#define PGSHAREDIR \"/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/share/postgresql\"" >>pg_config_paths.h
echo "#define SYSCONFDIR \"/etc/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIR \"/nix/store/1s9dg8lg1j3gz2vii9y1ws1kz663b8ar-postgresql-15.7-dev/include\"" >>pg_config_paths.h
echo "#define PKGINCLUDEDIR \"/nix/store/1s9dg8lg1j3gz2vii9y1ws1kz663b8ar-postgresql-15.7-dev/include\"" >>pg_config_paths.h
echo "#define INCLUDEDIRSERVER \"/nix/store/1s9dg8lg1j3gz2vii9y1ws1kz663b8ar-postgresql-15.7-dev/include/server\"" >>pg_config_paths.h
echo "#define LIBDIR \"/nix/store/qz8k2mv6xn3hrcwh09xnpqg3fj9nn71h-postgresql-15.7-lib/lib\"" >>pg_config_paths.h
echo "#define PKGLIBDIR \"/nix/store/idigshrd94d4f7mmcb2xdb1r0hgcmz7v-postgresql-15.7/lib\"" >>pg_config_paths.h
echo "#define LOCALEDIR \"/nix/store/qz8k2mv6xn3hrcwh09xnpqg3fj9nn71h-postgresql-15.7-lib/share/locale\"" >>pg_config_paths.h
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_bitutils.o pg_bitutils.c
echo "#define DOCDIR \"/nix/store/j9qxx0vx9w9330gqz0hksifx73dwxd3v-postgresql-15.7-doc/share/doc/postgresql\"" >>pg_config_paths.h
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_strong_random.o pg_strong_random.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgcheckdir.o pgcheckdir.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgmkdirp.o pgmkdirp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgsleep.o pgsleep.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstrcasecmp.o pgstrcasecmp.c
echo "#define HTMLDIR \"/nix/store/j9qxx0vx9w9330gqz0hksifx73dwxd3v-postgresql-15.7-doc/share/doc/postgresql\"" >>pg_config_paths.h
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstrsignal.o pgstrsignal.c
echo "#define MANDIR \"/nix/store/14nkxamflmkkd1sgaidv86f3sz68dh5j-postgresql-15.7-man/share/man\"" >>pg_config_paths.h
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pqsignal.o pqsignal.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o qsort.o qsort.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o qsort_arg.o qsort_arg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o quotes.o quotes.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o snprintf.o snprintf.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o strerror.o strerror.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tar.o tar.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -pthread -D_REENTRANT -D_THREAD_SAFE -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o thread.o thread.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c explicit_bzero.c -o explicit_bzero_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pthread_barrier_wait.c -o pthread_barrier_wait_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_crc32c_armv8.c -o pg_crc32c_armv8_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c bsearch_arg.c -o bsearch_arg_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c chklocale.c -o chklocale_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c inet_net_ntop.c -o inet_net_ntop_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c noblock.c -o noblock_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o path.o path.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_bitutils.c -o pg_bitutils_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_strong_random.c -o pg_strong_random_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgcheckdir.c -o pgcheckdir_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgmkdirp.c -o pgmkdirp_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgsleep.c -o pgsleep_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgstrcasecmp.c -o pgstrcasecmp_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgstrsignal.c -o pgstrsignal_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pqsignal.c -o pqsignal_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c qsort.c -o qsort_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c qsort_arg.c -o qsort_arg_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c quotes.c -o quotes_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c snprintf.c -o snprintf_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c strerror.c -o strerror_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c tar.c -o tar_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -pthread -D_REENTRANT -D_THREAD_SAFE -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c thread.c -o thread_shlib.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c explicit_bzero.c -o explicit_bzero_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pthread_barrier_wait.c -o pthread_barrier_wait_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_crc32c_armv8.c -o pg_crc32c_armv8_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c bsearch_arg.c -o bsearch_arg_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c chklocale.c -o chklocale_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c inet_net_ntop.c -o inet_net_ntop_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c noblock.c -o noblock_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c path.c -o path_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_bitutils.c -o pg_bitutils_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pg_strong_random.c -o pg_strong_random_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgcheckdir.c -o pgcheckdir_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgmkdirp.c -o pgmkdirp_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgsleep.c -o pgsleep_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgstrcasecmp.c -o pgstrcasecmp_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pgstrsignal.c -o pgstrsignal_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c pqsignal.c -o pqsignal_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c qsort.c -o qsort_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c qsort_arg.c -o qsort_arg_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c quotes.c -o quotes_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c snprintf.c -o snprintf_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c strerror.c -o strerror_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c tar.c -o tar_srv.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c thread.c -o thread_srv.o
rm -f libpgport.a
ar crs libpgport.a explicit_bzero.o pthread_barrier_wait.o pg_crc32c_armv8.o bsearch_arg.o chklocale.o inet_net_ntop.o noblock.o path.o pg_bitutils.o pg_strong_random.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pgstrsignal.o pqsignal.o qsort.o qsort_arg.o quotes.o snprintf.o strerror.o tar.o thread.o
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c path.c -o path_shlib.o
rm -f libpgport_srv.a
ar crs libpgport_srv.a explicit_bzero_srv.o pthread_barrier_wait_srv.o pg_crc32c_armv8_srv.o bsearch_arg_srv.o chklocale_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pg_bitutils_srv.o pg_strong_random_srv.o pgcheckdir_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o pgstrsignal_srv.o pqsignal_srv.o qsort_srv.o qsort_arg_srv.o quotes_srv.o snprintf_srv.o strerror_srv.o tar_srv.o thread_srv.o
rm -f libpgport_shlib.a
ar crs libpgport_shlib.a explicit_bzero_shlib.o pthread_barrier_wait_shlib.o pg_crc32c_armv8_shlib.o bsearch_arg_shlib.o chklocale_shlib.o inet_net_ntop_shlib.o noblock_shlib.o path_shlib.o pg_bitutils_shlib.o pg_strong_random_shlib.o pgcheckdir_shlib.o pgmkdirp_shlib.o pgsleep_shlib.o pgstrcasecmp_shlib.o pgstrsignal_shlib.o pqsignal_shlib.o qsort_shlib.o qsort_arg_shlib.o quotes_shlib.o snprintf_shlib.o strerror_shlib.o tar_shlib.o thread_shlib.o
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/port'
make -C timezone all
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/timezone'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include '-DSYSTEMTZDIR="/nix/store/gl3q40mvvayfdrh7c2jnhcbal8a70s9s-tzdata-2024a/share/zoneinfo"' -c -o localtime.o localtime.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include '-DSYSTEMTZDIR="/nix/store/gl3q40mvvayfdrh7c2jnhcbal8a70s9s-tzdata-2024a/share/zoneinfo"' -c -o pgtz.o pgtz.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include '-DSYSTEMTZDIR="/nix/store/gl3q40mvvayfdrh7c2jnhcbal8a70s9s-tzdata-2024a/share/zoneinfo"' -c -o strftime.o strftime.c
( echo src/timezone/localtime.o src/timezone/pgtz.o src/timezone/strftime.o ) >objfiles.txt
make[2]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/timezone'
make -C backend all
make[2]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend'
make -C ../../src/port all
make -C catalog distprep generated-header-symlinks
make -C utils distprep generated-header-symlinks
make -C access all
make -C backup all
make -C bootstrap all
make -C catalog all
make -C parser all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils'
make[3]: Nothing to be done for 'distprep'.
make[3]: Nothing to be done for 'generated-header-symlinks'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils'
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/port'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/port'
make -C ../../src/common all
make -C commands all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/bootstrap'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bootparse.o bootparse.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/backup'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o backup_manifest.o backup_manifest.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access'
make -C brin all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
make[3]: Nothing to be done for 'distprep'.
make[3]: Nothing to be done for 'generated-header-symlinks'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
make -C executor all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/parser'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o analyze.o analyze.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o aclchk.o aclchk.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/brin'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin.o brin.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/common'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/common'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_bloom.o brin_bloom.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/commands'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o aggregatecmds.o aggregatecmds.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/executor'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execAmi.o execAmi.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execAsync.o execAsync.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup.o basebackup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_inclusion.o brin_inclusion.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o alter.o alter.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_minmax.o brin_minmax.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bootstrap.o bootstrap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execCurrent.o execCurrent.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_minmax_multi.o brin_minmax_multi.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gram.o gram.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o amcmds.o amcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_pageops.o brin_pageops.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_copy.o basebackup_copy.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execExpr.o execExpr.c
( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/bootstrap'
make -C foreign all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o analyze.o analyze.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/foreign'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o foreign.o foreign.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o catalog.o catalog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dependency.o dependency.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_gzip.o basebackup_gzip.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_revmap.o brin_revmap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heap.o heap.c
( echo src/backend/foreign/foreign.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_lz4.o basebackup_lz4.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/foreign'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o index.o index.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_tuple.o brin_tuple.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_zstd.o basebackup_zstd.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_validate.o brin_validate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o async.o async.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execExprInterp.o execExprInterp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_progress.o basebackup_progress.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_server.o basebackup_server.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brin_xlog.o brin_xlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indexing.o indexing.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execGrouping.o execGrouping.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_sink.o basebackup_sink.c
( echo src/backend/access/brin/brin.o src/backend/access/brin/brin_bloom.o src/backend/access/brin/brin_inclusion.o src/backend/access/brin/brin_minmax.o src/backend/access/brin/brin_minmax_multi.o src/backend/access/brin/brin_pageops.o src/backend/access/brin/brin_revmap.o src/backend/access/brin/brin_tuple.o src/backend/access/brin/brin_validate.o src/backend/access/brin/brin_xlog.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/brin'
make -C common all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execIndexing.o execIndexing.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/common'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o attmap.o attmap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o namespace.o namespace.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_target.o basebackup_target.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o cluster.o cluster.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bufmask.o bufmask.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execJunk.o execJunk.c
make -C lib all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o basebackup_throttle.o basebackup_throttle.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/lib'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o binaryheap.o binaryheap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execMain.o execMain.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o detoast.o detoast.c
( echo src/backend/backup/backup_manifest.o src/backend/backup/basebackup.o src/backend/backup/basebackup_copy.o src/backend/backup/basebackup_gzip.o src/backend/backup/basebackup_lz4.o src/backend/backup/basebackup_zstd.o src/backend/backup/basebackup_progress.o src/backend/backup/basebackup_server.o src/backend/backup/basebackup_sink.o src/backend/backup/basebackup_target.o src/backend/backup/basebackup_throttle.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/backup'
make -C gin all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bipartite_match.o bipartite_match.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bloomfilter.o bloomfilter.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/gin'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginarrayproc.o ginarrayproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o collationcmds.o collationcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o objectaccess.o objectaccess.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o objectaddress.o objectaddress.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dshash.o dshash.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heaptuple.o heaptuple.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginbtree.o ginbtree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partition.o partition.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o comment.o comment.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execParallel.o execParallel.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hyperloglog.o hyperloglog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginbulk.o ginbulk.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indextuple.o indextuple.c
make -C libpq all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/libpq'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o auth-sasl.o auth-sasl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o constraint.o constraint.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ilist.o ilist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gindatapage.o gindatapage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execPartition.o execPartition.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o integerset.o integerset.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o printsimple.o printsimple.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_aggregate.o pg_aggregate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o conversioncmds.o conversioncmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o auth-scram.o auth-scram.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_agg.o parse_agg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o printtup.o printtup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o knapsack.o knapsack.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copy.o copy.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execProcnode.o execProcnode.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_attrdef.o pg_attrdef.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginentrypage.o ginentrypage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pairingheap.o pairingheap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o auth.o auth.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rbtree.o rbtree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relation.o relation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_clause.o parse_clause.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execReplication.o execReplication.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_cast.o pg_cast.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copyfrom.o copyfrom.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginfast.o ginfast.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o reloptions.o reloptions.c
( echo src/backend/lib/binaryheap.o src/backend/lib/bipartite_match.o src/backend/lib/bloomfilter.o src/backend/lib/dshash.o src/backend/lib/hyperloglog.o src/backend/lib/ilist.o src/backend/lib/integerset.o src/backend/lib/knapsack.o src/backend/lib/pairingheap.o src/backend/lib/rbtree.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_class.o pg_class.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/lib'
make -C main all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/main'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o main.o main.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execSRF.o execSRF.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-fsstubs.o be-fsstubs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginget.o ginget.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_collation.o pg_collation.c
( echo src/backend/main/main.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copyfromparse.o copyfromparse.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/main'
make -C nodes all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/nodes'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bitmapset.o bitmapset.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execScan.o execScan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o scankey.o scankey.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_coerce.o parse_coerce.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-secure-common.o be-secure-common.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_constraint.o pg_constraint.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o session.o session.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execTuples.o execTuples.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copyfuncs.o copyfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-secure.o be-secure.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gininsert.o gininsert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o syncscan.o syncscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_conversion.o pg_conversion.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copyto.o copyto.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_collate.o parse_collate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o toast_compression.o toast_compression.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_db_role_setting.o pg_db_role_setting.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginlogic.o ginlogic.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o crypt.o crypt.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o execUtils.o execUtils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o toast_internals.o toast_internals.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_cte.o parse_cte.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginpostinglist.o ginpostinglist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_depend.o pg_depend.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o createas.o createas.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hba.o hba.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o equalfuncs.o equalfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tupconvert.o tupconvert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginscan.o ginscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o functions.o functions.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_enr.o parse_enr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_enum.o pg_enum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tupdesc.o tupdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dbcommands.o dbcommands.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginutil.o ginutil.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_expr.o parse_expr.c
functions.c:723:18: warning: cast from 'void (*)(struct ParseState *, SQLFunctionParseInfoPtr)' (aka 'void (*)(struct ParseState *, struct SQLFunctionParseInfo *)') to 'ParserSetupHook' (aka 'void (*)(struct ParseState *, void *)') converts to incompatible function type [-Wcast-function-type-strict]
(ParserSetupHook) sql_fn_parser_setup,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_inherits.o pg_inherits.c
1 warning generated.
( echo src/backend/access/common/attmap.o src/backend/access/common/bufmask.o src/backend/access/common/detoast.o src/backend/access/common/heaptuple.o src/backend/access/common/indextuple.o src/backend/access/common/printsimple.o src/backend/access/common/printtup.o src/backend/access/common/relation.o src/backend/access/common/reloptions.o src/backend/access/common/scankey.o src/backend/access/common/session.o src/backend/access/common/syncscan.o src/backend/access/common/toast_compression.o src/backend/access/common/toast_internals.o src/backend/access/common/tupconvert.o src/backend/access/common/tupdesc.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o instrument.o instrument.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/common'
make -C gist all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/gist'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gist.o gist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginvacuum.o ginvacuum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o extensible.o extensible.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ifaddr.o ifaddr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_largeobject.o pg_largeobject.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeAgg.o nodeAgg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_func.o parse_func.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o list.o list.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pqcomm.o pqcomm.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginvalidate.o ginvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o define.o define.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_namespace.o pg_namespace.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistbuild.o gistbuild.c
list.c:1643:48: warning: cast from 'list_sort_comparator' (aka 'int (*)(const union ListCell *, const union ListCell *)') to 'qsort_comparator' (aka 'int (*)(const void *, const void *)') converts to incompatible function type [-Wcast-function-type-strict]
qsort(list->elements, len, sizeof(ListCell), (qsort_comparator) cmp);
 ^~~~~~~~~~~~~~~~~~~~~~
../../../src/include/port.h:499:39: note: expanded from macro 'qsort'
#define qsort(a,b,c,d) pg_qsort(a,b,c,d)
 ^
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ginxlog.o ginxlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o discard.o discard.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_operator.o pg_operator.c
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o makefuncs.o makefuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_merge.o parse_merge.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pqformat.o pqformat.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dropcmds.o dropcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistbuildbuffers.o gistbuildbuffers.c
( echo src/backend/access/gin/ginarrayproc.o src/backend/access/gin/ginbtree.o src/backend/access/gin/ginbulk.o src/backend/access/gin/gindatapage.o src/backend/access/gin/ginentrypage.o src/backend/access/gin/ginfast.o src/backend/access/gin/ginget.o src/backend/access/gin/gininsert.o src/backend/access/gin/ginlogic.o src/backend/access/gin/ginpostinglist.o src/backend/access/gin/ginscan.o src/backend/access/gin/ginutil.o src/backend/access/gin/ginvacuum.o src/backend/access/gin/ginvalidate.o src/backend/access/gin/ginxlog.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/gin'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistget.o gistget.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeFuncs.o nodeFuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_parameter_acl.o pg_parameter_acl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeAppend.o nodeAppend.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_node.o parse_node.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pqmq.o pqmq.c
make -C optimizer all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer'
make -C geqo all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o event_trigger.o event_trigger.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/geqo'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_copy.o geqo_copy.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_proc.o pg_proc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistproc.o gistproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeBitmapAnd.o nodeBitmapAnd.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_oper.o parse_oper.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_cx.o geqo_cx.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pqsignal.o pqsignal.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodes.o nodes.c
pg_proc.c:957:20: warning: cast from 'void (*)(struct ParseState *, SQLFunctionParseInfoPtr)' (aka 'void (*)(struct ParseState *, struct SQLFunctionParseInfo *)') to 'ParserSetupHook' (aka 'void (*)(struct ParseState *, void *)') converts to incompatible function type [-Wcast-function-type-strict]
(ParserSetupHook) sql_fn_parser_setup,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_erx.o geqo_erx.c
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o explain.o explain.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_publication.o pg_publication.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_param.o parse_param.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o outfuncs.o outfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-secure-openssl.o be-secure-openssl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistscan.o gistscan.c
nodeBitmapHeapscan.c:593:6: warning: cast from 'TupleTableSlot *(*)(BitmapHeapScanState *)' (aka 'struct TupleTableSlot *(*)(struct BitmapHeapScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) BitmapHeapNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeBitmapHeapscan.c:594:6: warning: cast from 'bool (*)(BitmapHeapScanState *, TupleTableSlot *)' (aka 'bool (*)(struct BitmapHeapScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) BitmapHeapRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_eval.o geqo_eval.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_relation.o parse_relation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistsplit.o gistsplit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_range.o pg_range.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_main.o geqo_main.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeBitmapOr.o nodeBitmapOr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-gssapi-common.o be-gssapi-common.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_shdepend.o pg_shdepend.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_misc.o geqo_misc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o be-secure-gssapi.o be-secure-gssapi.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistutil.o gistutil.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeCtescan.o nodeCtescan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o params.o params.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_mutation.o geqo_mutation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_target.o parse_target.c
nodeCtescan.c:165:6: warning: cast from 'TupleTableSlot *(*)(CteScanState *)' (aka 'struct TupleTableSlot *(*)(struct CteScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) CteScanNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeCtescan.c:166:6: warning: cast from 'bool (*)(CteScanState *, TupleTableSlot *)' (aka 'bool (*)(struct CteScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) CteScanRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o extension.o extension.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeCustom.o nodeCustom.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o print.o print.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_subscription.o pg_subscription.c
( echo src/backend/libpq/auth-sasl.o src/backend/libpq/auth-scram.o src/backend/libpq/auth.o src/backend/libpq/be-fsstubs.o src/backend/libpq/be-secure-common.o src/backend/libpq/be-secure.o src/backend/libpq/crypt.o src/backend/libpq/hba.o src/backend/libpq/ifaddr.o src/backend/libpq/pqcomm.o src/backend/libpq/pqformat.o src/backend/libpq/pqmq.o src/backend/libpq/pqsignal.o src/backend/libpq/be-secure-openssl.o src/backend/libpq/be-gssapi-common.o src/backend/libpq/be-secure-gssapi.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/libpq'
make -C partitioning all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_ox1.o geqo_ox1.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/partitioning'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partbounds.o partbounds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistvacuum.o gistvacuum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeForeignscan.o nodeForeignscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_ox2.o geqo_ox2.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o read.o read.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_type.o pg_type.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_type.o parse_type.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_pmx.o geqo_pmx.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistvalidate.o gistvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o readfuncs.o readfuncs.c
nodeForeignscan.c:133:6: warning: cast from 'TupleTableSlot *(*)(ForeignScanState *)' (aka 'struct TupleTableSlot *(*)(struct ForeignScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) ForeignNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeForeignscan.c:134:6: warning: cast from 'bool (*)(ForeignScanState *, TupleTableSlot *)' (aka 'bool (*)(struct ForeignScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) ForeignRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeFunctionscan.o nodeFunctionscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o storage.o storage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_pool.o geqo_pool.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o foreigncmds.o foreigncmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parse_utilcmd.o parse_utilcmd.c
nodeFunctionscan.c:271:6: warning: cast from 'TupleTableSlot *(*)(FunctionScanState *)' (aka 'struct TupleTableSlot *(*)(struct FunctionScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) FunctionNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeFunctionscan.c:272:6: warning: cast from 'bool (*)(FunctionScanState *, TupleTableSlot *)' (aka 'bool (*)(struct FunctionScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) FunctionRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistxlog.o gistxlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_px.o geqo_px.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeGather.o nodeGather.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o toasting.o toasting.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_random.o geqo_random.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o functioncmds.o functioncmds.c
( echo src/backend/access/gist/gist.o src/backend/access/gist/gistbuild.o src/backend/access/gist/gistbuildbuffers.o src/backend/access/gist/gistget.o src/backend/access/gist/gistproc.o src/backend/access/gist/gistscan.o src/backend/access/gist/gistsplit.o src/backend/access/gist/gistutil.o src/backend/access/gist/gistvacuum.o src/backend/access/gist/gistvalidate.o src/backend/access/gist/gistxlog.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/gist'
make -C hash all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/hash'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hash.o hash.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_recombination.o geqo_recombination.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeGatherMerge.o nodeGatherMerge.c
( echo src/backend/catalog/aclchk.o src/backend/catalog/catalog.o src/backend/catalog/dependency.o src/backend/catalog/heap.o src/backend/catalog/index.o src/backend/catalog/indexing.o src/backend/catalog/namespace.o src/backend/catalog/objectaccess.o src/backend/catalog/objectaddress.o src/backend/catalog/partition.o src/backend/catalog/pg_aggregate.o src/backend/catalog/pg_attrdef.o src/backend/catalog/pg_cast.o src/backend/catalog/pg_class.o src/backend/catalog/pg_collation.o src/backend/catalog/pg_constraint.o src/backend/catalog/pg_conversion.o src/backend/catalog/pg_db_role_setting.o src/backend/catalog/pg_depend.o src/backend/catalog/pg_enum.o src/backend/catalog/pg_inherits.o src/backend/catalog/pg_largeobject.o src/backend/catalog/pg_namespace.o src/backend/catalog/pg_operator.o src/backend/catalog/pg_parameter_acl.o src/backend/catalog/pg_proc.o src/backend/catalog/pg_publication.o src/backend/catalog/pg_range.o src/backend/catalog/pg_shdepend.o src/backend/catalog/pg_subscription.o src/backend/catalog/pg_type.o src/backend/catalog/storage.o src/backend/catalog/toasting.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partdesc.o partdesc.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/catalog'
make -C port all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tidbitmap.o tidbitmap.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/port'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o atomics.o atomics.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geqo_selection.o geqo_selection.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_sema.o pg_sema.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hash_xlog.o hash_xlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parser.o parser.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeGroup.o nodeGroup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partprune.o partprune.c
( echo src/backend/optimizer/geqo/geqo_copy.o src/backend/optimizer/geqo/geqo_cx.o src/backend/optimizer/geqo/geqo_erx.o src/backend/optimizer/geqo/geqo_eval.o src/backend/optimizer/geqo/geqo_main.o src/backend/optimizer/geqo/geqo_misc.o src/backend/optimizer/geqo/geqo_mutation.o src/backend/optimizer/geqo/geqo_ox1.o src/backend/optimizer/geqo/geqo_ox2.o src/backend/optimizer/geqo/geqo_pmx.o src/backend/optimizer/geqo/geqo_pool.o src/backend/optimizer/geqo/geqo_px.o src/backend/optimizer/geqo/geqo_random.o src/backend/optimizer/geqo/geqo_recombination.o src/backend/optimizer/geqo/geqo_selection.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/geqo'
make -C path all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indexcmds.o indexcmds.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/path'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o allpaths.o allpaths.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_shmem.o pg_shmem.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o value.o value.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o scan.o scan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeHash.o nodeHash.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashfunc.o hashfunc.c
( echo src/backend/nodes/bitmapset.o src/backend/nodes/copyfuncs.o src/backend/nodes/equalfuncs.o src/backend/nodes/extensible.o src/backend/nodes/list.o src/backend/nodes/makefuncs.o src/backend/nodes/nodeFuncs.o src/backend/nodes/nodes.o src/backend/nodes/outfuncs.o src/backend/nodes/params.o src/backend/nodes/print.o src/backend/nodes/read.o src/backend/nodes/readfuncs.o src/backend/nodes/tidbitmap.o src/backend/nodes/value.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/nodes'
make -C postmaster all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/postmaster'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o autovacuum.o autovacuum.c
( echo src/backend/port/atomics.o src/backend/port/pg_sema.o src/backend/port/pg_shmem.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/port'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o auxprocess.o auxprocess.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashinsert.o hashinsert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bgworker.o bgworker.c
( echo src/backend/partitioning/partbounds.o src/backend/partitioning/partdesc.o src/backend/partitioning/partprune.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/partitioning'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashovfl.o hashovfl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o clausesel.o clausesel.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lockcmds.o lockcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeHashjoin.o nodeHashjoin.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o scansup.o scansup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashpage.o hashpage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bgwriter.o bgwriter.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o checkpointer.o checkpointer.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o matview.o matview.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o costsize.o costsize.c
( echo src/backend/parser/analyze.o src/backend/parser/gram.o src/backend/parser/parse_agg.o src/backend/parser/parse_clause.o src/backend/parser/parse_coerce.o src/backend/parser/parse_collate.o src/backend/parser/parse_cte.o src/backend/parser/parse_enr.o src/backend/parser/parse_expr.o src/backend/parser/parse_func.o src/backend/parser/parse_merge.o src/backend/parser/parse_node.o src/backend/parser/parse_oper.o src/backend/parser/parse_param.o src/backend/parser/parse_relation.o src/backend/parser/parse_target.o src/backend/parser/parse_type.o src/backend/parser/parse_utilcmd.o src/backend/parser/parser.o src/backend/parser/scan.o src/backend/parser/scansup.o ) >objfiles.txt
make -C regex all
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/parser'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o equivclass.o equivclass.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/regex'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regcomp.o regcomp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fork_process.o fork_process.c
costsize.c:587:19: warning: cast from 'void (*)()' to 'amcostestimate_function' (aka 'void (*)(struct PlannerInfo *, struct IndexPath *, double, double *, double *, double *, double *, double *)') converts to incompatible function type [-Wcast-function-type-strict]
amcostestimate = (amcostestimate_function) index->amcostestimate;
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashsearch.o hashsearch.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeIncrementalSort.o nodeIncrementalSort.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashsort.o hashsort.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o opclasscmds.o opclasscmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o interrupt.o interrupt.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashutil.o hashutil.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashvalidate.o hashvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgarch.o pgarch.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeIndexonlyscan.o nodeIndexonlyscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o postmaster.o postmaster.c
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indxpath.o indxpath.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o operatorcmds.o operatorcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o shell_archive.o shell_archive.c
( echo src/backend/access/hash/hash.o src/backend/access/hash/hash_xlog.o src/backend/access/hash/hashfunc.o src/backend/access/hash/hashinsert.o src/backend/access/hash/hashovfl.o src/backend/access/hash/hashpage.o src/backend/access/hash/hashsearch.o src/backend/access/hash/hashsort.o src/backend/access/hash/hashutil.o src/backend/access/hash/hashvalidate.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/hash'
make -C heap all
nodeIndexonlyscan.c:350:6: warning: cast from 'TupleTableSlot *(*)(IndexOnlyScanState *)' (aka 'struct TupleTableSlot *(*)(struct IndexOnlyScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) IndexOnlyNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeIndexonlyscan.c:351:6: warning: cast from 'bool (*)(IndexOnlyScanState *, TupleTableSlot *)' (aka 'bool (*)(struct IndexOnlyScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) IndexOnlyRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/heap'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heapam.o heapam.c
make -C replication all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/replication'
make -C logical all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/replication/logical'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o decode.o decode.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeIndexscan.o nodeIndexscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o startup.o startup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o policy.o policy.c
nodeIndexscan.c:534:7: warning: cast from 'TupleTableSlot *(*)(IndexScanState *)' (aka 'struct TupleTableSlot *(*)(struct IndexScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) IndexNextWithReorder,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeIndexscan.c:535:7: warning: cast from 'bool (*)(IndexScanState *, TupleTableSlot *)' (aka 'bool (*)(struct IndexScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) IndexRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeIndexscan.c:538:7: warning: cast from 'TupleTableSlot *(*)(IndexScanState *)' (aka 'struct TupleTableSlot *(*)(struct IndexScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) IndexNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeIndexscan.c:539:7: warning: cast from 'bool (*)(IndexScanState *, TupleTableSlot *)' (aka 'bool (*)(struct IndexScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) IndexRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heapam_handler.o heapam_handler.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o launcher.o launcher.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o joinpath.o joinpath.c
4 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeLimit.o nodeLimit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o syslogger.o syslogger.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o portalcmds.o portalcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regerror.o regerror.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeLockRows.o nodeLockRows.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o logical.o logical.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heapam_visibility.o heapam_visibility.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o prepare.o prepare.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o walwriter.o walwriter.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o joinrels.o joinrels.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regexec.o regexec.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeMaterial.o nodeMaterial.c
( echo src/backend/postmaster/autovacuum.o src/backend/postmaster/auxprocess.o src/backend/postmaster/bgworker.o src/backend/postmaster/bgwriter.o src/backend/postmaster/checkpointer.o src/backend/postmaster/fork_process.o src/backend/postmaster/interrupt.o src/backend/postmaster/pgarch.o src/backend/postmaster/postmaster.o src/backend/postmaster/shell_archive.o src/backend/postmaster/startup.o src/backend/postmaster/syslogger.o src/backend/postmaster/walwriter.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/postmaster'
make -C plan all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/plan'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o analyzejoins.o analyzejoins.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o logicalfuncs.o logicalfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heaptoast.o heaptoast.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o proclang.o proclang.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o publicationcmds.o publicationcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeMemoize.o nodeMemoize.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pathkeys.o pathkeys.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hio.o hio.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o message.o message.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regexport.o regexport.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o schemacmds.o schemacmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o createplan.o createplan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regfree.o regfree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o origin.o origin.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pruneheap.o pruneheap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeMergeAppend.o nodeMergeAppend.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o seclabel.o seclabel.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tidpath.o tidpath.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteheap.o rewriteheap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regprefix.o regprefix.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeMergejoin.o nodeMergejoin.c
( echo src/backend/optimizer/path/allpaths.o src/backend/optimizer/path/clausesel.o src/backend/optimizer/path/costsize.o src/backend/optimizer/path/equivclass.o src/backend/optimizer/path/indxpath.o src/backend/optimizer/path/joinpath.o src/backend/optimizer/path/joinrels.o src/backend/optimizer/path/pathkeys.o src/backend/optimizer/path/tidpath.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sequence.o sequence.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/path'
make -C prep all
( echo src/backend/regex/regcomp.o src/backend/regex/regerror.o src/backend/regex/regexec.o src/backend/regex/regexport.o src/backend/regex/regfree.o src/backend/regex/regprefix.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/regex'
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/prep'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o prepagg.o prepagg.c
make -C rewrite all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o proto.o proto.c
make -C statistics all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/rewrite'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteDefine.o rewriteDefine.c
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/statistics'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dependencies.o dependencies.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o vacuumlazy.o vacuumlazy.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o initsplan.o initsplan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeModifyTable.o nodeModifyTable.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o prepjointree.o prepjointree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o statscmds.o statscmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relation.o relation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o extended_stats.o extended_stats.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteHandler.o rewriteHandler.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o visibilitymap.o visibilitymap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o reorderbuffer.o reorderbuffer.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o planagg.o planagg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o subscriptioncmds.o subscriptioncmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o prepqual.o prepqual.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeNamedtuplestorescan.o nodeNamedtuplestorescan.c
( echo src/backend/access/heap/heapam.o src/backend/access/heap/heapam_handler.o src/backend/access/heap/heapam_visibility.o src/backend/access/heap/heaptoast.o src/backend/access/heap/hio.o src/backend/access/heap/pruneheap.o src/backend/access/heap/rewriteheap.o src/backend/access/heap/vacuumlazy.o src/backend/access/heap/visibilitymap.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/heap'
make -C index all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o planmain.o planmain.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/index'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o amapi.o amapi.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mcv.o mcv.c
nodeNamedtuplestorescan.c:73:6: warning: cast from 'TupleTableSlot *(*)(NamedTuplestoreScanState *)' (aka 'struct TupleTableSlot *(*)(struct NamedTuplestoreScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) NamedTuplestoreScanNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeNamedtuplestorescan.c:74:6: warning: cast from 'bool (*)(NamedTuplestoreScanState *, TupleTableSlot *)' (aka 'bool (*)(struct NamedTuplestoreScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) NamedTuplestoreScanRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeNestloop.o nodeNestloop.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o preptlist.o preptlist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o planner.o planner.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o amvalidate.o amvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tablecmds.o tablecmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteManip.o rewriteManip.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o snapbuild.o snapbuild.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeProjectSet.o nodeProjectSet.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o prepunion.o prepunion.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o genam.o genam.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mvdistinct.o mvdistinct.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteRemove.o rewriteRemove.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeRecursiveunion.o nodeRecursiveunion.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tablesync.o tablesync.c
( echo src/backend/optimizer/prep/prepagg.o src/backend/optimizer/prep/prepjointree.o src/backend/optimizer/prep/prepqual.o src/backend/optimizer/prep/preptlist.o src/backend/optimizer/prep/prepunion.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/prep'
make -C util all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteSearchCycle.o rewriteSearchCycle.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indexam.o indexam.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/util'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o appendinfo.o appendinfo.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeResult.o nodeResult.c
( echo src/backend/statistics/dependencies.o src/backend/statistics/extended_stats.o src/backend/statistics/mcv.o src/backend/statistics/mvdistinct.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/statistics'
make -C storage all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage'
make -C buffer all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/buffer'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o buf_init.o buf_init.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rewriteSupport.o rewriteSupport.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSamplescan.o nodeSamplescan.c
( echo src/backend/access/index/amapi.o src/backend/access/index/amvalidate.o src/backend/access/index/genam.o src/backend/access/index/indexam.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/index'
make -C nbtree all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o buf_table.o buf_table.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o clauses.o clauses.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/nbtree'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtcompare.o nbtcompare.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o worker.o worker.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o setrefs.o setrefs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bufmgr.o bufmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rowsecurity.o rowsecurity.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtdedup.o nbtdedup.c
nodeSamplescan.c:88:6: warning: cast from 'TupleTableSlot *(*)(SampleScanState *)' (aka 'struct TupleTableSlot *(*)(struct SampleScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) SampleNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeSamplescan.c:89:6: warning: cast from 'bool (*)(SampleScanState *, TupleTableSlot *)' (aka 'bool (*)(struct SampleScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) SampleRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSeqscan.o nodeSeqscan.c
clauses.c:5133:17: warning: cast from 'void (*)(struct ParseState *, SQLFunctionParseInfoPtr)' (aka 'void (*)(struct ParseState *, struct SQLFunctionParseInfo *)') to 'ParserSetupHook' (aka 'void (*)(struct ParseState *, void *)') converts to incompatible function type [-Wcast-function-type-strict]
(ParserSetupHook) sql_fn_parser_setup,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( echo src/backend/rewrite/rewriteDefine.o src/backend/rewrite/rewriteHandler.o src/backend/rewrite/rewriteManip.o src/backend/rewrite/rewriteRemove.o src/backend/rewrite/rewriteSearchCycle.o src/backend/rewrite/rewriteSupport.o src/backend/rewrite/rowsecurity.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/rewrite'
make -C tcop all
nodeSeqscan.c:113:6: warning: cast from 'TupleTableSlot *(*)(SeqScanState *)' (aka 'struct TupleTableSlot *(*)(struct SeqScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) SeqNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeSeqscan.c:114:6: warning: cast from 'bool (*)(SeqScanState *, TupleTableSlot *)' (aka 'bool (*)(struct SeqScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) SeqRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/tcop'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o cmdtag.o cmdtag.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSetOp.o nodeSetOp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtinsert.o nbtinsert.c
1 warning generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inherit.o inherit.c
( echo src/backend/replication/logical/decode.o src/backend/replication/logical/launcher.o src/backend/replication/logical/logical.o src/backend/replication/logical/logicalfuncs.o src/backend/replication/logical/message.o src/backend/replication/logical/origin.o src/backend/replication/logical/proto.o src/backend/replication/logical/relation.o src/backend/replication/logical/reorderbuffer.o src/backend/replication/logical/snapbuild.o src/backend/replication/logical/tablesync.o src/backend/replication/logical/worker.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/replication/logical'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o repl_gram.o repl_gram.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dest.o dest.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o subselect.o subselect.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSort.o nodeSort.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o joininfo.o joininfo.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o freelist.o freelist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtpage.o nbtpage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSubplan.o nodeSubplan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fastpath.o fastpath.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o orclauses.o orclauses.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o slot.o slot.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o localbuf.o localbuf.c
( echo src/backend/optimizer/plan/analyzejoins.o src/backend/optimizer/plan/createplan.o src/backend/optimizer/plan/initsplan.o src/backend/optimizer/plan/planagg.o src/backend/optimizer/plan/planmain.o src/backend/optimizer/plan/planner.o src/backend/optimizer/plan/setrefs.o src/backend/optimizer/plan/subselect.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/plan'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o postgres.o postgres.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o paramassign.o paramassign.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pquery.o pquery.c
( echo src/backend/storage/buffer/buf_init.o src/backend/storage/buffer/buf_table.o src/backend/storage/buffer/bufmgr.o src/backend/storage/buffer/freelist.o src/backend/storage/buffer/localbuf.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/buffer'
make -C file all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/file'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o buffile.o buffile.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeSubqueryscan.o nodeSubqueryscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o slotfuncs.o slotfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtree.o nbtree.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tablespace.o tablespace.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pathnode.o pathnode.c
nodeSubqueryscan.c:88:6: warning: cast from 'TupleTableSlot *(*)(SubqueryScanState *)' (aka 'struct TupleTableSlot *(*)(struct SubqueryScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) SubqueryNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeSubqueryscan.c:89:6: warning: cast from 'bool (*)(SubqueryScanState *, TupleTableSlot *)' (aka 'bool (*)(struct SubqueryScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) SubqueryRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeTableFuncscan.o nodeTableFuncscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o utility.o utility.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o copydir.o copydir.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o syncrep.o syncrep.c
nodeTableFuncscan.c:101:6: warning: cast from 'TupleTableSlot *(*)(TableFuncScanState *)' (aka 'struct TupleTableSlot *(*)(struct TableFuncScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) TableFuncNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeTableFuncscan.c:102:6: warning: cast from 'bool (*)(TableFuncScanState *, TupleTableSlot *)' (aka 'bool (*)(struct TableFuncScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) TableFuncRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeTidrangescan.o nodeTidrangescan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fd.o fd.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o trigger.o trigger.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtsearch.o nbtsearch.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o syncrep_gram.o syncrep_gram.c
nodeTidrangescan.c:295:6: warning: cast from 'TupleTableSlot *(*)(TidRangeScanState *)' (aka 'struct TupleTableSlot *(*)(struct TidRangeScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) TidRangeNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeTidrangescan.c:296:6: warning: cast from 'bool (*)(TidRangeScanState *, TupleTableSlot *)' (aka 'bool (*)(struct TidRangeScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) TidRangeRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( echo src/backend/tcop/cmdtag.o src/backend/tcop/dest.o src/backend/tcop/fastpath.o src/backend/tcop/postgres.o src/backend/tcop/pquery.o src/backend/tcop/utility.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/tcop'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtsort.o nbtsort.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o walreceiver.o walreceiver.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeTidscan.o nodeTidscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o placeholder.o placeholder.c
make -C rmgrdesc all
nodeTidscan.c:436:6: warning: cast from 'TupleTableSlot *(*)(TidScanState *)' (aka 'struct TupleTableSlot *(*)(struct TidScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) TidNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeTidscan.c:437:6: warning: cast from 'bool (*)(TidScanState *, TupleTableSlot *)' (aka 'bool (*)(struct TidScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) TidRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/rmgrdesc'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o brindesc.o brindesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fileset.o fileset.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tsearchcmds.o tsearchcmds.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o plancat.o plancat.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeUnique.o nodeUnique.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o walreceiverfuncs.o walreceiverfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o clogdesc.o clogdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtsplitloc.o nbtsplitloc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o reinit.o reinit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeValuesscan.o nodeValuesscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o committsdesc.o committsdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o walsender.o walsender.c
make -C tsearch all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/tsearch'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dict.o dict.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sharedfileset.o sharedfileset.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dbasedesc.o dbasedesc.c
nodeValuesscan.c:202:6: warning: cast from 'TupleTableSlot *(*)(ValuesScanState *)' (aka 'struct TupleTableSlot *(*)(struct ValuesScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) ValuesNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeValuesscan.c:203:6: warning: cast from 'bool (*)(ValuesScanState *, TupleTableSlot *)' (aka 'bool (*)(struct ValuesScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) ValuesRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o typecmds.o typecmds.c
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtutils.o nbtutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeWindowAgg.o nodeWindowAgg.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o predtest.o predtest.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dict_ispell.o dict_ispell.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o genericdesc.o genericdesc.c
( echo src/backend/storage/file/buffile.o src/backend/storage/file/copydir.o src/backend/storage/file/fd.o src/backend/storage/file/fileset.o src/backend/storage/file/reinit.o src/backend/storage/file/sharedfileset.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/file'
make -C freespace all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/freespace'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o freespace.o freespace.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gindesc.o gindesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dict_simple.o dict_simple.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fsmpage.o fsmpage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relnode.o relnode.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o gistdesc.o gistdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtvalidate.o nbtvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dict_synonym.o dict_synonym.c
( cat logical/objfiles.txt; echo src/backend/replication/repl_gram.o src/backend/replication/slot.o src/backend/replication/slotfuncs.o src/backend/replication/syncrep.o src/backend/replication/syncrep_gram.o src/backend/replication/walreceiver.o src/backend/replication/walreceiverfuncs.o src/backend/replication/walsender.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/replication'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dict_thesaurus.o dict_thesaurus.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o user.o user.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nodeWorktablescan.o nodeWorktablescan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hashdesc.o hashdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o indexfsm.o indexfsm.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spi.o spi.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtxlog.o nbtxlog.c
( echo src/backend/storage/freespace/freespace.o src/backend/storage/freespace/fsmpage.o src/backend/storage/freespace/indexfsm.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o restrictinfo.o restrictinfo.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o heapdesc.o heapdesc.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/freespace'
make -C ipc all
nodeWorktablescan.c:120:6: warning: make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/ipc'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o barrier.o barrier.c
cast from 'TupleTableSlot *(*)(WorkTableScanState *)' (aka 'struct TupleTableSlot *(*)(struct WorkTableScanState *)') to 'ExecScanAccessMtd' (aka 'struct TupleTableSlot *(*)(struct ScanState *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanAccessMtd) WorkTableScanNext,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nodeWorktablescan.c:121:6: warning: cast from 'bool (*)(WorkTableScanState *, TupleTableSlot *)' (aka 'bool (*)(struct WorkTableScanState *, struct TupleTableSlot *)') to 'ExecScanRecheckMtd' (aka 'bool (*)(struct ScanState *, struct TupleTableSlot *)') converts to incompatible function type [-Wcast-function-type-strict]
(ExecScanRecheckMtd) WorkTableScanRecheck);
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tqueue.o tqueue.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regis.o regis.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o logicalmsgdesc.o logicalmsgdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o vacuum.o vacuum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dsm.o dsm.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tlist.o tlist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o vacuumparallel.o vacuumparallel.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mxactdesc.o mxactdesc.c
( echo src/backend/access/nbtree/nbtcompare.o src/backend/access/nbtree/nbtdedup.o src/backend/access/nbtree/nbtinsert.o src/backend/access/nbtree/nbtpage.o src/backend/access/nbtree/nbtree.o src/backend/access/nbtree/nbtsearch.o src/backend/access/nbtree/nbtsort.o src/backend/access/nbtree/nbtsplitloc.o src/backend/access/nbtree/nbtutils.o src/backend/access/nbtree/nbtvalidate.o src/backend/access/nbtree/nbtxlog.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spell.o spell.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/nbtree'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o variable.o variable.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o nbtdesc.o nbtdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dsm_impl.o dsm_impl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tstoreReceiver.o tstoreReceiver.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relmapdesc.o relmapdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o view.o view.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o var.o var.c
make -C large_object all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/large_object'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inv_api.o inv_api.c
( echo src/backend/executor/execAmi.o src/backend/executor/execAsync.o src/backend/executor/execCurrent.o src/backend/executor/execExpr.o src/backend/executor/execExprInterp.o src/backend/executor/execGrouping.o src/backend/executor/execIndexing.o src/backend/executor/execJunk.o src/backend/executor/execMain.o src/backend/executor/execParallel.o src/backend/executor/execPartition.o src/backend/executor/execProcnode.o src/backend/executor/execReplication.o src/backend/executor/execSRF.o src/backend/executor/execScan.o src/backend/executor/execTuples.o src/backend/executor/execUtils.o src/backend/executor/functions.o src/backend/executor/instrument.o src/backend/executor/nodeAgg.o src/backend/executor/nodeAppend.o src/backend/executor/nodeBitmapAnd.o src/backend/executor/nodeBitmapHeapscan.o src/backend/executor/nodeBitmapIndexscan.o src/backend/executor/nodeBitmapOr.o src/backend/executor/nodeCtescan.o src/backend/executor/nodeCustom.o src/backend/executor/nodeForeignscan.o src/backend/executor/nodeFunctionscan.o src/backend/executor/nodeGather.o src/backend/executor/nodeGatherMerge.o src/backend/executor/nodeGroup.o src/backend/executor/nodeHash.o src/backend/executor/nodeHashjoin.o src/backend/executor/nodeIncrementalSort.o src/backend/executor/nodeIndexonlyscan.o src/backend/executor/nodeIndexscan.o src/backend/executor/nodeLimit.o src/backend/executor/nodeLockRows.o src/backend/executor/nodeMaterial.o src/backend/executor/nodeMemoize.o src/backend/executor/nodeMergeAppend.o src/backend/executor/nodeMergejoin.o src/backend/executor/nodeModifyTable.o src/backend/executor/nodeNamedtuplestorescan.o src/backend/executor/nodeNestloop.o src/backend/executor/nodeProjectSet.o src/backend/executor/nodeRecursiveunion.o src/backend/executor/nodeResult.o src/backend/executor/nodeSamplescan.o src/backend/executor/nodeSeqscan.o src/backend/executor/nodeSetOp.o src/backend/executor/nodeSort.o src/backend/executor/nodeSubplan.o src/backend/executor/nodeSubqueryscan.o src/backend/executor/nodeTableFuncscan.o src/backend/executor/nodeTidrangescan.o src/backend/executor/nodeTidscan.o src/backend/executor/nodeUnique.o src/backend/executor/nodeValuesscan.o src/backend/executor/nodeWindowAgg.o src/backend/executor/nodeWorktablescan.o src/backend/executor/spi.o src/backend/executor/tqueue.o src/backend/executor/tstoreReceiver.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o replorigindesc.o replorigindesc.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/executor'
make -C utils all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils'
make -C activity all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ipc.o ipc.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/activity'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o backend_progress.o backend_progress.c
make -C ../../src/timezone all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/timezone'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/timezone'
make -C jit all
make[3]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/jit'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jit.o jit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o seqdesc.o seqdesc.c
( echo src/backend/optimizer/util/appendinfo.o src/backend/optimizer/util/clauses.o src/backend/optimizer/util/inherit.o src/backend/optimizer/util/joininfo.o src/backend/optimizer/util/orclauses.o src/backend/optimizer/util/paramassign.o src/backend/optimizer/util/pathnode.o src/backend/optimizer/util/placeholder.o src/backend/optimizer/util/plancat.o src/backend/optimizer/util/predtest.o src/backend/optimizer/util/relnode.o src/backend/optimizer/util/restrictinfo.o src/backend/optimizer/util/tlist.o src/backend/optimizer/util/var.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer/util'
( cat geqo/objfiles.txt path/objfiles.txt plan/objfiles.txt prep/objfiles.txt util/objfiles.txt; echo ) >objfiles.txt
( echo src/backend/commands/aggregatecmds.o src/backend/commands/alter.o src/backend/commands/amcmds.o src/backend/commands/analyze.o src/backend/commands/async.o src/backend/commands/cluster.o src/backend/commands/collationcmds.o src/backend/commands/comment.o src/backend/commands/constraint.o src/backend/commands/conversioncmds.o src/backend/commands/copy.o src/backend/commands/copyfrom.o src/backend/commands/copyfromparse.o src/backend/commands/copyto.o src/backend/commands/createas.o src/backend/commands/dbcommands.o src/backend/commands/define.o src/backend/commands/discard.o src/backend/commands/dropcmds.o src/backend/commands/event_trigger.o src/backend/commands/explain.o src/backend/commands/extension.o src/backend/commands/foreigncmds.o src/backend/commands/functioncmds.o src/backend/commands/indexcmds.o src/backend/commands/lockcmds.o src/backend/commands/matview.o src/backend/commands/opclasscmds.o src/backend/commands/operatorcmds.o src/backend/commands/policy.o src/backend/commands/portalcmds.o src/backend/commands/prepare.o src/backend/commands/proclang.o src/backend/commands/publicationcmds.o src/backend/commands/schemacmds.o src/backend/commands/seclabel.o src/backend/commands/sequence.o src/backend/commands/statscmds.o src/backend/commands/subscriptioncmds.o src/backend/commands/tablecmds.o src/backend/commands/tablespace.o src/backend/commands/trigger.o src/backend/commands/tsearchcmds.o src/backend/commands/typecmds.o src/backend/commands/user.o src/backend/commands/vacuum.o src/backend/commands/vacuumparallel.o src/backend/commands/variable.o src/backend/commands/view.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/optimizer'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o smgrdesc.o smgrdesc.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/commands'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgdesc.o spgdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o backend_status.o backend_status.c
( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/large_object'
make -C lmgr all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ipci.o ipci.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/lmgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o condition_variable.o condition_variable.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o to_tsany.o to_tsany.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o latch.o latch.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pmsignal.o pmsignal.c
( echo src/backend/jit/jit.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o standbydesc.o standbydesc.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/jit'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o procarray.o procarray.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o procsignal.o procsignal.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o deadlock.o deadlock.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tblspcdesc.o tblspcdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lmgr.o lmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_locale.o ts_locale.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o shm_mq.o shm_mq.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat.o pgstat.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xactdesc.o xactdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_parse.o ts_parse.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_selfuncs.o ts_selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lock.o lock.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lwlock.o lwlock.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogdesc.o xlogdesc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o shm_toc.o shm_toc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lwlocknames.o lwlocknames.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_archiver.o pgstat_archiver.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o predicate.o predicate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_typanalyze.o ts_typanalyze.c
( echo src/backend/access/rmgrdesc/brindesc.o src/backend/access/rmgrdesc/clogdesc.o src/backend/access/rmgrdesc/committsdesc.o src/backend/access/rmgrdesc/dbasedesc.o src/backend/access/rmgrdesc/genericdesc.o src/backend/access/rmgrdesc/gindesc.o src/backend/access/rmgrdesc/gistdesc.o src/backend/access/rmgrdesc/hashdesc.o src/backend/access/rmgrdesc/heapdesc.o src/backend/access/rmgrdesc/logicalmsgdesc.o src/backend/access/rmgrdesc/mxactdesc.o src/backend/access/rmgrdesc/nbtdesc.o src/backend/access/rmgrdesc/relmapdesc.o src/backend/access/rmgrdesc/replorigindesc.o src/backend/access/rmgrdesc/seqdesc.o src/backend/access/rmgrdesc/smgrdesc.o src/backend/access/rmgrdesc/spgdesc.o src/backend/access/rmgrdesc/standbydesc.o src/backend/access/rmgrdesc/tblspcdesc.o src/backend/access/rmgrdesc/xactdesc.o src/backend/access/rmgrdesc/xlogdesc.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o proc.o proc.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/rmgrdesc'
make -C spgist all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/spgist'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgdoinsert.o spgdoinsert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o shmem.o shmem.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_bgwriter.o pgstat_bgwriter.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o s_lock.o s_lock.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_utils.o ts_utils.c
make -C table all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/table'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o table.o table.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_checkpointer.o pgstat_checkpointer.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spin.o spin.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o shmqueue.o shmqueue.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o wparser.o wparser.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o wparser_def.o wparser_def.c
make -C adt all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o signalfuncs.o signalfuncs.c
( echo src/backend/storage/lmgr/condition_variable.o src/backend/storage/lmgr/deadlock.o src/backend/storage/lmgr/lmgr.o src/backend/storage/lmgr/lock.o src/backend/storage/lmgr/lwlock.o src/backend/storage/lmgr/lwlocknames.o src/backend/storage/lmgr/predicate.o src/backend/storage/lmgr/proc.o src/backend/storage/lmgr/s_lock.o src/backend/storage/lmgr/spin.o ) >objfiles.txt
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/adt'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o acl.o acl.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_database.o pgstat_database.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/lmgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tableam.o tableam.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o amutils.o amutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spginsert.o spginsert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o array_expanded.o array_expanded.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sinval.o sinval.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_function.o pgstat_function.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tableamapi.o tableamapi.c
make -C cache all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/cache'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o attoptcache.o attoptcache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o array_selfuncs.o array_selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgkdtreeproc.o spgkdtreeproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sinvaladt.o sinvaladt.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_relation.o pgstat_relation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o toast_helper.o toast_helper.c
( echo src/backend/tsearch/dict.o src/backend/tsearch/dict_ispell.o src/backend/tsearch/dict_simple.o src/backend/tsearch/dict_synonym.o src/backend/tsearch/dict_thesaurus.o src/backend/tsearch/regis.o src/backend/tsearch/spell.o src/backend/tsearch/to_tsany.o src/backend/tsearch/ts_locale.o src/backend/tsearch/ts_parse.o src/backend/tsearch/ts_selfuncs.o src/backend/tsearch/ts_typanalyze.o src/backend/tsearch/ts_utils.o src/backend/tsearch/wparser.o src/backend/tsearch/wparser_def.o ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/tsearch'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgproc.o spgproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o catcache.o catcache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgquadtreeproc.o spgquadtreeproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o standby.o standby.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o array_typanalyze.o array_typanalyze.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_replslot.o pgstat_replslot.c
( echo src/backend/access/table/table.o src/backend/access/table/tableam.o src/backend/access/table/tableamapi.o src/backend/access/table/toast_helper.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o array_userfuncs.o array_userfuncs.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/table'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgscan.o spgscan.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_shmem.o pgstat_shmem.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o arrayfuncs.o arrayfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o arraysubs.o arraysubs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o evtcache.o evtcache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o arrayutils.o arrayutils.c
( echo src/backend/storage/ipc/barrier.o src/backend/storage/ipc/dsm.o src/backend/storage/ipc/dsm_impl.o src/backend/storage/ipc/ipc.o src/backend/storage/ipc/ipci.o src/backend/storage/ipc/latch.o src/backend/storage/ipc/pmsignal.o src/backend/storage/ipc/procarray.o src/backend/storage/ipc/procsignal.o src/backend/storage/ipc/shm_mq.o src/backend/storage/ipc/shm_toc.o src/backend/storage/ipc/shmem.o src/backend/storage/ipc/shmqueue.o src/backend/storage/ipc/signalfuncs.o src/backend/storage/ipc/sinval.o src/backend/storage/ipc/sinvaladt.o src/backend/storage/ipc/standby.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/ipc'
make -C page all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ascii.o ascii.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/page'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bufpage.o bufpage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgtextproc.o spgtextproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bool.o bool.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inval.o inval.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o cash.o cash.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_slru.o pgstat_slru.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lsyscache.o lsyscache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -funroll-loops -ftree-vectorize -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o checksum.o checksum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o char.o char.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_subscription.o pgstat_subscription.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgutils.o spgutils.c
make -C smgr all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgvacuum.o spgvacuum.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/smgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o md.o md.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o itemptr.o itemptr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_wal.o pgstat_wal.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgvalidate.o spgvalidate.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partcache.o partcache.c
( echo src/backend/storage/page/bufpage.o src/backend/storage/page/checksum.o src/backend/storage/page/itemptr.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/page'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spgxlog.o spgxlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o smgr.o smgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstat_xact.o pgstat_xact.c
make -C tablesample all
make -C transam all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/transam'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o clog.o clog.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/tablesample'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o bernoulli.o bernoulli.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o system.o system.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o plancache.o plancache.c
( echo src/backend/storage/smgr/md.o src/backend/storage/smgr/smgr.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o wait_event.o wait_event.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/smgr'
make -C sync all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/sync'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sync.o sync.c
( echo src/backend/access/spgist/spgdoinsert.o src/backend/access/spgist/spginsert.o src/backend/access/spgist/spgkdtreeproc.o src/backend/access/spgist/spgproc.o src/backend/access/spgist/spgquadtreeproc.o src/backend/access/spgist/spgscan.o src/backend/access/spgist/spgtextproc.o src/backend/access/spgist/spgutils.o src/backend/access/spgist/spgvacuum.o src/backend/access/spgist/spgvalidate.o src/backend/access/spgist/spgxlog.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/spgist'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tablesample.o tablesample.c
make -C error all
make -C fmgr all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/error'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o assert.o assert.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/fmgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dfmgr.o dfmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o commit_ts.o commit_ts.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o cryptohashfuncs.o cryptohashfuncs.c
( echo src/backend/utils/activity/backend_progress.o src/backend/utils/activity/backend_status.o src/backend/utils/activity/pgstat.o src/backend/utils/activity/pgstat_archiver.o src/backend/utils/activity/pgstat_bgwriter.o src/backend/utils/activity/pgstat_checkpointer.o src/backend/utils/activity/pgstat_database.o src/backend/utils/activity/pgstat_function.o src/backend/utils/activity/pgstat_relation.o src/backend/utils/activity/pgstat_replslot.o src/backend/utils/activity/pgstat_shmem.o src/backend/utils/activity/pgstat_slru.o src/backend/utils/activity/pgstat_subscription.o src/backend/utils/activity/pgstat_wal.o src/backend/utils/activity/pgstat_xact.o src/backend/utils/activity/wait_event.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/activity'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fmgr.o fmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o csvlog.o csvlog.c
( echo src/backend/access/tablesample/bernoulli.o src/backend/access/tablesample/system.o src/backend/access/tablesample/tablesample.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/tablesample'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o funcapi.o funcapi.c
( echo src/backend/storage/sync/sync.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o date.o date.c
make -C hash all
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage/sync'
( cat buffer/objfiles.txt file/objfiles.txt freespace/objfiles.txt ipc/objfiles.txt large_object/objfiles.txt lmgr/objfiles.txt page/objfiles.txt smgr/objfiles.txt sync/objfiles.txt; echo ) >objfiles.txt
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/hash'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dynahash.o dynahash.c
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/storage'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_crc.o pg_crc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relcache.o relcache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o generic_xlog.o generic_xlog.c
dynahash.c:445:18: warning: cast from 'int (*)(const char *, const char *, Size)' (aka 'int (*)(const char *, const char *, unsigned long)') to 'HashCompareFunc' (aka 'int (*)(const void *, const void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-strict]
hashp->match = (HashCompareFunc) string_compare;
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dynahash.c:463:35: warning: cast from 'unsigned long (*)(char *, const char *, unsigned long)' to 'pg_funcptr_t' (aka 'void (*)(void)') converts to incompatible function type [-Wcast-function-type-strict]
hashp->keycopy = (HashCopyFunc) (pg_funcptr_t) strlcpy;
 ^~~~~~~~~~~~~~~~~~~~~~
dynahash.c:463:20: warning: cast from 'pg_funcptr_t' (aka 'void (*)(void)') to 'HashCopyFunc' (aka 'void *(*)(void *, const void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-strict]
hashp->keycopy = (HashCopyFunc) (pg_funcptr_t) strlcpy;
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o elog.o elog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonlog.o jsonlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o datetime.o datetime.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o multixact.o multixact.c
3 warnings generated.
( echo src/backend/utils/hash/dynahash.o src/backend/utils/hash/pg_crc.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/hash'
make -C init all
( echo src/backend/utils/fmgr/dfmgr.o src/backend/utils/fmgr/fmgr.o src/backend/utils/fmgr/funcapi.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o datum.o datum.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/fmgr'
make -C mb all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/init'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o globals.o globals.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/mb'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o conv.o conv.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mbutils.o mbutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o stringinfo_mb.o stringinfo_mb.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o miscinit.o miscinit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o wstrcmp.o wstrcmp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o parallel.o parallel.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o wstrncmp.o wstrncmp.c
make -C misc all
( echo src/backend/utils/error/assert.o src/backend/utils/error/csvlog.o src/backend/utils/error/elog.o src/backend/utils/error/jsonlog.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/error'
make -C mmgr all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/misc'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o guc.o guc.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/mmgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o aset.o aset.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relfilenodemap.o relfilenodemap.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dsa.o dsa.c
( echo src/backend/utils/mb/conv.o src/backend/utils/mb/mbutils.o src/backend/utils/mb/stringinfo_mb.o src/backend/utils/mb/wstrcmp.o src/backend/utils/mb/wstrncmp.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/mb'
make -C resowner all
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o dbsize.o dbsize.c
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/resowner'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o resowner.o resowner.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o relmapper.o relmapper.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o postinit.o postinit.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o domains.o domains.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rmgr.o rmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o freepage.o freepage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o encode.o encode.c
( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o spccache.o spccache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o enum.o enum.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/resowner'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o expandeddatum.o expandeddatum.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o slru.o slru.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o syscache.o syscache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o expandedrecord.o expandedrecord.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o float.o float.c
( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o format_type.o format_type.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/init'
make -C sort all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/sort'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o logtape.o logtape.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o generation.o generation.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ts_cache.o ts_cache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o subtrans.o subtrans.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o timeline.o timeline.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o help_config.o help_config.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mcxt.o mcxt.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o qsort_interruptible.o qsort_interruptible.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o pg_config.o pg_config.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o formatting.o formatting.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sharedtuplestore.o sharedtuplestore.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o typcache.o typcache.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o genfile.o genfile.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o transam.o transam.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o memdebug.o memdebug.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o pg_controldata.o pg_controldata.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o portalmem.o portalmem.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o twophase.o twophase.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o slab.o slab.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o sortsupport.o sortsupport.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o pg_rusage.o pg_rusage.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o ps_status.o ps_status.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o queryenvironment.o queryenvironment.c
( echo src/backend/utils/mmgr/aset.o src/backend/utils/mmgr/dsa.o src/backend/utils/mmgr/freepage.o src/backend/utils/mmgr/generation.o src/backend/utils/mmgr/mcxt.o src/backend/utils/mmgr/memdebug.o src/backend/utils/mmgr/portalmem.o src/backend/utils/mmgr/slab.o ) >objfiles.txt
( echo src/backend/utils/cache/attoptcache.o src/backend/utils/cache/catcache.o src/backend/utils/cache/evtcache.o src/backend/utils/cache/inval.o src/backend/utils/cache/lsyscache.o src/backend/utils/cache/partcache.o src/backend/utils/cache/plancache.o src/backend/utils/cache/relcache.o src/backend/utils/cache/relfilenodemap.o src/backend/utils/cache/relmapper.o src/backend/utils/cache/spccache.o src/backend/utils/cache/syscache.o src/backend/utils/cache/ts_cache.o src/backend/utils/cache/typcache.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/mmgr'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o queryjumble.o queryjumble.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tuplesort.o tuplesort.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/cache'
make -C time all
make[4]: Entering directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/time'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o combocid.o combocid.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o fmgrtab.o fmgrtab.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o rls.o rls.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o twophase_rmgr.o twophase_rmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o snapmgr.o snapmgr.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o varsup.o varsup.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xact.o xact.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o sampling.o sampling.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlog.o xlog.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogarchive.o xlogarchive.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogfuncs.o xlogfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o superuser.o superuser.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geo_ops.o geo_ops.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o timeout.o timeout.c
( echo src/backend/utils/time/combocid.o src/backend/utils/time/snapmgr.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/time'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o tzparser.o tzparser.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xloginsert.o xloginsert.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogprefetcher.o xlogprefetcher.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geo_selfuncs.o geo_selfuncs.c
( echo src/backend/utils/misc/guc.o src/backend/utils/misc/help_config.o src/backend/utils/misc/pg_config.o src/backend/utils/misc/pg_controldata.o src/backend/utils/misc/pg_rusage.o src/backend/utils/misc/ps_status.o src/backend/utils/misc/queryenvironment.o src/backend/utils/misc/queryjumble.o src/backend/utils/misc/rls.o src/backend/utils/misc/sampling.o src/backend/utils/misc/superuser.o src/backend/utils/misc/timeout.o src/backend/utils/misc/tzparser.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tuplestore.o tuplestore.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogreader.o xlogreader.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/misc'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogrecovery.o xlogrecovery.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogstats.o xlogstats.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o geo_spgist.o geo_spgist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o hbafuncs.o hbafuncs.c
( echo src/backend/utils/sort/logtape.o src/backend/utils/sort/qsort_interruptible.o src/backend/utils/sort/sharedtuplestore.o src/backend/utils/sort/sortsupport.o src/backend/utils/sort/tuplesort.o src/backend/utils/sort/tuplestore.o ) >objfiles.txt
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o xlogutils.o xlogutils.c
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/utils/sort'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inet_cidr_ntop.o inet_cidr_ntop.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o inet_net_pton.o inet_net_pton.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o int.o int.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o int8.o int8.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o json.o json.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonb.o jsonb.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonb_gin.o jsonb_gin.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonb_op.o jsonb_op.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonb_util.o jsonb_util.c
( echo src/backend/access/transam/clog.o src/backend/access/transam/commit_ts.o src/backend/access/transam/generic_xlog.o src/backend/access/transam/multixact.o src/backend/access/transam/parallel.o src/backend/access/transam/rmgr.o src/backend/access/transam/slru.o src/backend/access/transam/subtrans.o src/backend/access/transam/timeline.o src/backend/access/transam/transam.o src/backend/access/transam/twophase.o src/backend/access/transam/twophase_rmgr.o src/backend/access/transam/varsup.o src/backend/access/transam/xact.o src/backend/access/transam/xlog.o src/backend/access/transam/xlogarchive.o src/backend/access/transam/xlogfuncs.o src/backend/access/transam/xloginsert.o src/backend/access/transam/xlogprefetcher.o src/backend/access/transam/xlogreader.o src/backend/access/transam/xlogrecovery.o src/backend/access/transam/xlogstats.o src/backend/access/transam/xlogutils.o ) >objfiles.txt
make[4]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access/transam'
( cat brin/objfiles.txt common/objfiles.txt gin/objfiles.txt gist/objfiles.txt hash/objfiles.txt heap/objfiles.txt index/objfiles.txt nbtree/objfiles.txt rmgrdesc/objfiles.txt spgist/objfiles.txt table/objfiles.txt tablesample/objfiles.txt transam/objfiles.txt; echo ) >objfiles.txt
make[3]: Leaving directory '/private/tmp/nix-build-postgresql-15.7.drv-1/postgresql-15.7/src/backend/access'
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonfuncs.o jsonfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonbsubs.o jsonbsubs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonpath.o jsonpath.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonpath_exec.o jsonpath_exec.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o jsonpath_gram.o jsonpath_gram.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o like.o like.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o like_support.o like_support.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o lockfuncs.o lockfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mac.o mac.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mac8.o mac8.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o mcxtfuncs.o mcxtfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o misc.o misc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o multirangetypes.o multirangetypes.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o multirangetypes_selfuncs.o multirangetypes_selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o name.o name.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o network.o network.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o network_gist.o network_gist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o network_selfuncs.o network_selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o network_spgist.o network_spgist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -ftree-vectorize -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o numeric.o numeric.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o numutils.o numutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o oid.o oid.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o oracle_compat.o oracle_compat.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o orderedsetaggs.o orderedsetaggs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o partitionfuncs.o partitionfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_locale.o pg_locale.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_lsn.o pg_lsn.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pg_upgrade_support.o pg_upgrade_support.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pgstatfuncs.o pgstatfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o pseudotypes.o pseudotypes.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o quote.o quote.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rangetypes.o rangetypes.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rangetypes_gist.o rangetypes_gist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rangetypes_selfuncs.o rangetypes_selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rangetypes_spgist.o rangetypes_spgist.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rangetypes_typanalyze.o rangetypes_typanalyze.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regexp.o regexp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o regproc.o regproc.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ri_triggers.o ri_triggers.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o rowtypes.o rowtypes.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o ruleutils.o ruleutils.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o selfuncs.o selfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tid.o tid.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o timestamp.o timestamp.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o trigfuncs.o trigfuncs.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tsginidx.o tsginidx.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.5.6-dev/include -c -o tsgistidx.o tsgistidx.c
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -fdata-sections -ffunction-sections -flto -I. -I. -I../../../../src/include -I/nix/store/jhpnw6lyjr288b1fv2hzam8ll47vvawf-icu4c-73.2-dev/include -I/nix/store/h340r6y67acmzvrsjc1m1crqgq9j625r-libxml2-2.12.7-dev/include/libxml2 -I/nix/store/dbfl9zhsbgq7wy9mqfaykb76ah1gq2h0-lz4-1.9.4-dev/include -I/nix/store/78pf1rvqmgyi2clcw5vdykm7q8xlwjd9-zstd-1.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment