Skip to content

Instantly share code, notes, and snippets.

@cdepillabout
Last active December 16, 2021 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdepillabout/693667d6f8bee30e20853e1def3f6c10 to your computer and use it in GitHub Desktop.
Save cdepillabout/693667d6f8bee30e20853e1def3f6c10 to your computer and use it in GitHub Desktop.
pkgsMusl.postgresql test fail
$ nix build -L .#pkgsMusl.postgresql
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/j76apgvazybh6fhiif7yj67xnfj6x7fr-postgresql-13.4.tar.bz2
source root is postgresql-13.4
setting SOURCE_DATE_EPOCH to timestamp 1628543016 of file postgresql-13.4/INSTALL
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/zv4waczq5k45138d2sdy7dyidas90lhh-disable-resolve_symlinks-94.patch
patching file src/common/exec.c
Hunk #1 succeeded at 230 (offset 12 lines).
applying patch /nix/store/7s83qirx82lfwhym8zc4dnpi4hfbrd22-less-is-more-96.patch
patching file src/include/fe_utils/print.h
Hunk #1 succeeded at 20 (offset 2 lines).
applying patch /nix/store/jn9shys2nd8qjfsn4px8a9wky6askj8m-hardcode-pgxs-path-96.patch
patching file src/common/config_info.c
Hunk #1 succeeded at 117 (offset -1 lines).
applying patch /nix/store/75a44m59dwpwwgm7pcwwh9hmlx17gq63-specify_pkglibdir_at_runtime.patch
patching file src/port/path.c
Hunk #1 succeeded at 748 (offset 34 lines).
Hunk #2 succeeded at 761 (offset 34 lines).
applying patch /nix/store/zpsqrnfpmmw840vr6xgsmynp6k4lk3ki-findstring.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/82jlbf51x72dwgh5dzm9sdbq9grgznfx-socketdir-in-run-13.patch
patching file src/include/pg_config_manual.h
Hunk #1 succeeded at 208 (offset 7 lines).
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
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" }
configuring
configure flags: --prefix=/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4 --with-openssl --with-libxml --sysconfdir=/etc --libdir=\$\(lib\)/lib --with-system-tzdata=/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo --enable-debug --with-systemd --with-ossp-uuid --with-icu --with-gssapi
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking which template to use... linux
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for cc option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gawk... gawk
checking whether cc supports -Wdeclaration-after-statement, for CFLAGS... yes
checking whether cc supports -Werror=vla, for CFLAGS... yes
checking whether cc supports -Wendif-labels, for CFLAGS... yes
checking whether g++ supports -Wendif-labels, for CXXFLAGS... yes
checking whether cc supports -Wmissing-format-attribute, for CFLAGS... yes
checking whether g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes
checking whether cc supports -Wimplicit-fallthrough=3, for CFLAGS... yes
checking whether g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes
checking whether cc supports -Wformat-security, for CFLAGS... yes
checking whether g++ supports -Wformat-security, for CXXFLAGS... yes
checking whether cc supports -fno-strict-aliasing, for CFLAGS... yes
checking whether g++ supports -fno-strict-aliasing, for CXXFLAGS... yes
checking whether cc supports -fwrapv, for CFLAGS... yes
checking whether g++ supports -fwrapv, for CXXFLAGS... yes
checking whether cc supports -fexcess-precision=standard, for CFLAGS... yes
checking whether g++ supports -fexcess-precision=standard, for CXXFLAGS... no
checking whether cc supports -funroll-loops, for CFLAGS_VECTOR... yes
checking whether cc supports -ftree-vectorize, for CFLAGS_VECTOR... yes
checking whether cc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no
checking whether cc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes
checking whether cc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes
checking whether the C compiler still works... yes
checking how to run the C preprocessor... cc -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 OpenSSL support... yes
checking whether to build with SELinux support... no
checking whether to build with systemd support... yes
checking whether to build with XML support... yes
checking for libxml-2.0 >= 2.6.23... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
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/mf6w0vd4ak37vc1qvdsj52wblf7w5clc-coreutils-9.0/bin/install -c
checking for tar... /nix/store/b1h1fbn5nqfi3fhz9kn3hhv4wlj7s7x1-gnutar-1.34/bin/tar
checking whether ln -s works... yes
checking for a thread-safe mkdir -p... /nix/store/mf6w0vd4ak37vc1qvdsj52wblf7w5clc-coreutils-9.0/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/ag9nswmbchvxhsxpwcl6pzbss6s6x2sc-gnused-4.8/bin/sed
checking for grep that handles long lines and -e... /nix/store/gi7g533acxx51yjyfrdsnl5nwsv1gly6-gnugrep-3.7/bin/grep
checking for egrep... /nix/store/gi7g533acxx51yjyfrdsnl5nwsv1gly6-gnugrep-3.7/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 cc is Clang... no
checking whether pthreads work with -pthread... yes
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... yes
checking whether strerror_r returns int... yes
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlopen... 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 sched_yield... none required
checking for library containing gethostbyname_r... none required
checking for library containing shmget... none required
checking for library containing backtrace_symbols... 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_get_data... yes
checking for BIO_meth_new... yes
checking for ASN1_STRING_get0_data... yes
checking for CRYPTO_lock... no
checking for xmlSaveToBuffer in -lxml2... yes
checking for uuid_export in -lossp-uuid... no
checking for uuid_export in -luuid... 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... no
checking copyfile.h presence... no
checking for copyfile.h... no
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
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... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
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/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/tas.h usability... no
checking sys/tas.h presence... no
checking for sys/tas.h... no
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... no
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 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 systemd/sd-daemon.h usability... yes
checking systemd/sd-daemon.h presence... yes
checking for systemd/sd-daemon.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking ossp/uuid.h usability... no
checking ossp/uuid.h presence... no
checking for ossp/uuid.h... no
checking uuid.h usability... yes
checking uuid.h presence... yes
checking for uuid.h... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for printf format archetype... gnu_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... no
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... no
checking for struct sockaddr_storage.__ss_len... no
checking for struct sockaddr.sa_len... no
checking for struct addrinfo... yes
checking for locale_t... yes
checking for C/C++ restrict keyword... __restrict
checking for struct cmsgcred... no
checking for struct option... yes
checking for z_streamp... yes
checking whether assembler supports x86_64 popcntq... 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 types of arguments for accept()... int, int, struct sockaddr *, socklen_t *
checking whether gettimeofday takes only one argument... no
checking for wcstombs_l declaration... no
checking for backtrace_symbols... no
checking for clock_gettime... yes
checking for copyfile... no
checking for fdatasync... yes
checking for getifaddrs... yes
checking for getpeerucred... no
checking for getrlimit... yes
checking for kqueue... no
checking for mbstowcs_l... no
checking for memset_s... no
checking for poll... yes
checking for posix_fallocate... yes
checking for ppoll... yes
checking for pstat... no
checking for pthread_is_threaded_np... no
checking for readlink... yes
checking for setproctitle... no
checking for setproctitle_fast... no
checking for setsid... yes
checking for shm_open... yes
checking for strchrnul... yes
checking for strsignal... yes
checking for symlink... yes
checking for sync_file_range... yes
checking for uselocale... yes
checking for wcstombs_l... no
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 _LARGEFILE_SOURCE value needed for large files... no
checking how cc reports undeclared, standard C functions... error
checking for posix_fadvise... yes
checking whether posix_fadvise is declared... yes
checking whether fdatasync is declared... yes
checking whether strlcat is declared... yes
checking whether strlcpy is declared... yes
checking whether strnlen is declared... yes
checking whether F_FULLFSYNC is declared... no
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... yes
checking for fls... no
checking for getopt... yes
checking for getpeereid... no
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 random... yes
checking for srandom... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strnlen... yes
checking for strtof... yes
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_append_character... yes
checking for rl_completion_suppress_quote... yes
checking for rl_filename_quote_characters... yes
checking for rl_filename_quoting_function... yes
checking for rl_completion_matches... yes
checking for rl_filename_completion_function... yes
checking for rl_reset_screen_size... yes
checking for append_history... yes
checking for history_truncate_file... 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... yes
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... yes
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no
checking which CRC-32C implementation to use... SSE 4.2 with runtime check
checking for library containing sem_init... none required
checking which semaphore API to use... unnamed POSIX
checking which random number source to use... OpenSSL
checking for xmllint... /nix/store/c8yd4vi8vs8fccdjqcxmlvb6zdpbfjr9-libxml2-2.9.12-bin/bin/xmllint
checking for xsltproc... no
checking for fop... no
checking for dbtoepub... no
checking thread safety of required library functions... yes
checking whether cc supports -Wl,--as-needed... yes
configure: using compiler=gcc (GCC) 10.3.0
configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2
configure: using CPPFLAGS= -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2 
configure: using LDFLAGS= -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed
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/posix_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/linux.h to src/include/pg_config_os.h
config.status: linking src/makefiles/Makefile.linux to src/Makefile.port
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j4 -l4 SHELL=/nix/store/7wr25kn73j9080dg7hhayhgp8a0v3cb9-bash-5.1-p8/bin/bash world
make -C ./src/backend generated-headers
make[1]: Entering directory '/build/postgresql-13.4/src/backend'
make -C catalog distprep generated-header-symlinks
make[2]: Entering directory '/build/postgresql-13.4/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_ext_d.h pg_statistic_ext_data_d.h pg_statistic_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_partitioned_table_d.h pg_range_d.h pg_transform_d.h pg_sequence_d.h pg_publication_d.h pg_publication_rel_d.h pg_subscription_d.h pg_subscription_rel_d.h schemapg.h; do \
  rm -f $file && ln -s "$prereqdir/$file" . ; \
done
touch ../../../src/include/catalog/header-stamp
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/catalog'
prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \
  cd '../../src/include/storage/' && rm -f lwlocknames.h && \
  ln -s "$prereqdir/lwlocknames.h" .
prereqdir=`cd 'parser/' >/dev/null && pwd` && \
  cd '../../src/include/parser/' && rm -f gram.h && \
  ln -s "$prereqdir/gram.h" .
make -C utils distprep generated-header-symlinks
make[2]: Entering directory '/build/postgresql-13.4/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
touch ../../../src/include/utils/header-stamp
sed -f ./Gen_dummy_probes.sed probes.d >probes.h
cd '../../../src/include/utils/' && rm -f probes.h && \
    ln -s "../../../src/backend/utils/probes.h" .
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/utils'
make[1]: Leaving directory '/build/postgresql-13.4/src/backend'
make -C doc all
make[1]: Entering directory '/build/postgresql-13.4/doc'
make -C src all
make[2]: Entering directory '/build/postgresql-13.4/doc/src'
make -C sgml all
make[3]: Entering directory '/build/postgresql-13.4/doc/src/sgml'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/doc/src/sgml'
make[2]: Leaving directory '/build/postgresql-13.4/doc/src'
make[1]: Leaving directory '/build/postgresql-13.4/doc'
make -C config all
make[1]: Entering directory '/build/postgresql-13.4/config'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/postgresql-13.4/config'
make -C src all
make[1]: Entering directory '/build/postgresql-13.4/src'
make -C common all
make[2]: Entering directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o archive.o archive.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o config_info.o config_info.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o controldata_utils.o controldata_utils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o d2s.o d2s.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o encnames.o encnames.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o exec.o exec.c
�[01m�[Kexec.c:�[m�[K In function '�[01m�[Kresolve_symlinks�[m�[K':
�[01m�[Kexec.c:237:2:�[m�[K �[01;35m�[Kwarning: �[m�[KISO C90 forbids mixed declarations and code [�[01;35m�[K�]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeclaration-after-statement�-Wdeclaration-after-statement�]8;;��[m�[K]
  237 |  �[01;35m�[Kstruct�[m�[K stat buf;
      |  �[01;35m�[K^~~~~~�[m�[K
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o f2s.o f2s.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o file_perm.o file_perm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o hashfn.o hashfn.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o ip.o ip.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o jsonapi.o jsonapi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o keywords.o keywords.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o kwlookup.o kwlookup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o link-canary.o link-canary.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o md5.o md5.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o pg_lzcompress.o pg_lzcompress.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o pgfnames.o pgfnames.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o psprintf.o psprintf.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o relpath.o relpath.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o rmtree.o rmtree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o saslprep.o saslprep.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o scram-common.o scram-common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o string.o string.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o stringinfo.o stringinfo.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o unicode_norm.o unicode_norm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o username.o username.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o checksum_helper.o checksum_helper.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o wait_error.o wait_error.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o wchar.o wchar.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o protocol_openssl.o protocol_openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o sha2_openssl.o sha2_openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o fe_memutils.o fe_memutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o file_utils.o file_utils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o logging.o logging.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o restricted_token.o restricted_token.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c archive.c -o archive_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c checksum_helper.c -o checksum_helper_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c config_info.c -o config_info_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c controldata_utils.c -o controldata_utils_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c d2s.c -o d2s_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c encnames.c -o encnames_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c exec.c -o exec_shlib.o
�[01m�[Kexec.c:�[m�[K In function '�[01m�[Kresolve_symlinks�[m�[K':
�[01m�[Kexec.c:237:2:�[m�[K �[01;35m�[Kwarning: �[m�[KISO C90 forbids mixed declarations and code [�[01;35m�[K�]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeclaration-after-statement�-Wdeclaration-after-statement�]8;;��[m�[K]
  237 |  �[01;35m�[Kstruct�[m�[K stat buf;
      |  �[01;35m�[K^~~~~~�[m�[K
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c f2s.c -o f2s_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_perm.c -o file_perm_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hashfn.c -o hashfn_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c ip.c -o ip_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c jsonapi.c -o jsonapi_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c keywords.c -o keywords_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c kwlookup.c -o kwlookup_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c link-canary.c -o link-canary_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c md5.c -o md5_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_lzcompress.c -o pg_lzcompress_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pgfnames.c -o pgfnames_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c psprintf.c -o psprintf_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c relpath.c -o relpath_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c rmtree.c -o rmtree_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c saslprep.c -o saslprep_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c scram-common.c -o scram-common_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c string.c -o string_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c stringinfo.c -o stringinfo_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c unicode_norm.c -o unicode_norm_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c username.c -o username_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wait_error.c -o wait_error_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wchar.c -o wchar_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c protocol_openssl.c -o protocol_openssl_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c sha2_openssl.c -o sha2_openssl_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c fe_memutils.c -o fe_memutils_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_utils.c -o file_utils_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c logging.c -o logging_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c restricted_token.c -o restricted_token_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c archive.c -o archive_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c checksum_helper.c -o checksum_helper_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c config_info.c -o config_info_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c controldata_utils.c -o controldata_utils_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c d2s.c -o d2s_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c encnames.c -o encnames_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c exec.c -o exec_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wno-declaration-after-statement   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c f2s.c -o f2s_srv.o
�[01m�[Kexec.c:�[m�[K In function '�[01m�[Kresolve_symlinks�[m�[K':
�[01m�[Kexec.c:237:2:�[m�[K �[01;35m�[Kwarning: �[m�[KISO C90 forbids mixed declarations and code [�[01;35m�[K�]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeclaration-after-statement�-Wdeclaration-after-statement�]8;;��[m�[K]
  237 |  �[01;35m�[Kstruct�[m�[K stat buf;
      |  �[01;35m�[K^~~~~~�[m�[K
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c file_perm.c -o file_perm_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c hashfn.c -o hashfn_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c ip.c -o ip_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c jsonapi.c -o jsonapi_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c keywords.c -o keywords_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c kwlookup.c -o kwlookup_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c link-canary.c -o link-canary_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c md5.c -o md5_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pg_lzcompress.c -o pg_lzcompress_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c pgfnames.c -o pgfnames_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c psprintf.c -o psprintf_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c relpath.c -o relpath_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c rmtree.c -o rmtree_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c saslprep.c -o saslprep_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c scram-common.c -o scram-common_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c string.c -o string_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c stringinfo.c -o stringinfo_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c unicode_norm.c -o unicode_norm_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c username.c -o username_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wait_error.c -o wait_error_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c wchar.c -o wchar_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c protocol_openssl.c -o protocol_openssl_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c sha2_openssl.c -o sha2_openssl_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \""  -c -o base64.o base64.c
rm -f libpgcommon.a
ar crs libpgcommon.a archive.o base64.o checksum_helper.o config_info.o controldata_utils.o d2s.o encnames.o exec.o f2s.o file_perm.o hashfn.o ip.o jsonapi.o keywords.o kwlookup.o link-canary.o md5.o pg_lzcompress.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 sha2_openssl.o fe_memutils.o file_utils.o logging.o restricted_token.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2   -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c base64.c -o base64_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm \"" -c base64.c -o base64_shlib.o
rm -f libpgcommon_srv.a
ar crs libpgcommon_srv.a archive_srv.o base64_srv.o checksum_helper_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 hashfn_srv.o ip_srv.o jsonapi_srv.o keywords_srv.o kwlookup_srv.o link-canary_srv.o md5_srv.o pg_lzcompress_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 sha2_openssl_srv.o
rm -f libpgcommon_shlib.a
ar crs libpgcommon_shlib.a archive_shlib.o base64_shlib.o checksum_helper_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 hashfn_shlib.o ip_shlib.o jsonapi_shlib.o keywords_shlib.o kwlookup_shlib.o link-canary_shlib.o md5_shlib.o pg_lzcompress_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 sha2_openssl_shlib.o fe_memutils_shlib.o file_utils_shlib.o logging_shlib.o restricted_token_shlib.o
make[2]: Leaving directory '/build/postgresql-13.4/src/common'
make -C port all
make[2]: Entering directory '/build/postgresql-13.4/src/port'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fls.o fls.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o getpeereid.o getpeereid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_crc32c_sb8.o pg_crc32c_sb8.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -msse4.2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_crc32c_sse42_choose.o pg_crc32c_sse42_choose.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o chklocale.o chklocale.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o erand48.o erand48.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inet_net_ntop.o inet_net_ntop.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o noblock.o noblock.c
echo "#define PGBINDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/bin\"" >pg_config_paths.h
echo "#define PGSHAREDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/share/postgresql\"" >>pg_config_paths.h
echo "#define SYSCONFDIR \"/etc/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include\"" >>pg_config_paths.h
echo "#define PKGINCLUDEDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include\"" >>pg_config_paths.h
echo "#define INCLUDEDIRSERVER \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include/server\"" >>pg_config_paths.h
echo "#define LIBDIR \"/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib\"" >>pg_config_paths.h
echo "#define PKGLIBDIR \"/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib\"" >>pg_config_paths.h
echo "#define LOCALEDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/share/locale\"" >>pg_config_paths.h
echo "#define DOCDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define HTMLDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define MANDIR \"/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/share/man\"" >>pg_config_paths.h
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_bitutils.o pg_bitutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_strong_random.o pg_strong_random.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgcheckdir.o pgcheckdir.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgmkdirp.o pgmkdirp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgsleep.o pgsleep.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgstrcasecmp.o pgstrcasecmp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgstrsignal.o pgstrsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pqsignal.o pqsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o qsort.o qsort.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o qsort_arg.o qsort_arg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o quotes.o quotes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o snprintf.o snprintf.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sprompt.o sprompt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o strerror.o strerror.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tar.o tar.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o thread.o thread.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c fls.c -o fls_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c getpeereid.c -o getpeereid_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -msse4.2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sse42.c -o pg_crc32c_sse42_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sb8.c -o pg_crc32c_sb8_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sse42_choose.c -o pg_crc32c_sse42_choose_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c chklocale.c -o chklocale_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c erand48.c -o erand48_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c inet_net_ntop.c -o inet_net_ntop_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c noblock.c -o noblock_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o path.o path.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_bitutils.c -o pg_bitutils_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_strong_random.c -o pg_strong_random_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgcheckdir.c -o pgcheckdir_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgmkdirp.c -o pgmkdirp_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgsleep.c -o pgsleep_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgstrcasecmp.c -o pgstrcasecmp_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgstrsignal.c -o pgstrsignal_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pqsignal.c -o pqsignal_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c qsort.c -o qsort_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c qsort_arg.c -o qsort_arg_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c quotes.c -o quotes_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c snprintf.c -o snprintf_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c sprompt.c -o sprompt_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c strerror.c -o strerror_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c tar.c -o tar_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c thread.c -o thread_shlib.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c fls.c -o fls_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c getpeereid.c -o getpeereid_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -msse4.2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sse42.c -o pg_crc32c_sse42_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sb8.c -o pg_crc32c_sb8_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_crc32c_sse42_choose.c -o pg_crc32c_sse42_choose_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c chklocale.c -o chklocale_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c erand48.c -o erand48_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c inet_net_ntop.c -o inet_net_ntop_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c noblock.c -o noblock_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c path.c -o path_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_bitutils.c -o pg_bitutils_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pg_strong_random.c -o pg_strong_random_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgcheckdir.c -o pgcheckdir_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgmkdirp.c -o pgmkdirp_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgsleep.c -o pgsleep_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgstrcasecmp.c -o pgstrcasecmp_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pgstrsignal.c -o pgstrsignal_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c pqsignal.c -o pqsignal_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c qsort.c -o qsort_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c qsort_arg.c -o qsort_arg_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c quotes.c -o quotes_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c snprintf.c -o snprintf_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c sprompt.c -o sprompt_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c strerror.c -o strerror_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c tar.c -o tar_srv.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  -I../../src/port  -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c thread.c -o thread_srv.o
rm -f libpgport.a
ar crs libpgport.a fls.o getpeereid.o pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_sse42_choose.o chklocale.o erand48.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 sprompt.o strerror.o tar.o thread.o
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/port -DFRONTEND -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -c path.c -o path_shlib.o
rm -f libpgport_srv.a
ar crs libpgport_srv.a fls_srv.o getpeereid_srv.o pg_crc32c_sse42_srv.o pg_crc32c_sb8_srv.o pg_crc32c_sse42_choose_srv.o chklocale_srv.o erand48_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 sprompt_srv.o strerror_srv.o tar_srv.o thread_srv.o
rm -f libpgport_shlib.a
ar crs libpgport_shlib.a fls_shlib.o getpeereid_shlib.o pg_crc32c_sse42_shlib.o pg_crc32c_sb8_shlib.o pg_crc32c_sse42_choose_shlib.o chklocale_shlib.o erand48_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 sprompt_shlib.o strerror_shlib.o tar_shlib.o thread_shlib.o
make[2]: Leaving directory '/build/postgresql-13.4/src/port'
make -C timezone all
make[2]: Entering directory '/build/postgresql-13.4/src/timezone'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo"'  -c -o localtime.o localtime.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo"'  -c -o pgtz.o pgtz.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/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 '/build/postgresql-13.4/src/timezone'
make -C backend all
make[2]: Entering directory '/build/postgresql-13.4/src/backend'
make -C ../../src/port all
make -C catalog distprep generated-header-symlinks
make -C utils distprep generated-header-symlinks
make[3]: Entering directory '/build/postgresql-13.4/src/port'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../src/common all
make[3]: Entering directory '/build/postgresql-13.4/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 '/build/postgresql-13.4/src/backend/utils'
make -C access all
make[3]: Entering directory '/build/postgresql-13.4/src/common'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/common'
make -C bootstrap all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/bootstrap'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bootparse.o bootparse.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/access'
make -C brin all
make[3]: Entering directory '/build/postgresql-13.4/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 '/build/postgresql-13.4/src/backend/catalog'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bootstrap.o bootstrap.c
make -C catalog all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/brin'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin.o brin.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/catalog'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o aclchk.o aclchk.c
make -C common all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_inclusion.o brin_inclusion.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o attmap.o attmap.c
( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/bootstrap'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bufmask.o bufmask.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_minmax.o brin_minmax.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_pageops.o brin_pageops.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o detoast.o detoast.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heaptuple.o heaptuple.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_revmap.o brin_revmap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_tuple.o brin_tuple.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indextuple.o indextuple.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o printsimple.o printsimple.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_validate.o brin_validate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o catalog.o catalog.c
make -C gin all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/gin'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginarrayproc.o ginarrayproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o printtup.o printtup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dependency.o dependency.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginbtree.o ginbtree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brin_xlog.o brin_xlog.c
( echo src/backend/access/brin/brin.o src/backend/access/brin/brin_inclusion.o src/backend/access/brin/brin_minmax.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 '/build/postgresql-13.4/src/backend/access/brin'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relation.o relation.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginbulk.o ginbulk.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gindatapage.o gindatapage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o reloptions.o reloptions.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heap.o heap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginentrypage.o ginentrypage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o scankey.o scankey.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginfast.o ginfast.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o session.o session.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o toast_internals.o toast_internals.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginget.o ginget.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o index.o index.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tupconvert.o tupconvert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indexing.o indexing.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tupdesc.o tupdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gininsert.o gininsert.c
( 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/toast_internals.o src/backend/access/common/tupconvert.o src/backend/access/common/tupdesc.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/access/common'
make -C gist all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginlogic.o ginlogic.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/gist'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gist.o gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginpostinglist.o ginpostinglist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginscan.o ginscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginutil.o ginutil.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o namespace.o namespace.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o objectaccess.o objectaccess.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistbuild.o gistbuild.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginvacuum.o ginvacuum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistbuildbuffers.o gistbuildbuffers.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginvalidate.o ginvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o objectaddress.o objectaddress.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginxlog.o ginxlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistget.o gistget.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partition.o partition.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistproc.o gistproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_aggregate.o pg_aggregate.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 '/build/postgresql-13.4/src/backend/access/gin'
make -C hash all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/hash'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hash.o hash.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hash_xlog.o hash_xlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_cast.o pg_cast.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistscan.o gistscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_collation.o pg_collation.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashfunc.o hashfunc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistsplit.o gistsplit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_constraint.o pg_constraint.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashinsert.o hashinsert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_conversion.o pg_conversion.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistutil.o gistutil.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashovfl.o hashovfl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_db_role_setting.o pg_db_role_setting.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistvacuum.o gistvacuum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashpage.o hashpage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_depend.o pg_depend.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistvalidate.o gistvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistxlog.o gistxlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_enum.o pg_enum.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 '/build/postgresql-13.4/src/backend/access/gist'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashsearch.o hashsearch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_inherits.o pg_inherits.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_largeobject.o pg_largeobject.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashsort.o hashsort.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashutil.o hashutil.c
make -C index all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_namespace.o pg_namespace.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/index'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o amapi.o amapi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_operator.o pg_operator.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o amvalidate.o amvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashvalidate.o hashvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o genam.o genam.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_proc.o pg_proc.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 '/build/postgresql-13.4/src/backend/access/hash'
make -C heap all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/heap'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapam.o heapam.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indexam.o indexam.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapam_handler.o heapam_handler.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_publication.o pg_publication.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 '/build/postgresql-13.4/src/backend/access/index'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_range.o pg_range.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_shdepend.o pg_shdepend.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapam_visibility.o heapam_visibility.c
make -C nbtree all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_subscription.o pg_subscription.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/nbtree'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtcompare.o nbtcompare.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtdedup.o nbtdedup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heaptoast.o heaptoast.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_type.o pg_type.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtinsert.o nbtinsert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hio.o hio.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o storage.o storage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pruneheap.o pruneheap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtpage.o nbtpage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o toasting.o toasting.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtree.o nbtree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteheap.o rewriteheap.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_cast.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_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
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/catalog'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtsearch.o nbtsearch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o syncscan.o syncscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtsort.o nbtsort.c
make -C parser all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o vacuumlazy.o vacuumlazy.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/parser'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o analyze.o analyze.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtsplitloc.o nbtsplitloc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gram.o gram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o visibilitymap.o visibilitymap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtutils.o nbtutils.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/syncscan.o src/backend/access/heap/vacuumlazy.o src/backend/access/heap/visibilitymap.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/access/heap'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtvalidate.o nbtvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtxlog.o nbtxlog.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/access/nbtree'
make -C rmgrdesc all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/rmgrdesc'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brindesc.o brindesc.c
make -C executor all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/executor'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execAmi.o execAmi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clogdesc.o clogdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o committsdesc.o committsdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dbasedesc.o dbasedesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execCurrent.o execCurrent.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o genericdesc.o genericdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gindesc.o gindesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execExpr.o execExpr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistdesc.o gistdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashdesc.o hashdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapdesc.o heapdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o logicalmsgdesc.o logicalmsgdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mxactdesc.o mxactdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtdesc.o nbtdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relmapdesc.o relmapdesc.c
make -C commands all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/commands'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o aggregatecmds.o aggregatecmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o replorigindesc.o replorigindesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o seqdesc.o seqdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execExprInterp.o execExprInterp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o alter.o alter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o smgrdesc.o smgrdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgdesc.o spgdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o standbydesc.o standbydesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o amcmds.o amcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tblspcdesc.o tblspcdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o analyze.o analyze.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xactdesc.o xactdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execGrouping.o execGrouping.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogdesc.o xlogdesc.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/access/rmgrdesc'
make -C spgist all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/spgist'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgdoinsert.o spgdoinsert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execIndexing.o execIndexing.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o async.o async.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execJunk.o execJunk.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execMain.o execMain.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spginsert.o spginsert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgkdtreeproc.o spgkdtreeproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cluster.o cluster.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgproc.o spgproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execParallel.o execParallel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgquadtreeproc.o spgquadtreeproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o collationcmds.o collationcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgscan.o spgscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execPartition.o execPartition.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o comment.o comment.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgtextproc.o spgtextproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o constraint.o constraint.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgutils.o spgutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execProcnode.o execProcnode.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o conversioncmds.o conversioncmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o copy.o copy.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgvacuum.o spgvacuum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_agg.o parse_agg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execReplication.o execReplication.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgvalidate.o spgvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execSRF.o execSRF.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_clause.o parse_clause.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgxlog.o spgxlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execScan.o execScan.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 '/build/postgresql-13.4/src/backend/access/spgist'
make -C table all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/table'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o table.o table.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tableam.o tableam.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execTuples.o execTuples.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tableamapi.o tableamapi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o toast_helper.o toast_helper.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_coerce.o parse_coerce.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o createas.o createas.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/access/table'
make -C tablesample all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/tablesample'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bernoulli.o bernoulli.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o system.o system.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dbcommands.o dbcommands.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o execUtils.o execUtils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tablesample.o tablesample.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_collate.o parse_collate.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 '/build/postgresql-13.4/src/backend/access/tablesample'
make -C transam all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/access/transam'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clog.o clog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o functions.o functions.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_cte.o parse_cte.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o define.o define.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o commit_ts.o commit_ts.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_enr.o parse_enr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o discard.o discard.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_expr.o parse_expr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o generic_xlog.o generic_xlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o instrument.o instrument.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dropcmds.o dropcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o multixact.o multixact.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeAgg.o nodeAgg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o event_trigger.o event_trigger.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parallel.o parallel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_func.o parse_func.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o explain.o explain.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeAppend.o nodeAppend.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rmgr.o rmgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_node.o parse_node.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o slru.o slru.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeBitmapAnd.o nodeBitmapAnd.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_oper.o parse_oper.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_param.o parse_param.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o subtrans.o subtrans.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_relation.o parse_relation.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o timeline.o timeline.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o extension.o extension.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o transam.o transam.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeBitmapOr.o nodeBitmapOr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o twophase.o twophase.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeCtescan.o nodeCtescan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeCustom.o nodeCustom.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeForeignscan.o nodeForeignscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_target.o parse_target.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o twophase_rmgr.o twophase_rmgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeFunctionscan.o nodeFunctionscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o varsup.o varsup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o foreigncmds.o foreigncmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeGather.o nodeGather.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xact.o xact.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_type.o parse_type.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeGatherMerge.o nodeGatherMerge.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o functioncmds.o functioncmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_utilcmd.o parse_utilcmd.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeGroup.o nodeGroup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeHash.o nodeHash.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlog.o xlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indexcmds.o indexcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parser.o parser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeHashjoin.o nodeHashjoin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o scan.o scan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lockcmds.o lockcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeIncrementalSort.o nodeIncrementalSort.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o matview.o matview.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o opclasscmds.o opclasscmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeIndexonlyscan.o nodeIndexonlyscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o scansup.o scansup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeIndexscan.o nodeIndexscan.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_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[3]: Leaving directory '/build/postgresql-13.4/src/backend/parser'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o operatorcmds.o operatorcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeLimit.o nodeLimit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o policy.o policy.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeLockRows.o nodeLockRows.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogarchive.o xlogarchive.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeMaterial.o nodeMaterial.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogfuncs.o xlogfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeMergeAppend.o nodeMergeAppend.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o portalcmds.o portalcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeMergejoin.o nodeMergejoin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o prepare.o prepare.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xloginsert.o xloginsert.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o proclang.o proclang.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogreader.o xlogreader.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeModifyTable.o nodeModifyTable.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o publicationcmds.o publicationcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogutils.o xlogutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o schemacmds.o schemacmds.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/xlogreader.o src/backend/access/transam/xlogutils.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/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 '/build/postgresql-13.4/src/backend/access'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeNamedtuplestorescan.o nodeNamedtuplestorescan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sequence.o sequence.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeNestloop.o nodeNestloop.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeProjectSet.o nodeProjectSet.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeRecursiveunion.o nodeRecursiveunion.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o seclabel.o seclabel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeResult.o nodeResult.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSamplescan.o nodeSamplescan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o statscmds.o statscmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSeqscan.o nodeSeqscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSetOp.o nodeSetOp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o subscriptioncmds.o subscriptioncmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSort.o nodeSort.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSubplan.o nodeSubplan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tablecmds.o tablecmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeSubqueryscan.o nodeSubqueryscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeTableFuncscan.o nodeTableFuncscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeTidscan.o nodeTidscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeUnique.o nodeUnique.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeValuesscan.o nodeValuesscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeWindowAgg.o nodeWindowAgg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeWorktablescan.o nodeWorktablescan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spi.o spi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tqueue.o tqueue.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tstoreReceiver.o tstoreReceiver.c
( echo src/backend/executor/execAmi.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/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/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
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/executor'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tablespace.o tablespace.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o trigger.o trigger.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsearchcmds.o tsearchcmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o typecmds.o typecmds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o user.o user.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o vacuum.o vacuum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o variable.o variable.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o view.o view.c
( 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/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/variable.o src/backend/commands/view.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/commands'
make -C libpq all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/libpq'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o auth-scram.o auth-scram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o auth.o auth.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-fsstubs.o be-fsstubs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-secure-common.o be-secure-common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-secure.o be-secure.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o crypt.o crypt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hba.o hba.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ifaddr.o ifaddr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pqcomm.o pqcomm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pqformat.o pqformat.c
make -C main all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/main'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o main.o main.c
( echo src/backend/main/main.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/main'
make -C lib all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pqmq.o pqmq.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/lib'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o binaryheap.o binaryheap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bipartite_match.o bipartite_match.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bloomfilter.o bloomfilter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dshash.o dshash.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hyperloglog.o hyperloglog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pqsignal.o pqsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ilist.o ilist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-secure-openssl.o be-secure-openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o integerset.o integerset.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o knapsack.o knapsack.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pairingheap.o pairingheap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rbtree.o rbtree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-gssapi-common.o be-gssapi-common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o be-secure-gssapi.o be-secure-gssapi.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
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/lib'
make -C nodes all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/nodes'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bitmapset.o bitmapset.c
( echo 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 '/build/postgresql-13.4/src/backend/libpq'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o copyfuncs.o copyfuncs.c
make -C optimizer all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/optimizer'
make -C geqo all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/optimizer/geqo'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_copy.o geqo_copy.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o equalfuncs.o equalfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_cx.o geqo_cx.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_erx.o geqo_erx.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_eval.o geqo_eval.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_main.o geqo_main.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_misc.o geqo_misc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_mutation.o geqo_mutation.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_ox1.o geqo_ox1.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_ox2.o geqo_ox2.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_pmx.o geqo_pmx.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_pool.o geqo_pool.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_px.o geqo_px.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_random.o geqo_random.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_recombination.o geqo_recombination.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o extensible.o extensible.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o list.o list.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geqo_selection.o geqo_selection.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 '/build/postgresql-13.4/src/backend/optimizer/geqo'
make -C path all
make -C plan all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/optimizer/path'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o allpaths.o allpaths.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/optimizer/plan'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o analyzejoins.o analyzejoins.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o makefuncs.o makefuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o createplan.o createplan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodeFuncs.o nodeFuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clausesel.o clausesel.c
make -C foreign all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/foreign'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o foreign.o foreign.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o costsize.o costsize.c
( echo src/backend/foreign/foreign.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/foreign'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o initsplan.o initsplan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nodes.o nodes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o outfuncs.o outfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o params.o params.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o planagg.o planagg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o planmain.o planmain.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o print.o print.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o planner.o planner.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o equivclass.o equivclass.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o read.o read.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o readfuncs.o readfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indxpath.o indxpath.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tidbitmap.o tidbitmap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o setrefs.o setrefs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o joinpath.o joinpath.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o value.o value.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o joinrels.o joinrels.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 -C prep all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/optimizer/prep'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o prepjointree.o prepjointree.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/nodes'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o subselect.o subselect.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pathkeys.o pathkeys.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o prepqual.o prepqual.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tidpath.o tidpath.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 '/build/postgresql-13.4/src/backend/optimizer/plan'
make -C util all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o preptlist.o preptlist.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/optimizer/util'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o appendinfo.o appendinfo.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o prepunion.o prepunion.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/optimizer/path'
make -C partitioning all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/partitioning'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partbounds.o partbounds.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partdesc.o partdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clauses.o clauses.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inherit.o inherit.c
( echo 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 '/build/postgresql-13.4/src/backend/optimizer/prep'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o joininfo.o joininfo.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partprune.o partprune.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o orclauses.o orclauses.c
( echo src/backend/partitioning/partbounds.o src/backend/partitioning/partdesc.o src/backend/partitioning/partprune.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/partitioning'
make -C port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pathnode.o pathnode.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/port'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o atomics.o atomics.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_sema.o pg_sema.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_shmem.o pg_shmem.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 '/build/postgresql-13.4/src/backend/port'
make -C postmaster all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/postmaster'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o autovacuum.o autovacuum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bgworker.o bgworker.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o placeholder.o placeholder.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o paramassign.o paramassign.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bgwriter.o bgwriter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o plancat.o plancat.c
make -C regex all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/regex'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regcomp.o regcomp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o checkpointer.o checkpointer.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regerror.o regerror.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fork_process.o fork_process.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o interrupt.o interrupt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regexec.o regexec.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgarch.o pgarch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o predtest.o predtest.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgstat.o pgstat.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relnode.o relnode.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o restrictinfo.o restrictinfo.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regexport.o regexport.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tlist.o tlist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o postmaster.o postmaster.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o startup.o startup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o var.o var.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regfree.o regfree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regprefix.o regprefix.c
make -C replication all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/replication'
make -C logical all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/replication/logical'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o decode.o decode.c
( 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 '/build/postgresql-13.4/src/backend/regex'
make -C rewrite all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/rewrite'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteDefine.o rewriteDefine.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 '/build/postgresql-13.4/src/backend/optimizer/util'
( cat geqo/objfiles.txt path/objfiles.txt plan/objfiles.txt prep/objfiles.txt util/objfiles.txt; echo  ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/optimizer'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteHandler.o rewriteHandler.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o launcher.o launcher.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteManip.o rewriteManip.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o logical.o logical.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o syslogger.o syslogger.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteRemove.o rewriteRemove.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rewriteSupport.o rewriteSupport.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o logicalfuncs.o logicalfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o message.o message.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o walwriter.o walwriter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rowsecurity.o rowsecurity.c
make -C statistics all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/statistics'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dependencies.o dependencies.c
( echo src/backend/postmaster/autovacuum.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/pgstat.o src/backend/postmaster/postmaster.o src/backend/postmaster/startup.o src/backend/postmaster/syslogger.o src/backend/postmaster/walwriter.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/postmaster'
make -C storage all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/storage'
make -C buffer all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/buffer'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o buf_init.o buf_init.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o origin.o origin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o buf_table.o buf_table.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bufmgr.o bufmgr.c
( echo src/backend/rewrite/rewriteDefine.o src/backend/rewrite/rewriteHandler.o src/backend/rewrite/rewriteManip.o src/backend/rewrite/rewriteRemove.o src/backend/rewrite/rewriteSupport.o src/backend/rewrite/rowsecurity.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/rewrite'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o extended_stats.o extended_stats.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mcv.o mcv.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o proto.o proto.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relation.o relation.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mvdistinct.o mvdistinct.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o freelist.o freelist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o reorderbuffer.o reorderbuffer.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o localbuf.o localbuf.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 '/build/postgresql-13.4/src/backend/statistics'
( 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 '/build/postgresql-13.4/src/backend/storage/buffer'
make -C file all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/file'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o buffile.o buffile.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o copydir.o copydir.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fd.o fd.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o snapbuild.o snapbuild.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tablesync.o tablesync.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o reinit.o reinit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sharedfileset.o sharedfileset.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o worker.o worker.c
( echo src/backend/storage/file/buffile.o src/backend/storage/file/copydir.o src/backend/storage/file/fd.o src/backend/storage/file/reinit.o src/backend/storage/file/sharedfileset.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/storage/file'
make -C freespace all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/freespace'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o freespace.o freespace.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fsmpage.o fsmpage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o indexfsm.o indexfsm.c
( echo src/backend/storage/freespace/freespace.o src/backend/storage/freespace/fsmpage.o src/backend/storage/freespace/indexfsm.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/storage/freespace'
make -C ipc all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/ipc'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o barrier.o barrier.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 '/build/postgresql-13.4/src/backend/replication/logical'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o backup_manifest.o backup_manifest.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dsm.o dsm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o basebackup.o basebackup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dsm_impl.o dsm_impl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ipc.o ipc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ipci.o ipci.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o latch.o latch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o repl_gram.o repl_gram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pmsignal.o pmsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o procarray.o procarray.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o slot.o slot.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o slotfuncs.o slotfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o procsignal.o procsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o shm_mq.o shm_mq.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o syncrep.o syncrep.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o shm_toc.o shm_toc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o syncrep_gram.o syncrep_gram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o shmem.o shmem.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o shmqueue.o shmqueue.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o signalfuncs.o signalfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o walreceiver.o walreceiver.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sinval.o sinval.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sinvaladt.o sinvaladt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o standby.o standby.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o walreceiverfuncs.o walreceiverfuncs.c
make -C tsearch all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/tsearch'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict.o dict.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 '/build/postgresql-13.4/src/backend/storage/ipc'
make -C large_object all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/large_object'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inv_api.o inv_api.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o walsender.o walsender.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_ispell.o dict_ispell.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_simple.o dict_simple.c
( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/storage/large_object'
make -C lmgr all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/lmgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o condition_variable.o condition_variable.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_synonym.o dict_synonym.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o deadlock.o deadlock.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_thesaurus.o dict_thesaurus.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lmgr.o lmgr.c
( cat logical/objfiles.txt; echo src/backend/replication/backup_manifest.o src/backend/replication/basebackup.o 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 '/build/postgresql-13.4/src/backend/replication'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lock.o lock.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regis.o regis.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lwlock.o lwlock.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spell.o spell.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lwlocknames.o lwlocknames.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o predicate.o predicate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o to_tsany.o to_tsany.c
make -C tcop all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/tcop'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cmdtag.o cmdtag.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dest.o dest.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_locale.o ts_locale.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o proc.o proc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o s_lock.o s_lock.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fastpath.o fastpath.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_parse.o ts_parse.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spin.o spin.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]: Leaving directory '/build/postgresql-13.4/src/backend/storage/lmgr'
make -C page all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/page'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bufpage.o bufpage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o postgres.o postgres.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_selfuncs.o ts_selfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_typanalyze.o ts_typanalyze.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -funroll-loops -ftree-vectorize -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o checksum.o checksum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o itemptr.o itemptr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_utils.o ts_utils.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 '/build/postgresql-13.4/src/backend/storage/page'
make -C smgr all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/smgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o md.o md.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o wparser.o wparser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o smgr.o smgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o wparser_def.o wparser_def.c
make -C sync all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pquery.o pquery.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/storage/sync'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sync.o sync.c
( echo src/backend/storage/smgr/md.o src/backend/storage/smgr/smgr.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/storage/smgr'
( echo src/backend/storage/sync/sync.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/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[3]: Leaving directory '/build/postgresql-13.4/src/backend/storage'
make -C utils all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils'
make -C adt all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/adt'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o acl.o acl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utility.o utility.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o amutils.o amutils.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 '/build/postgresql-13.4/src/backend/tsearch'
make -C ../../src/timezone all
make[3]: Entering directory '/build/postgresql-13.4/src/timezone'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/timezone'
make -C jit all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/jit'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DDLSUFFIX=\".so\"  -c -o jit.o jit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o array_expanded.o array_expanded.c
( echo src/backend/jit/jit.o ) >objfiles.txt
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o array_selfuncs.o array_selfuncs.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/jit'
make -C cache all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/cache'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o attoptcache.o attoptcache.c
( 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 '/build/postgresql-13.4/src/backend/tcop'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o catcache.o catcache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o array_typanalyze.o array_typanalyze.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o evtcache.o evtcache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o array_userfuncs.o array_userfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inval.o inval.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o arrayfuncs.o arrayfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lsyscache.o lsyscache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partcache.o partcache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o plancache.o plancache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relcache.o relcache.c
make -C fmgr all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/fmgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DDLSUFFIX=\".so\"  -c -o dfmgr.o dfmgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DDLSUFFIX=\".so\"  -c -o fmgr.o fmgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DDLSUFFIX=\".so\"  -c -o funcapi.o funcapi.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o arrayutils.o arrayutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ascii.o ascii.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o bool.o bool.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cash.o cash.c
( echo src/backend/utils/fmgr/dfmgr.o src/backend/utils/fmgr/fmgr.o src/backend/utils/fmgr/funcapi.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/fmgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o char.o char.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relfilenodemap.o relfilenodemap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relmapper.o relmapper.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cryptohashes.o cryptohashes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spccache.o spccache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o date.o date.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o syscache.o syscache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ts_cache.o ts_cache.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o typcache.o typcache.c
make -C hash all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/hash'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dynahash.o dynahash.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o datetime.o datetime.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_crc.o pg_crc.c
( echo src/backend/utils/hash/dynahash.o src/backend/utils/hash/pg_crc.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/hash'
make -C error all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o datum.o datum.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/error'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o assert.o assert.c
( 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
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o elog.o elog.c
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/cache'
make -C init all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/init'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o globals.o globals.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o miscinit.o miscinit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o postinit.o postinit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dbsize.o dbsize.c
make -C mb all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o conv.o conv.c
( echo src/backend/utils/error/assert.o src/backend/utils/error/elog.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/error'
make -C misc all
( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/misc'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o guc.o guc.c
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/init'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o domains.o domains.c
make -C mmgr all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/mmgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o aset.o aset.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mbutils.o mbutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dsa.o dsa.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o encode.o encode.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o enum.o enum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stringinfo_mb.o stringinfo_mb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o freepage.o freepage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o wstrcmp.o wstrcmp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o expandeddatum.o expandeddatum.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o expandedrecord.o expandedrecord.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o wstrncmp.o wstrncmp.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 '/build/postgresql-13.4/src/backend/utils/mb'
make -C resowner all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o generation.o generation.c
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/resowner'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o resowner.o resowner.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mcxt.o mcxt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o float.o float.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o memdebug.o memdebug.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o portalmem.o portalmem.c
( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/resowner'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o slab.o slab.c
make -C sort all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/sort'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o logtape.o logtape.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mmgr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o format_type.o format_type.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o help_config.o help_config.c
make -C time all
make[4]: Entering directory '/build/postgresql-13.4/src/backend/utils/time'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o combocid.o combocid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sharedtuplestore.o sharedtuplestore.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o pg_config.o pg_config.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o snapmgr.o snapmgr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o formatting.o formatting.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sortsupport.o sortsupport.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o pg_controldata.o pg_controldata.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tuplesort.o tuplesort.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o pg_rusage.o pg_rusage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o ps_status.o ps_status.c
( echo src/backend/utils/time/combocid.o src/backend/utils/time/snapmgr.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/time'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o queryenvironment.o queryenvironment.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fmgrtab.o fmgrtab.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o rls.o rls.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tuplestore.o tuplestore.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o sampling.o sampling.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o superuser.o superuser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o timeout.o timeout.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o genfile.o genfile.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geo_ops.o geo_ops.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"'  -c -o tzparser.o tzparser.c
( echo src/backend/utils/sort/logtape.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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/sort'
( 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/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
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/misc'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inet_cidr_ntop.o inet_cidr_ntop.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geo_spgist.o geo_spgist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o inet_net_pton.o inet_net_pton.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o int.o int.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o int8.o int8.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o json.o json.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonb.o jsonb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonb_gin.o jsonb_gin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonb_op.o jsonb_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonb_util.o jsonb_util.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonfuncs.o jsonfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonpath.o jsonpath.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonpath_exec.o jsonpath_exec.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o jsonpath_gram.o jsonpath_gram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o like.o like.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o like_support.o like_support.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lockfuncs.o lockfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mac.o mac.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mac8.o mac8.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o misc.o misc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o name.o name.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o network.o network.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o network_gist.o network_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o network_selfuncs.o network_selfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o network_spgist.o network_spgist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o numeric.o numeric.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o numutils.o numutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o oid.o oid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o oracle_compat.o oracle_compat.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o orderedsetaggs.o orderedsetaggs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o partitionfuncs.o partitionfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_locale.o pg_locale.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_lsn.o pg_lsn.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_upgrade_support.o pg_upgrade_support.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgstatfuncs.o pgstatfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pseudotypes.o pseudotypes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o quote.o quote.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rangetypes.o rangetypes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rangetypes_gist.o rangetypes_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rangetypes_selfuncs.o rangetypes_selfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rangetypes_spgist.o rangetypes_spgist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rangetypes_typanalyze.o rangetypes_typanalyze.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regexp.o regexp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regproc.o regproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ri_triggers.o ri_triggers.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rowtypes.o rowtypes.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ruleutils.o ruleutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o selfuncs.o selfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tid.o tid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o geo_selfuncs.o geo_selfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o timestamp.o timestamp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o trigfuncs.o trigfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsginidx.o tsginidx.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsgistidx.o tsgistidx.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery.o tsquery.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery_cleanup.o tsquery_cleanup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery_gist.o tsquery_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery_op.o tsquery_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery_rewrite.o tsquery_rewrite.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsquery_util.o tsquery_util.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsrank.o tsrank.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsvector.o tsvector.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsvector_op.o tsvector_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tsvector_parser.o tsvector_parser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o uuid.o uuid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o varbit.o varbit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o varchar.o varchar.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o varlena.o varlena.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o version.o version.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o windowfuncs.o windowfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xid.o xid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xid8funcs.o xid8funcs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xml.o xml.c
( echo src/backend/utils/adt/acl.o src/backend/utils/adt/amutils.o src/backend/utils/adt/array_expanded.o src/backend/utils/adt/array_selfuncs.o src/backend/utils/adt/array_typanalyze.o src/backend/utils/adt/array_userfuncs.o src/backend/utils/adt/arrayfuncs.o src/backend/utils/adt/arrayutils.o src/backend/utils/adt/ascii.o src/backend/utils/adt/bool.o src/backend/utils/adt/cash.o src/backend/utils/adt/char.o src/backend/utils/adt/cryptohashes.o src/backend/utils/adt/date.o src/backend/utils/adt/datetime.o src/backend/utils/adt/datum.o src/backend/utils/adt/dbsize.o src/backend/utils/adt/domains.o src/backend/utils/adt/encode.o src/backend/utils/adt/enum.o src/backend/utils/adt/expandeddatum.o src/backend/utils/adt/expandedrecord.o src/backend/utils/adt/float.o src/backend/utils/adt/format_type.o src/backend/utils/adt/formatting.o src/backend/utils/adt/genfile.o src/backend/utils/adt/geo_ops.o src/backend/utils/adt/geo_selfuncs.o src/backend/utils/adt/geo_spgist.o src/backend/utils/adt/inet_cidr_ntop.o src/backend/utils/adt/inet_net_pton.o src/backend/utils/adt/int.o src/backend/utils/adt/int8.o src/backend/utils/adt/json.o src/backend/utils/adt/jsonb.o src/backend/utils/adt/jsonb_gin.o src/backend/utils/adt/jsonb_op.o src/backend/utils/adt/jsonb_util.o src/backend/utils/adt/jsonfuncs.o src/backend/utils/adt/jsonpath.o src/backend/utils/adt/jsonpath_exec.o src/backend/utils/adt/jsonpath_gram.o src/backend/utils/adt/like.o src/backend/utils/adt/like_support.o src/backend/utils/adt/lockfuncs.o src/backend/utils/adt/mac.o src/backend/utils/adt/mac8.o src/backend/utils/adt/misc.o src/backend/utils/adt/name.o src/backend/utils/adt/network.o src/backend/utils/adt/network_gist.o src/backend/utils/adt/network_selfuncs.o src/backend/utils/adt/network_spgist.o src/backend/utils/adt/numeric.o src/backend/utils/adt/numutils.o src/backend/utils/adt/oid.o src/backend/utils/adt/oracle_compat.o src/backend/utils/adt/orderedsetaggs.o src/backend/utils/adt/partitionfuncs.o src/backend/utils/adt/pg_locale.o src/backend/utils/adt/pg_lsn.o src/backend/utils/adt/pg_upgrade_support.o src/backend/utils/adt/pgstatfuncs.o src/backend/utils/adt/pseudotypes.o src/backend/utils/adt/quote.o src/backend/utils/adt/rangetypes.o src/backend/utils/adt/rangetypes_gist.o src/backend/utils/adt/rangetypes_selfuncs.o src/backend/utils/adt/rangetypes_spgist.o src/backend/utils/adt/rangetypes_typanalyze.o src/backend/utils/adt/regexp.o src/backend/utils/adt/regproc.o src/backend/utils/adt/ri_triggers.o src/backend/utils/adt/rowtypes.o src/backend/utils/adt/ruleutils.o src/backend/utils/adt/selfuncs.o src/backend/utils/adt/tid.o src/backend/utils/adt/timestamp.o src/backend/utils/adt/trigfuncs.o src/backend/utils/adt/tsginidx.o src/backend/utils/adt/tsgistidx.o src/backend/utils/adt/tsquery.o src/backend/utils/adt/tsquery_cleanup.o src/backend/utils/adt/tsquery_gist.o src/backend/utils/adt/tsquery_op.o src/backend/utils/adt/tsquery_rewrite.o src/backend/utils/adt/tsquery_util.o src/backend/utils/adt/tsrank.o src/backend/utils/adt/tsvector.o src/backend/utils/adt/tsvector_op.o src/backend/utils/adt/tsvector_parser.o src/backend/utils/adt/uuid.o src/backend/utils/adt/varbit.o src/backend/utils/adt/varchar.o src/backend/utils/adt/varlena.o src/backend/utils/adt/version.o src/backend/utils/adt/windowfuncs.o src/backend/utils/adt/xid.o src/backend/utils/adt/xid8funcs.o src/backend/utils/adt/xml.o ) >objfiles.txt
make[4]: Leaving directory '/build/postgresql-13.4/src/backend/utils/adt'
( cat adt/objfiles.txt cache/objfiles.txt error/objfiles.txt fmgr/objfiles.txt hash/objfiles.txt init/objfiles.txt mb/objfiles.txt misc/objfiles.txt mmgr/objfiles.txt resowner/objfiles.txt sort/objfiles.txt time/objfiles.txt; echo src/backend/utils/fmgrtab.o ) >objfiles.txt
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 access/brin/brin.o access/brin/brin_inclusion.o access/brin/brin_minmax.o access/brin/brin_pageops.o access/brin/brin_revmap.o access/brin/brin_tuple.o access/brin/brin_validate.o access/brin/brin_xlog.o access/common/attmap.o access/common/bufmask.o access/common/detoast.o access/common/heaptuple.o access/common/indextuple.o access/common/printsimple.o access/common/printtup.o access/common/relation.o access/common/reloptions.o access/common/scankey.o access/common/session.o access/common/toast_internals.o access/common/tupconvert.o access/common/tupdesc.o access/gin/ginarrayproc.o access/gin/ginbtree.o access/gin/ginbulk.o access/gin/gindatapage.o access/gin/ginentrypage.o access/gin/ginfast.o access/gin/ginget.o access/gin/gininsert.o access/gin/ginlogic.o access/gin/ginpostinglist.o access/gin/ginscan.o access/gin/ginutil.o access/gin/ginvacuum.o access/gin/ginvalidate.o access/gin/ginxlog.o access/gist/gist.o access/gist/gistbuild.o access/gist/gistbuildbuffers.o access/gist/gistget.o access/gist/gistproc.o access/gist/gistscan.o access/gist/gistsplit.o access/gist/gistutil.o access/gist/gistvacuum.o access/gist/gistvalidate.o access/gist/gistxlog.o access/hash/hash.o access/hash/hash_xlog.o access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o access/hash/hashpage.o access/hash/hashsearch.o access/hash/hashsort.o access/hash/hashutil.o access/hash/hashvalidate.o access/heap/heapam.o access/heap/heapam_handler.o access/heap/heapam_visibility.o access/heap/heaptoast.o access/heap/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o access/heap/syncscan.o access/heap/vacuumlazy.o access/heap/visibilitymap.o access/index/amapi.o access/index/amvalidate.o access/index/genam.o access/index/indexam.o access/nbtree/nbtcompare.o access/nbtree/nbtdedup.o access/nbtree/nbtinsert.o access/nbtree/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o access/nbtree/nbtsort.o access/nbtree/nbtsplitloc.o access/nbtree/nbtutils.o access/nbtree/nbtvalidate.o access/nbtree/nbtxlog.o access/rmgrdesc/brindesc.o access/rmgrdesc/clogdesc.o access/rmgrdesc/committsdesc.o access/rmgrdesc/dbasedesc.o access/rmgrdesc/genericdesc.o access/rmgrdesc/gindesc.o access/rmgrdesc/gistdesc.o access/rmgrdesc/hashdesc.o access/rmgrdesc/heapdesc.o access/rmgrdesc/logicalmsgdesc.o access/rmgrdesc/mxactdesc.o access/rmgrdesc/nbtdesc.o access/rmgrdesc/relmapdesc.o access/rmgrdesc/replorigindesc.o access/rmgrdesc/seqdesc.o access/rmgrdesc/smgrdesc.o access/rmgrdesc/spgdesc.o access/rmgrdesc/standbydesc.o access/rmgrdesc/tblspcdesc.o access/rmgrdesc/xactdesc.o access/rmgrdesc/xlogdesc.o access/spgist/spgdoinsert.o access/spgist/spginsert.o access/spgist/spgkdtreeproc.o access/spgist/spgproc.o access/spgist/spgquadtreeproc.o access/spgist/spgscan.o access/spgist/spgtextproc.o access/spgist/spgutils.o access/spgist/spgvacuum.o access/spgist/spgvalidate.o access/spgist/spgxlog.o access/table/table.o access/table/tableam.o access/table/tableamapi.o access/table/toast_helper.o access/tablesample/bernoulli.o access/tablesample/system.o access/tablesample/tablesample.o access/transam/clog.o access/transam/commit_ts.o access/transam/generic_xlog.o access/transam/multixact.o access/transam/parallel.o access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o access/transam/timeline.o access/transam/transam.o access/transam/twophase.o access/transam/twophase_rmgr.o access/transam/varsup.o access/transam/xact.o access/transam/xlog.o access/transam/xlogarchive.o access/transam/xlogfuncs.o access/transam/xloginsert.o access/transam/xlogreader.o access/transam/xlogutils.o bootstrap/bootparse.o bootstrap/bootstrap.o catalog/aclchk.o catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o catalog/indexing.o catalog/namespace.o catalog/objectaccess.o catalog/objectaddress.o catalog/partition.o catalog/pg_aggregate.o catalog/pg_cast.o catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.o catalog/pg_db_role_setting.o catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o catalog/pg_proc.o catalog/pg_publication.o catalog/pg_range.o catalog/pg_shdepend.o catalog/pg_subscription.o catalog/pg_type.o catalog/storage.o catalog/toasting.o parser/analyze.o parser/gram.o parser/parse_agg.o parser/parse_clause.o parser/parse_coerce.o parser/parse_collate.o parser/parse_cte.o parser/parse_enr.o parser/parse_expr.o parser/parse_func.o parser/parse_node.o parser/parse_oper.o parser/parse_param.o parser/parse_relation.o parser/parse_target.o parser/parse_type.o parser/parse_utilcmd.o parser/parser.o parser/scan.o parser/scansup.o commands/aggregatecmds.o commands/alter.o commands/amcmds.o commands/analyze.o commands/async.o commands/cluster.o commands/collationcmds.o commands/comment.o commands/constraint.o commands/conversioncmds.o commands/copy.o commands/createas.o commands/dbcommands.o commands/define.o commands/discard.o commands/dropcmds.o commands/event_trigger.o commands/explain.o commands/extension.o commands/foreigncmds.o commands/functioncmds.o commands/indexcmds.o commands/lockcmds.o commands/matview.o commands/opclasscmds.o commands/operatorcmds.o commands/policy.o commands/portalcmds.o commands/prepare.o commands/proclang.o commands/publicationcmds.o commands/schemacmds.o commands/seclabel.o commands/sequence.o commands/statscmds.o commands/subscriptioncmds.o commands/tablecmds.o commands/tablespace.o commands/trigger.o commands/tsearchcmds.o commands/typecmds.o commands/user.o commands/vacuum.o commands/variable.o commands/view.o executor/execAmi.o executor/execCurrent.o executor/execExpr.o executor/execExprInterp.o executor/execGrouping.o executor/execIndexing.o executor/execJunk.o executor/execMain.o executor/execParallel.o executor/execPartition.o executor/execProcnode.o executor/execReplication.o executor/execSRF.o executor/execScan.o executor/execTuples.o executor/execUtils.o executor/functions.o executor/instrument.o executor/nodeAgg.o executor/nodeAppend.o executor/nodeBitmapAnd.o executor/nodeBitmapHeapscan.o executor/nodeBitmapIndexscan.o executor/nodeBitmapOr.o executor/nodeCtescan.o executor/nodeCustom.o executor/nodeForeignscan.o executor/nodeFunctionscan.o executor/nodeGather.o executor/nodeGatherMerge.o executor/nodeGroup.o executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIncrementalSort.o executor/nodeIndexonlyscan.o executor/nodeIndexscan.o executor/nodeLimit.o executor/nodeLockRows.o executor/nodeMaterial.o executor/nodeMergeAppend.o executor/nodeMergejoin.o executor/nodeModifyTable.o executor/nodeNamedtuplestorescan.o executor/nodeNestloop.o executor/nodeProjectSet.o executor/nodeRecursiveunion.o executor/nodeResult.o executor/nodeSamplescan.o executor/nodeSeqscan.o executor/nodeSetOp.o executor/nodeSort.o executor/nodeSubplan.o executor/nodeSubqueryscan.o executor/nodeTableFuncscan.o executor/nodeTidscan.o executor/nodeUnique.o executor/nodeValuesscan.o executor/nodeWindowAgg.o executor/nodeWorktablescan.o executor/spi.o executor/tqueue.o executor/tstoreReceiver.o foreign/foreign.o lib/binaryheap.o lib/bipartite_match.o lib/bloomfilter.o lib/dshash.o lib/hyperloglog.o lib/ilist.o lib/integerset.o lib/knapsack.o lib/pairingheap.o lib/rbtree.o libpq/auth-scram.o libpq/auth.o libpq/be-fsstubs.o libpq/be-secure-common.o libpq/be-secure.o libpq/crypt.o libpq/hba.o libpq/ifaddr.o libpq/pqcomm.o libpq/pqformat.o libpq/pqmq.o libpq/pqsignal.o libpq/be-secure-openssl.o libpq/be-gssapi-common.o libpq/be-secure-gssapi.o main/main.o nodes/bitmapset.o nodes/copyfuncs.o nodes/equalfuncs.o nodes/extensible.o nodes/list.o nodes/makefuncs.o nodes/nodeFuncs.o nodes/nodes.o nodes/outfuncs.o nodes/params.o nodes/print.o nodes/read.o nodes/readfuncs.o nodes/tidbitmap.o nodes/value.o optimizer/geqo/geqo_copy.o optimizer/geqo/geqo_cx.o optimizer/geqo/geqo_erx.o optimizer/geqo/geqo_eval.o optimizer/geqo/geqo_main.o optimizer/geqo/geqo_misc.o optimizer/geqo/geqo_mutation.o optimizer/geqo/geqo_ox1.o optimizer/geqo/geqo_ox2.o optimizer/geqo/geqo_pmx.o optimizer/geqo/geqo_pool.o optimizer/geqo/geqo_px.o optimizer/geqo/geqo_random.o optimizer/geqo/geqo_recombination.o optimizer/geqo/geqo_selection.o optimizer/path/allpaths.o optimizer/path/clausesel.o optimizer/path/costsize.o optimizer/path/equivclass.o optimizer/path/indxpath.o optimizer/path/joinpath.o optimizer/path/joinrels.o optimizer/path/pathkeys.o optimizer/path/tidpath.o optimizer/plan/analyzejoins.o optimizer/plan/createplan.o optimizer/plan/initsplan.o optimizer/plan/planagg.o optimizer/plan/planmain.o optimizer/plan/planner.o optimizer/plan/setrefs.o optimizer/plan/subselect.o optimizer/prep/prepjointree.o optimizer/prep/prepqual.o optimizer/prep/preptlist.o optimizer/prep/prepunion.o optimizer/util/appendinfo.o optimizer/util/clauses.o optimizer/util/inherit.o optimizer/util/joininfo.o optimizer/util/orclauses.o optimizer/util/paramassign.o optimizer/util/pathnode.o optimizer/util/placeholder.o optimizer/util/plancat.o optimizer/util/predtest.o optimizer/util/relnode.o optimizer/util/restrictinfo.o optimizer/util/tlist.o optimizer/util/var.o partitioning/partbounds.o partitioning/partdesc.o partitioning/partprune.o port/atomics.o port/pg_sema.o port/pg_shmem.o postmaster/autovacuum.o postmaster/bgworker.o postmaster/bgwriter.o postmaster/checkpointer.o postmaster/fork_process.o postmaster/interrupt.o postmaster/pgarch.o postmaster/pgstat.o postmaster/postmaster.o postmaster/startup.o postmaster/syslogger.o postmaster/walwriter.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regexport.o regex/regfree.o regex/regprefix.o replication/logical/decode.o replication/logical/launcher.o replication/logical/logical.o replication/logical/logicalfuncs.o replication/logical/message.o replication/logical/origin.o replication/logical/proto.o replication/logical/relation.o replication/logical/reorderbuffer.o replication/logical/snapbuild.o replication/logical/tablesync.o replication/logical/worker.o replication/backup_manifest.o replication/basebackup.o replication/repl_gram.o replication/slot.o replication/slotfuncs.o replication/syncrep.o replication/syncrep_gram.o replication/walreceiver.o replication/walreceiverfuncs.o replication/walsender.o rewrite/rewriteDefine.o rewrite/rewriteHandler.o rewrite/rewriteManip.o rewrite/rewriteRemove.o rewrite/rewriteSupport.o rewrite/rowsecurity.o statistics/dependencies.o statistics/extended_stats.o statistics/mcv.o statistics/mvdistinct.o storage/buffer/buf_init.o storage/buffer/buf_table.o storage/buffer/bufmgr.o storage/buffer/freelist.o storage/buffer/localbuf.o storage/file/buffile.o storage/file/copydir.o storage/file/fd.o storage/file/reinit.o storage/file/sharedfileset.o storage/freespace/freespace.o storage/freespace/fsmpage.o storage/freespace/indexfsm.o storage/ipc/barrier.o storage/ipc/dsm.o storage/ipc/dsm_impl.o storage/ipc/ipc.o storage/ipc/ipci.o storage/ipc/latch.o storage/ipc/pmsignal.o storage/ipc/procarray.o storage/ipc/procsignal.o storage/ipc/shm_mq.o storage/ipc/shm_toc.o storage/ipc/shmem.o storage/ipc/shmqueue.o storage/ipc/signalfuncs.o storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o storage/large_object/inv_api.o storage/lmgr/condition_variable.o storage/lmgr/deadlock.o storage/lmgr/lmgr.o storage/lmgr/lock.o storage/lmgr/lwlock.o storage/lmgr/lwlocknames.o storage/lmgr/predicate.o storage/lmgr/proc.o storage/lmgr/s_lock.o storage/lmgr/spin.o storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o storage/smgr/md.o storage/smgr/smgr.o storage/sync/sync.o tcop/cmdtag.o tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o tcop/utility.o tsearch/dict.o tsearch/dict_ispell.o tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o tsearch/regis.o tsearch/spell.o tsearch/to_tsany.o tsearch/ts_locale.o tsearch/ts_parse.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o tsearch/ts_utils.o tsearch/wparser.o tsearch/wparser_def.o utils/adt/acl.o utils/adt/amutils.o utils/adt/array_expanded.o utils/adt/array_selfuncs.o utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o utils/adt/arrayfuncs.o utils/adt/arrayutils.o utils/adt/ascii.o utils/adt/bool.o utils/adt/cash.o utils/adt/char.o utils/adt/cryptohashes.o utils/adt/date.o utils/adt/datetime.o utils/adt/datum.o utils/adt/dbsize.o utils/adt/domains.o utils/adt/encode.o utils/adt/enum.o utils/adt/expandeddatum.o utils/adt/expandedrecord.o utils/adt/float.o utils/adt/format_type.o utils/adt/formatting.o utils/adt/genfile.o utils/adt/geo_ops.o utils/adt/geo_selfuncs.o utils/adt/geo_spgist.o utils/adt/inet_cidr_ntop.o utils/adt/inet_net_pton.o utils/adt/int.o utils/adt/int8.o utils/adt/json.o utils/adt/jsonb.o utils/adt/jsonb_gin.o utils/adt/jsonb_op.o utils/adt/jsonb_util.o utils/adt/jsonfuncs.o utils/adt/jsonpath.o utils/adt/jsonpath_exec.o utils/adt/jsonpath_gram.o utils/adt/like.o utils/adt/like_support.o utils/adt/lockfuncs.o utils/adt/mac.o utils/adt/mac8.o utils/adt/misc.o utils/adt/name.o utils/adt/network.o utils/adt/network_gist.o utils/adt/network_selfuncs.o utils/adt/network_spgist.o utils/adt/numeric.o utils/adt/numutils.o utils/adt/oid.o utils/adt/oracle_compat.o utils/adt/orderedsetaggs.o utils/adt/partitionfuncs.o utils/adt/pg_locale.o utils/adt/pg_lsn.o utils/adt/pg_upgrade_support.o utils/adt/pgstatfuncs.o utils/adt/pseudotypes.o utils/adt/quote.o utils/adt/rangetypes.o utils/adt/rangetypes_gist.o utils/adt/rangetypes_selfuncs.o utils/adt/rangetypes_spgist.o utils/adt/rangetypes_typanalyze.o utils/adt/regexp.o utils/adt/regproc.o utils/adt/ri_triggers.o utils/adt/rowtypes.o utils/adt/ruleutils.o utils/adt/selfuncs.o utils/adt/tid.o utils/adt/timestamp.o utils/adt/trigfuncs.o utils/adt/tsginidx.o utils/adt/tsgistidx.o utils/adt/tsquery.o utils/adt/tsquery_cleanup.o utils/adt/tsquery_gist.o utils/adt/tsquery_op.o utils/adt/tsquery_rewrite.o utils/adt/tsquery_util.o utils/adt/tsrank.o utils/adt/tsvector.o utils/adt/tsvector_op.o utils/adt/tsvector_parser.o utils/adt/uuid.o utils/adt/varbit.o utils/adt/varchar.o utils/adt/varlena.o utils/adt/version.o utils/adt/windowfuncs.o utils/adt/xid.o utils/adt/xid8funcs.o utils/adt/xml.o utils/cache/attoptcache.o utils/cache/catcache.o utils/cache/evtcache.o utils/cache/inval.o utils/cache/lsyscache.o utils/cache/partcache.o utils/cache/plancache.o utils/cache/relcache.o utils/cache/relfilenodemap.o utils/cache/relmapper.o utils/cache/spccache.o utils/cache/syscache.o utils/cache/ts_cache.o utils/cache/typcache.o utils/error/assert.o utils/error/elog.o utils/fmgr/dfmgr.o utils/fmgr/fmgr.o utils/fmgr/funcapi.o utils/hash/dynahash.o utils/hash/pg_crc.o utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o utils/mb/conv.o utils/mb/mbutils.o utils/mb/stringinfo_mb.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_config.o utils/misc/pg_controldata.o utils/misc/pg_rusage.o utils/misc/ps_status.o utils/misc/queryenvironment.o utils/misc/rls.o utils/misc/sampling.o utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzparser.o utils/mmgr/aset.o utils/mmgr/dsa.o utils/mmgr/freepage.o utils/mmgr/generation.o utils/mmgr/mcxt.o utils/mmgr/memdebug.o utils/mmgr/portalmem.o utils/mmgr/slab.o utils/resowner/resowner.o utils/sort/logtape.o utils/sort/sharedtuplestore.o utils/sort/sortsupport.o utils/sort/tuplesort.o utils/sort/tuplestore.o utils/time/combocid.o utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o ../../src/timezone/pgtz.o ../../src/timezone/strftime.o jit/jit.o ../../src/common/libpgcommon_srv.a ../../src/port/libpgport_srv.a -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -Wl,-E -lxml2 -lssl -lcrypto -lgssapi_krb5 -lm -L/nix/store/iw14ngq9y6gf4rdp6pp220gkwwa1djxs-icu4c-70.1/lib -licui18n -licuuc -licudata -lsystemd -o postgres
make[2]: Leaving directory '/build/postgresql-13.4/src/backend'
make -C backend/utils/mb/conversion_procs all
make[2]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs'
make -C cyrillic_and_mic all
make -C euc_cn_and_mic all
make -C euc_jp_and_sjis all
make -C euc_kr_and_mic all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cyrillic_and_mic.o cyrillic_and_mic.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o euc_jp_and_sjis.o euc_jp_and_sjis.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o euc_cn_and_mic.o euc_cn_and_mic.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o euc_kr_and_mic.o euc_kr_and_mic.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o euc_cn_and_mic.so euc_cn_and_mic.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o cyrillic_and_mic.so cyrillic_and_mic.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o euc_kr_and_mic.so euc_kr_and_mic.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'
make -C euc_tw_and_big5 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o big5.o big5.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o euc_jp_and_sjis.so euc_jp_and_sjis.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'
make -C latin2_and_win1250 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/latin2_and_win1250'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o latin2_and_win1250.o latin2_and_win1250.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o euc_tw_and_big5.o euc_tw_and_big5.c
make -C latin_and_mic all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/latin_and_mic'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o latin_and_mic.o latin_and_mic.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'
make -C utf8_and_big5 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_big5'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_big5.o utf8_and_big5.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o latin2_and_win1250.so latin2_and_win1250.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o latin_and_mic.so latin_and_mic.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/latin2_and_win1250'
make -C utf8_and_cyrillic all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_cyrillic.o utf8_and_cyrillic.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o euc_tw_and_big5.so big5.o euc_tw_and_big5.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_big5.so utf8_and_big5.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/latin_and_mic'
make -C utf8_and_euc_cn all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_euc_cn.o utf8_and_euc_cn.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_cyrillic.so utf8_and_cyrillic.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'
make -C utf8_and_euc_jp all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'
make -C utf8_and_euc_kr all
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_big5'
make -C utf8_and_euc_tw all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_euc_tw.o utf8_and_euc_tw.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_euc_cn.so utf8_and_euc_cn.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_euc_jp.so utf8_and_euc_jp.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'
make -C utf8_and_gb18030 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_gb18030.o utf8_and_gb18030.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_euc_kr.so utf8_and_euc_kr.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'
make -C utf8_and_gbk all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_gbk'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_gbk.o utf8_and_gbk.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_euc_tw.so utf8_and_euc_tw.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'
make -C utf8_and_iso8859 all
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'
make -C utf8_and_iso8859_1 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_iso8859.o utf8_and_iso8859.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_iso8859_1.o utf8_and_iso8859_1.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_iso8859_1.so utf8_and_iso8859_1.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_gbk.so utf8_and_gbk.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_gb18030.so utf8_and_gb18030.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_gbk'
make -C utf8_and_johab all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_johab'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_johab.o utf8_and_johab.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_iso8859.so utf8_and_iso8859.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'
make -C utf8_and_sjis all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_sjis'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_sjis.o utf8_and_sjis.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'
make -C utf8_and_win all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_win'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_win.o utf8_and_win.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'
make -C utf8_and_uhc all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_uhc'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_uhc.o utf8_and_uhc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_win.so utf8_and_win.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_sjis.so utf8_and_sjis.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_johab.so utf8_and_johab.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_win'
make -C utf8_and_euc2004 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_euc2004.o utf8_and_euc2004.c
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_sjis'
make -C utf8_and_sjis2004 all
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_johab'
make -C euc2004_sjis2004 all
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utf8_and_sjis2004.o utf8_and_sjis2004.c
make[3]: Entering directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o euc2004_sjis2004.o euc2004_sjis2004.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_uhc.so utf8_and_uhc.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_euc2004.so utf8_and_euc2004.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_sjis2004.so utf8_and_sjis2004.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_uhc'
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o euc2004_sjis2004.so euc2004_sjis2004.o  -L../../../../../../src/port -L../../../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[3]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/utils/mb/conversion_procs'
make -C backend/snowball all
make[2]: Entering directory '/build/postgresql-13.4/src/backend/snowball'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o api.o ./libstemmer/api.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_snowball.o dict_snowball.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o utilities.o ./libstemmer/utilities.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_danish.o ./libstemmer/stem_ISO_8859_1_danish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_dutch.o ./libstemmer/stem_ISO_8859_1_dutch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_english.o ./libstemmer/stem_ISO_8859_1_english.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_finnish.o ./libstemmer/stem_ISO_8859_1_finnish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_french.o ./libstemmer/stem_ISO_8859_1_french.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_german.o ./libstemmer/stem_ISO_8859_1_german.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_indonesian.o ./libstemmer/stem_ISO_8859_1_indonesian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_irish.o ./libstemmer/stem_ISO_8859_1_irish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_italian.o ./libstemmer/stem_ISO_8859_1_italian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_norwegian.o ./libstemmer/stem_ISO_8859_1_norwegian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_porter.o ./libstemmer/stem_ISO_8859_1_porter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_portuguese.o ./libstemmer/stem_ISO_8859_1_portuguese.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_spanish.o ./libstemmer/stem_ISO_8859_1_spanish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_1_swedish.o ./libstemmer/stem_ISO_8859_1_swedish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_2_hungarian.o ./libstemmer/stem_ISO_8859_2_hungarian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_ISO_8859_2_romanian.o ./libstemmer/stem_ISO_8859_2_romanian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_KOI8_R_russian.o ./libstemmer/stem_KOI8_R_russian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_arabic.o ./libstemmer/stem_UTF_8_arabic.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_danish.o ./libstemmer/stem_UTF_8_danish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_dutch.o ./libstemmer/stem_UTF_8_dutch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_english.o ./libstemmer/stem_UTF_8_english.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_finnish.o ./libstemmer/stem_UTF_8_finnish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_french.o ./libstemmer/stem_UTF_8_french.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_german.o ./libstemmer/stem_UTF_8_german.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_greek.o ./libstemmer/stem_UTF_8_greek.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_hungarian.o ./libstemmer/stem_UTF_8_hungarian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_indonesian.o ./libstemmer/stem_UTF_8_indonesian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_irish.o ./libstemmer/stem_UTF_8_irish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_italian.o ./libstemmer/stem_UTF_8_italian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_lithuanian.o ./libstemmer/stem_UTF_8_lithuanian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_nepali.o ./libstemmer/stem_UTF_8_nepali.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_norwegian.o ./libstemmer/stem_UTF_8_norwegian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_porter.o ./libstemmer/stem_UTF_8_porter.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_portuguese.o ./libstemmer/stem_UTF_8_portuguese.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_romanian.o ./libstemmer/stem_UTF_8_romanian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_russian.o ./libstemmer/stem_UTF_8_russian.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_spanish.o ./libstemmer/stem_UTF_8_spanish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_swedish.o ./libstemmer/stem_UTF_8_swedish.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_tamil.o ./libstemmer/stem_UTF_8_tamil.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stem_UTF_8_turkish.o ./libstemmer/stem_UTF_8_turkish.c
echo '-- Language-specific snowball dictionaries' > snowball_create.sql
cat ./snowball_func.sql.in >> snowball_create.sql
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o dict_snowball.so  api.o dict_snowball.o utilities.o stem_ISO_8859_1_danish.o stem_ISO_8859_1_dutch.o stem_ISO_8859_1_english.o stem_ISO_8859_1_finnish.o stem_ISO_8859_1_french.o stem_ISO_8859_1_german.o stem_ISO_8859_1_indonesian.o stem_ISO_8859_1_irish.o stem_ISO_8859_1_italian.o stem_ISO_8859_1_norwegian.o stem_ISO_8859_1_porter.o stem_ISO_8859_1_portuguese.o stem_ISO_8859_1_spanish.o stem_ISO_8859_1_swedish.o stem_ISO_8859_2_hungarian.o stem_ISO_8859_2_romanian.o stem_KOI8_R_russian.o stem_UTF_8_arabic.o stem_UTF_8_danish.o stem_UTF_8_dutch.o stem_UTF_8_english.o stem_UTF_8_finnish.o stem_UTF_8_french.o stem_UTF_8_german.o stem_UTF_8_greek.o stem_UTF_8_hungarian.o stem_UTF_8_indonesian.o stem_UTF_8_irish.o stem_UTF_8_italian.o stem_UTF_8_lithuanian.o stem_UTF_8_nepali.o stem_UTF_8_norwegian.o stem_UTF_8_porter.o stem_UTF_8_portuguese.o stem_UTF_8_romanian.o stem_UTF_8_russian.o stem_UTF_8_spanish.o stem_UTF_8_swedish.o stem_UTF_8_tamil.o stem_UTF_8_turkish.o -L../../../src/port -L../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed   
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/snowball'
make -C include all
make[2]: Entering directory '/build/postgresql-13.4/src/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/postgresql-13.4/src/include'
make -C interfaces all
make[2]: Entering directory '/build/postgresql-13.4/src/interfaces'
make -C libpq all
make[3]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-auth-scram.o fe-auth-scram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-connect.o fe-connect.c
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-exec.o fe-exec.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-lobj.o fe-lobj.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-misc.o fe-misc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-print.o fe-print.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-protocol2.o fe-protocol2.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-protocol3.o fe-protocol3.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-secure.o fe-secure.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o legacy-pqsignal.o legacy-pqsignal.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o libpq-events.o libpq-events.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o pqexpbuffer.o pqexpbuffer.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-auth.o fe-auth.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-secure-common.o fe-secure-common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-secure-openssl.o fe-secure-openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-gssapi-common.o fe-gssapi-common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-secure-gssapi.o fe-secure-gssapi.c
( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
echo 'Name: libpq' >libpq.pc
echo 'Description: PostgreSQL libpq library' >>libpq.pc
echo 'Url: https://www.postgresql.org/' >>libpq.pc
echo 'Version: 13.4' >>libpq.pc
echo 'Requires: ' >>libpq.pc
echo 'Requires.private: ' >>libpq.pc
echo 'Cflags: -I/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include' >>libpq.pc
echo 'Libs: -L/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib -lpq' >>libpq.pc
echo 'Libs.private: -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -lssl -lcrypto -lgssapi_krb5 -lm' >>libpq.pc
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list -o libpq.so.5.13  fe-auth-scram.o fe-connect.o fe-exec.o fe-lobj.o fe-misc.o fe-print.o fe-protocol2.o fe-protocol3.o fe-secure.o legacy-pqsignal.o libpq-events.o pqexpbuffer.o fe-auth.o fe-secure-common.o fe-secure-openssl.o fe-gssapi-common.o fe-secure-gssapi.o -L../../../src/port -L../../../src/common -lpgcommon_shlib -lpgport_shlib  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lssl -lcrypto -lgssapi_krb5 -lm  
rm -f libpq.a
ar crs libpq.a fe-auth-scram.o fe-connect.o fe-exec.o fe-lobj.o fe-misc.o fe-print.o fe-protocol2.o fe-protocol3.o fe-secure.o legacy-pqsignal.o libpq-events.o pqexpbuffer.o fe-auth.o fe-secure-common.o fe-secure-openssl.o fe-gssapi-common.o fe-secure-gssapi.o
ranlib libpq.a
touch libpq.a
rm -f libpq.so.5
ln -s libpq.so.5.13 libpq.so.5
rm -f libpq.so
ln -s libpq.so.5.13 libpq.so
make[3]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ecpg all
make[3]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg'
make -C include all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/include'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/include'
make -C pgtypeslib all
make -C preproc all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
make -C ../../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o common.o common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o datetime.o datetime.c
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/preproc'
make -C ../../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o dt_common.o dt_common.c
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o c_keywords.o c_keywords.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o interval.o interval.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o descriptor.o descriptor.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o numeric.o numeric.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ecpg.o ecpg.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o timestamp.o timestamp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ecpg_keywords.o ecpg_keywords.c
( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o keywords.o keywords.c
echo 'Name: libpgtypes' >libpgtypes.pc
echo 'Description: PostgreSQL libpgtypes library' >>libpgtypes.pc
echo 'Url: https://www.postgresql.org/' >>libpgtypes.pc
echo 'Version: 13.4' >>libpgtypes.pc
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o output.o output.c
echo 'Requires: ' >>libpgtypes.pc
echo 'Requires.private: ' >>libpgtypes.pc
echo 'Cflags: -I/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include' >>libpgtypes.pc
echo 'Libs: -L/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib -lpgtypes' >>libpgtypes.pc
echo 'Libs.private: -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -lm' >>libpgtypes.pc
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parser.o parser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgc.o pgc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o preproc.o preproc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -shared -Wl,-soname,libpgtypes.so.3 -Wl,--version-script=exports.list -o libpgtypes.so.3.13  common.o datetime.o dt_common.o interval.o numeric.o timestamp.o -L../../../../src/port -L../../../../src/common -lpgcommon_shlib -lpgport_shlib  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lm
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o type.o type.c
rm -f libpgtypes.so.3
ln -s libpgtypes.so.3.13 libpgtypes.so.3
rm -f libpgtypes.so
ln -s libpgtypes.so.3.13 libpgtypes.so
rm -f libpgtypes.a
ar crs libpgtypes.a common.o datetime.o dt_common.o interval.o numeric.o timestamp.o
ranlib libpgtypes.a
touch libpgtypes.a
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
rm -f typename.c && ln -s ../../../../src/interfaces/ecpg/ecpglib/typename.c .
make -C ecpglib all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o variable.o variable.c
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/ecpglib'
make -C ../../../../src/interfaces/libpq all
make[5]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[6]: Entering directory '/build/postgresql-13.4/src/port'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[6]: Entering directory '/build/postgresql-13.4/src/common'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/common'
make[5]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../../src/interfaces/ecpg/pgtypeslib all
make[5]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
make -C ../../../../src/port all
make[6]: Entering directory '/build/postgresql-13.4/src/port'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../../src/common all
make[6]: Entering directory '/build/postgresql-13.4/src/common'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/common'
make[5]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o connect.o connect.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o typename.o typename.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o data.o data.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o descriptor.o descriptor.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o error.o error.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o execute.o execute.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o memory.o memory.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o misc.o misc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o prepare.o prepare.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o sqlda.o sqlda.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o typename.o typename.c
( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
echo 'Name: libecpg' >libecpg.pc
echo 'Description: PostgreSQL libecpg library' >>libecpg.pc
echo 'Url: https://www.postgresql.org/' >>libecpg.pc
echo 'Version: 13.4' >>libecpg.pc
echo 'Requires: ' >>libecpg.pc
echo 'Requires.private: libpq libpgtypes' >>libecpg.pc
echo 'Cflags: -I/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include' >>libecpg.pc
echo 'Libs: -L/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib -lecpg' >>libecpg.pc
echo 'Libs.private: -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -lm' >>libecpg.pc
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -shared -Wl,-soname,libecpg.so.6 -Wl,--version-script=exports.list -o libecpg.so.6.13  connect.o data.o descriptor.o error.o execute.o memory.o misc.o prepare.o sqlda.o typename.o -L../../../../src/port -L../../../../src/common -L../pgtypeslib -lpgtypes -L../../../../src/common -lpgcommon_shlib -L../../../../src/port -lpgport_shlib -L../../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lm 
rm -f libecpg.a
ar crs libecpg.a connect.o data.o descriptor.o error.o execute.o memory.o misc.o prepare.o sqlda.o typename.o
ranlib libecpg.a
touch libecpg.a
rm -f libecpg.so.6
ln -s libecpg.so.6.13 libecpg.so.6
rm -f libecpg.so
ln -s libecpg.so.6.13 libecpg.so
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/ecpglib'
make -C compatlib all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/compatlib'
make -C ../../../../src/interfaces/ecpg/ecpglib all
make -C ../../../../src/interfaces/ecpg/pgtypeslib all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -DFRONTEND -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -DSO_MAJOR_VERSION=3  -c -o informix.o informix.c
make[5]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
make -C ../../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/ecpglib'
make -C ../../../../src/interfaces/libpq all
make[6]: Entering directory '/build/postgresql-13.4/src/port'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../../src/common all
make[6]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[6]: Entering directory '/build/postgresql-13.4/src/common'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/postgresql-13.4/src/common'
make[5]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
make[7]: Entering directory '/build/postgresql-13.4/src/port'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
echo 'Name: libecpg_compat' >libecpg_compat.pc
make[7]: Entering directory '/build/postgresql-13.4/src/common'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/build/postgresql-13.4/src/common'
make[6]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../../src/interfaces/ecpg/pgtypeslib all
echo 'Description: PostgreSQL libecpg_compat library' >>libecpg_compat.pc
make[6]: Entering directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
make -C ../../../../src/port all
echo 'Url: https://www.postgresql.org/' >>libecpg_compat.pc
echo 'Version: 13.4' >>libecpg_compat.pc
echo 'Requires: ' >>libecpg_compat.pc
make[7]: Entering directory '/build/postgresql-13.4/src/port'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../../src/common all
echo 'Requires.private: libecpg libpgtypes' >>libecpg_compat.pc
echo 'Cflags: -I/nix/store/ymyaxiha5d4c48dxwccjfr3iqdxh4vmw-postgresql-13.4/include' >>libecpg_compat.pc
echo 'Libs: -L/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib -lecpg_compat' >>libecpg_compat.pc
echo 'Libs.private: -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib -lm' >>libecpg_compat.pc
make[7]: Entering directory '/build/postgresql-13.4/src/common'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/build/postgresql-13.4/src/common'
make[6]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/pgtypeslib'
make[5]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/ecpglib'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -shared -Wl,-soname,libecpg_compat.so.3 -Wl,--version-script=exports.list -o libecpg_compat.so.3.13  informix.o -L../../../../src/port -L../../../../src/common -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes -L../../../../src/common -lpgcommon_shlib -L../../../../src/port -lpgport_shlib -L../../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lm 
rm -f libecpg_compat.a
ar crs libecpg_compat.a informix.o
ranlib libecpg_compat.a
touch libecpg_compat.a
rm -f libecpg_compat.so.3
ln -s libecpg_compat.so.3.13 libecpg_compat.so.3
rm -f libecpg_compat.so
ln -s libecpg_compat.so.3.13 libecpg_compat.so
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/compatlib'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS c_keywords.o descriptor.o ecpg.o ecpg_keywords.o keywords.o output.o parser.o pgc.o preproc.o type.o typename.o variable.o -L../../../../src/port -L../../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm   -o ecpg
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg/preproc'
make[3]: Leaving directory '/build/postgresql-13.4/src/interfaces/ecpg'
make[2]: Leaving directory '/build/postgresql-13.4/src/interfaces'
make -C backend/replication/libpqwalreceiver all
make[2]: Entering directory '/build/postgresql-13.4/src/backend/replication/libpqwalreceiver'
make -C ../../../../src/interfaces/libpq all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I../../../../src/interfaces/libpq -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o libpqwalreceiver.o libpqwalreceiver.c
make[3]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make[3]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o libpqwalreceiver.so  libpqwalreceiver.o -L../../../../src/port -L../../../../src/common -L../../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags   
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/replication/libpqwalreceiver'
make -C backend/replication/pgoutput all
make[2]: Entering directory '/build/postgresql-13.4/src/backend/replication/pgoutput'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgoutput.o pgoutput.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pgoutput.so  pgoutput.o -L../../../../src/port -L../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/src/backend/replication/pgoutput'
make -C fe_utils all
make[2]: Entering directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o archive.o archive.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cancel.o cancel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o conditional.o conditional.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mbprint.o mbprint.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o print.o print.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o psqlscan.o psqlscan.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o recovery_gen.o recovery_gen.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o simple_list.o simple_list.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o string_utils.o string_utils.c
rm -f libpgfeutils.a
ar crs libpgfeutils.a archive.o cancel.o conditional.o mbprint.o print.o psqlscan.o recovery_gen.o simple_list.o string_utils.o
make[2]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
make -C bin all
make[2]: Entering directory '/build/postgresql-13.4/src/bin'
make -C initdb all
make -C pg_archivecleanup all
make -C pg_basebackup all
make -C pg_checksums all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/initdb'
make -C ../../../src/interfaces/libpq all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_basebackup'
make -C ../../../src/interfaces/libpq all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_archivecleanup'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_checksums'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_archivecleanup.o pg_archivecleanup.c
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_checksums.o pg_checksums.c
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo"'  -c -o findtimezone.o findtimezone.c
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_basebackup.o pg_basebackup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_archivecleanup.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_archivecleanup
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo"'  -c -o initdb.o initdb.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_archivecleanup'
make -C pg_config all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_config'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_checksums.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_checksums
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_config.o pg_config.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_checksums'
make -C pg_controldata all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_controldata'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_controldata.o pg_controldata.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  pg_config.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_config
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_controldata.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_controldata
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o receivelog.o receivelog.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_config'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o streamutil.o streamutil.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_controldata'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o walmethods.o walmethods.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_receivewal.o pg_receivewal.c
rm -f localtime.c && ln -s ../../../src/timezone/localtime.c .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  '-DSYSTEMTZDIR="/nix/store/zh3byysy5ar7v86ds5a02154k9vk50f4-tzdata-2021c/share/zoneinfo"'  -c -o localtime.o localtime.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_recvlogical.o pg_recvlogical.c
make -C pg_ctl all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_ctl'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_ctl.o pg_ctl.c
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_basebackup.o  receivelog.o streamutil.o walmethods.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_basebackup
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_receivewal.o  receivelog.o streamutil.o walmethods.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_receivewal
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_recvlogical.o  receivelog.o streamutil.o walmethods.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_recvlogical
make -C pg_dump all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_dump'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  pg_ctl.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_ctl
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_dump.o pg_dump.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_basebackup'
make -C pg_resetwal all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_resetwal'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_resetwal.o pg_resetwal.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_ctl'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o common.o common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  findtimezone.o initdb.o localtime.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o initdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_resetwal.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_resetwal
make -C pg_rewind all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_rewind'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/initdb'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_dump_sort.o pg_dump_sort.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_resetwal'
make -C pg_test_fsync all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o copy_fetch.o copy_fetch.c
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_test_fsync'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_test_fsync.o pg_test_fsync.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o datapagemap.o datapagemap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fetch.o fetch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_test_fsync.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_test_fsync
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o file_ops.o file_ops.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o compress_io.o compress_io.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_test_fsync'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dumputils.o dumputils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o filemap.o filemap.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parallel.o parallel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o libpq_fetch.o libpq_fetch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_archiver.o pg_backup_archiver.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_custom.o pg_backup_custom.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parsexlog.o parsexlog.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_rewind.o pg_rewind.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_db.o pg_backup_db.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_directory.o pg_backup_directory.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o timeline.o timeline.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_null.o pg_backup_null.c
rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogreader.o xlogreader.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_tar.o pg_backup_tar.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_backup_utils.o pg_backup_utils.c
make -C pg_test_timing all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_test_timing'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_test_timing.o pg_test_timing.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 copy_fetch.o datapagemap.o fetch.o file_ops.o filemap.o libpq_fetch.o parsexlog.o pg_rewind.o timeline.o xlogreader.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_rewind
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_restore.o pg_restore.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_test_timing.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_test_timing
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_rewind'
make -C pg_upgrade all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_upgrade'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_dumpall.o pg_dumpall.c
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_test_timing'
make -C pg_verifybackup all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_verifybackup'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o check.o check.c
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parse_manifest.o parse_manifest.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_verifybackup.o pg_verifybackup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o controldata.o controldata.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 parse_manifest.o pg_verifybackup.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_verifybackup
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dump.o dump.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_restore.o  compress_io.o dumputils.o parallel.o pg_backup_archiver.o pg_backup_custom.o pg_backup_db.o pg_backup_directory.o pg_backup_null.o pg_backup_tar.o pg_backup_utils.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_restore
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_verifybackup'
make -C pg_waldump all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pg_waldump'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
rm -f brindesc.c && ln -s ../../../src/backend/access/rmgrdesc/brindesc.c .
rm -f clogdesc.c && ln -s ../../../src/backend/access/rmgrdesc/clogdesc.c .
rm -f committsdesc.c && ln -s ../../../src/backend/access/rmgrdesc/committsdesc.c .
rm -f dbasedesc.c && ln -s ../../../src/backend/access/rmgrdesc/dbasedesc.c .
rm -f genericdesc.c && ln -s ../../../src/backend/access/rmgrdesc/genericdesc.c .
rm -f gindesc.c && ln -s ../../../src/backend/access/rmgrdesc/gindesc.c .
rm -f gistdesc.c && ln -s ../../../src/backend/access/rmgrdesc/gistdesc.c .
rm -f hashdesc.c && ln -s ../../../src/backend/access/rmgrdesc/hashdesc.c .
rm -f heapdesc.c && ln -s ../../../src/backend/access/rmgrdesc/heapdesc.c .
rm -f logicalmsgdesc.c && ln -s ../../../src/backend/access/rmgrdesc/logicalmsgdesc.c .
rm -f mxactdesc.c && ln -s ../../../src/backend/access/rmgrdesc/mxactdesc.c .
rm -f nbtdesc.c && ln -s ../../../src/backend/access/rmgrdesc/nbtdesc.c .
rm -f relmapdesc.c && ln -s ../../../src/backend/access/rmgrdesc/relmapdesc.c .
rm -f replorigindesc.c && ln -s ../../../src/backend/access/rmgrdesc/replorigindesc.c .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o exec.o exec.c
rm -f seqdesc.c && ln -s ../../../src/backend/access/rmgrdesc/seqdesc.c .
rm -f smgrdesc.c && ln -s ../../../src/backend/access/rmgrdesc/smgrdesc.c .
rm -f spgdesc.c && ln -s ../../../src/backend/access/rmgrdesc/spgdesc.c .
rm -f standbydesc.c && ln -s ../../../src/backend/access/rmgrdesc/standbydesc.c .
rm -f tblspcdesc.c && ln -s ../../../src/backend/access/rmgrdesc/tblspcdesc.c .
rm -f xactdesc.c && ln -s ../../../src/backend/access/rmgrdesc/xactdesc.c .
rm -f xlogdesc.c && ln -s ../../../src/backend/access/rmgrdesc/xlogdesc.c .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o compat.o compat.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o file.o file.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_waldump.o pg_waldump.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rmgrdesc.o rmgrdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o function.o function.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o info.o info.c
rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brindesc.o brindesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o option.o option.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clogdesc.o clogdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o committsdesc.o committsdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dbasedesc.o dbasedesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o genericdesc.o genericdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o parallel.o parallel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_upgrade.o pg_upgrade.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_dumpall.o dumputils.o  -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_dumpall
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gindesc.o gindesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relfilenode.o relfilenode.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_dump.o common.o pg_dump_sort.o  compress_io.o dumputils.o parallel.o pg_backup_archiver.o pg_backup_custom.o pg_backup_db.o pg_backup_directory.o pg_backup_null.o pg_backup_tar.o pg_backup_utils.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_dump
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o server.o server.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o gistdesc.o gistdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tablespace.o tablespace.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashdesc.o hashdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o util.o util.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o version.o version.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapdesc.o heapdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o logicalmsgdesc.o logicalmsgdesc.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_dump'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mxactdesc.o mxactdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o nbtdesc.o nbtdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o relmapdesc.o relmapdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 check.o controldata.o dump.o exec.o file.o function.o info.o option.o parallel.o pg_upgrade.o relfilenode.o server.o tablespace.o util.o version.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_upgrade
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o replorigindesc.o replorigindesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o seqdesc.o seqdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o smgrdesc.o smgrdesc.c
make -C pgbench all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/pgbench'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o exprparse.o exprparse.c
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgbench.o pgbench.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o spgdesc.o spgdesc.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_upgrade'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o standbydesc.o standbydesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tblspcdesc.o tblspcdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xactdesc.o xactdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogdesc.o xlogdesc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o xlogreader.o xlogreader.c
make -C psql all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/psql'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make -C scripts all
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[3]: Entering directory '/build/postgresql-13.4/src/bin/scripts'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[5]: Entering directory '/build/postgresql-13.4/src/port'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make[5]: Entering directory '/build/postgresql-13.4/src/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/postgresql-13.4/src/common'
make[4]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 brindesc.o clogdesc.o committsdesc.o dbasedesc.o genericdesc.o gindesc.o gistdesc.o hashdesc.o heapdesc.o logicalmsgdesc.o mxactdesc.o nbtdesc.o relmapdesc.o replorigindesc.o seqdesc.o smgrdesc.o spgdesc.o standbydesc.o tblspcdesc.o xactdesc.o xlogdesc.o compat.o pg_waldump.o rmgrdesc.o xlogreader.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_waldump
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o createdb.o createdb.c
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make -C ../../../src/fe_utils all
make[4]: Entering directory '/build/postgresql-13.4/src/fe_utils'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/fe_utils'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o command.o command.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o common.o common.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pg_waldump'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o common.o common.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o createuser.o createuser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dropdb.o dropdb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dropuser.o dropuser.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o clusterdb.o clusterdb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS exprparse.o pgbench.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pgbench
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o vacuumdb.o vacuumdb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o copy.o copy.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o crosstabview.o crosstabview.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/pgbench'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o describe.o describe.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o scripts_parallel.o scripts_parallel.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o help.o help.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o reindexdb.o reindexdb.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_isready.o pg_isready.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o input.o input.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o large_obj.o large_obj.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 createdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o createdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o mainloop.o mainloop.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o prompt.o prompt.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 createuser.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o createuser
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 dropdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o dropdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 dropuser.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o dropuser
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 clusterdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o clusterdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o psqlscanslash.o psqlscanslash.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 vacuumdb.o common.o scripts_parallel.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o vacuumdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 reindexdb.o common.o scripts_parallel.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o reindexdb
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_isready.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_isready
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o sql_help.o sql_help.c
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/scripts'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o startup.o startup.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o stringutils.o stringutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o tab-complete.o tab-complete.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o variables.o variables.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  command.o common.o copy.o crosstabview.o describe.o help.o input.o large_obj.o mainloop.o prompt.o psqlscanslash.o sql_help.o startup.o stringutils.o tab-complete.o variables.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o psql
make[3]: Leaving directory '/build/postgresql-13.4/src/bin/psql'
make[2]: Leaving directory '/build/postgresql-13.4/src/bin'
make -C pl all
make[2]: Entering directory '/build/postgresql-13.4/src/pl'
make -C plpgsql all
make[3]: Entering directory '/build/postgresql-13.4/src/pl/plpgsql'
make -C src all
make[4]: Entering directory '/build/postgresql-13.4/src/pl/plpgsql/src'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_comp.o pl_comp.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_exec.o pl_exec.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_funcs.o pl_funcs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_gram.o pl_gram.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_handler.o pl_handler.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pl_scanner.o pl_scanner.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o plpgsql.so  pl_comp.o pl_exec.o pl_funcs.o pl_gram.o pl_handler.o pl_scanner.o -L../../../../src/port -L../../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed    
make[4]: Leaving directory '/build/postgresql-13.4/src/pl/plpgsql/src'
make[3]: Leaving directory '/build/postgresql-13.4/src/pl/plpgsql'
make[2]: Leaving directory '/build/postgresql-13.4/src/pl'
make -C makefiles all
make[2]: Entering directory '/build/postgresql-13.4/src/makefiles'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/postgresql-13.4/src/makefiles'
make -C test/regress all
make[2]: Entering directory '/build/postgresql-13.4/src/test/regress'
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_regress_main.o pg_regress_main.c
make[3]: Entering directory '/build/postgresql-13.4/src/port'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[3]: Entering directory '/build/postgresql-13.4/src/common'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o regress.o regress.c
make -C ../../../contrib/spi
make[3]: Entering directory '/build/postgresql-13.4/contrib/spi'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DREFINT_VERBOSE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o autoinc.o autoinc.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2  -I../../../src/port '-DHOST_TUPLE="x86_64-pc-linux-musl"' '-DSHELLPROG="/nix/store/7wr25kn73j9080dg7hhayhgp8a0v3cb9-bash-5.1-p8/bin/bash"' '-DDLSUFFIX=".so"'  -c -o pg_regress.o pg_regress.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DREFINT_VERBOSE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o insert_username.o insert_username.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DREFINT_VERBOSE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o moddatetime.o moddatetime.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DREFINT_VERBOSE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o refint.o refint.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC autoinc.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o autoinc.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o regress.so  regress.o -L../../../src/port -L../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC insert_username.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o insert_username.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC moddatetime.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o moddatetime.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC refint.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o refint.so
make[3]: Leaving directory '/build/postgresql-13.4/contrib/spi'
cp ../../../contrib/spi/refint.so refint.so
cp ../../../contrib/spi/autoinc.so autoinc.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC pg_regress.o pg_regress_main.o -L../../../src/port -L../../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_regress
make[2]: Leaving directory '/build/postgresql-13.4/src/test/regress'
make -C test/isolation all
make[2]: Entering directory '/build/postgresql-13.4/src/test/isolation'
make -C ../../../src/interfaces/libpq all
make -C ../../../src/port all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I./../regress -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o isolationtester.o isolationtester.c
make[3]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[3]: Entering directory '/build/postgresql-13.4/src/port'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[3]: Entering directory '/build/postgresql-13.4/src/common'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/postgresql-13.4/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I./../regress -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o specparse.o specparse.c
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make[3]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../../src/interfaces/libpq -I./../regress -I../../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o isolation_main.o isolation_main.c
make -C ../../../src/test/regress pg_regress.o
make[3]: Entering directory '/build/postgresql-13.4/src/test/regress'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make[3]: Leaving directory '/build/postgresql-13.4/src/test/regress'
rm -f pg_regress.o && ln -s ../../../src/test/regress/pg_regress.o .
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 isolation_main.o pg_regress.o -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_isolation_regress
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 isolationtester.o specparse.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o isolationtester
make[2]: Leaving directory '/build/postgresql-13.4/src/test/isolation'
make -C test/perl all
make[2]: Entering directory '/build/postgresql-13.4/src/test/perl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/postgresql-13.4/src/test/perl'
make[1]: Leaving directory '/build/postgresql-13.4/src'
make -C contrib all
make[1]: Entering directory '/build/postgresql-13.4/contrib'
make -C adminpack all
make -C amcheck all
make -C auth_delay all
make[2]: Entering directory '/build/postgresql-13.4/contrib/auth_delay'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o auth_delay.o auth_delay.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/adminpack'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o adminpack.o adminpack.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/amcheck'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o verify_nbtree.o verify_nbtree.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC auth_delay.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o auth_delay.so
make[2]: Leaving directory '/build/postgresql-13.4/contrib/auth_delay'
make -C auto_explain all
make[2]: Entering directory '/build/postgresql-13.4/contrib/auto_explain'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o auto_explain.o auto_explain.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o adminpack.so  adminpack.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/adminpack'
make -C bloom all
make[2]: Entering directory '/build/postgresql-13.4/contrib/bloom'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blcost.o blcost.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o auto_explain.so  auto_explain.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blinsert.o blinsert.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/auto_explain'
make -C btree_gin all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blscan.o blscan.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/btree_gin'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_gin.o btree_gin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blutils.o blutils.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o amcheck.so  verify_nbtree.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/amcheck'
make -C btree_gist all
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blvacuum.o blvacuum.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/btree_gist'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_bit.o btree_bit.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o blvalidate.o blvalidate.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o btree_gin.so  btree_gin.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_bytea.o btree_bytea.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o bloom.so  blcost.o blinsert.o blscan.o blutils.o blvacuum.o blvalidate.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_cash.o btree_cash.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/btree_gin'
make -C citext all
make[2]: Entering directory '/build/postgresql-13.4/contrib/citext'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o citext.o citext.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/bloom'
make -C cube all
make[2]: Entering directory '/build/postgresql-13.4/contrib/cube'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cube.o cube.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o cubeparse.o cubeparse.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_date.o btree_date.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC citext.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o citext.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_enum.o btree_enum.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/citext'
make -C dblink all
make[2]: Entering directory '/build/postgresql-13.4/contrib/dblink'
make -C ../../src/interfaces/libpq all
make[3]: Entering directory '/build/postgresql-13.4/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory '/build/postgresql-13.4/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/build/postgresql-13.4/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/postgresql-13.4/src/common'
make[3]: Leaving directory '/build/postgresql-13.4/src/interfaces/libpq'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dblink.o dblink.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_float4.o btree_float4.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_float8.o btree_float8.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_gist.o btree_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o cube.so  cube.o cubeparse.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lm 
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_inet.o btree_inet.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/cube'
make -C dict_int all
make[2]: Entering directory '/build/postgresql-13.4/contrib/dict_int'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_int.o dict_int.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_int2.o btree_int2.c
make -C dict_xsyn all
make[2]: Entering directory '/build/postgresql-13.4/contrib/dict_xsyn'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dict_xsyn.o dict_xsyn.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o dict_int.so  dict_int.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_int4.o btree_int4.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o dict_xsyn.so  dict_xsyn.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/dict_int'
make -C earthdistance all
make[2]: Entering directory '/build/postgresql-13.4/contrib/earthdistance'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o earthdistance.o earthdistance.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_int8.o btree_int8.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/dict_xsyn'
make -C file_fdw all
make[2]: Entering directory '/build/postgresql-13.4/contrib/file_fdw'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o file_fdw.o file_fdw.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC earthdistance.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags -lm -shared -o earthdistance.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o dblink.so  dblink.o -L../../src/port -L../../src/common -L../../src/interfaces/libpq -lpq  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/earthdistance'
make -C fuzzystrmatch all
make[2]: Entering directory '/build/postgresql-13.4/contrib/fuzzystrmatch'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o dmetaphone.o dmetaphone.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_interval.o btree_interval.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/dblink'
make -C hstore all
make[2]: Entering directory '/build/postgresql-13.4/contrib/hstore'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hstore_compat.o hstore_compat.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_macaddr.o btree_macaddr.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC file_fdw.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o file_fdw.so
make[2]: Leaving directory '/build/postgresql-13.4/contrib/file_fdw'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_macaddr8.o btree_macaddr8.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hstore_gin.o hstore_gin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fuzzystrmatch.o fuzzystrmatch.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hstore_gist.o hstore_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_numeric.o btree_numeric.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_oid.o btree_oid.c
make -C intagg all
make[2]: Entering directory '/build/postgresql-13.4/contrib/intagg'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/postgresql-13.4/contrib/intagg'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_text.o btree_text.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o fuzzystrmatch.so  dmetaphone.o fuzzystrmatch.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_time.o btree_time.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hstore_io.o hstore_io.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/fuzzystrmatch'
make -C intarray all
make[2]: Entering directory '/build/postgresql-13.4/contrib/intarray'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_bool.o _int_bool.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_ts.o btree_ts.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_gin.o _int_gin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_utils_num.o btree_utils_num.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_gist.o _int_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hstore_op.o hstore_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_utils_var.o btree_utils_var.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_op.o _int_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btree_uuid.o btree_uuid.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o btree_gist.so  btree_bit.o btree_bytea.o btree_cash.o btree_date.o btree_enum.o btree_float4.o btree_float8.o btree_gist.o btree_inet.o btree_int2.o btree_int4.o btree_int8.o btree_interval.o btree_macaddr.o btree_macaddr8.o btree_numeric.o btree_oid.o btree_text.o btree_time.o btree_ts.o btree_utils_num.o btree_utils_var.o btree_uuid.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -lm 
make -C isn all
make[2]: Entering directory '/build/postgresql-13.4/contrib/isn'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o isn.o isn.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_selfuncs.o _int_selfuncs.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/btree_gist'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _int_tool.o _int_tool.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _intbig_gist.o _intbig_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o hstore.so  hstore_compat.o hstore_gin.o hstore_gist.o hstore_io.o hstore_op.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC isn.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o isn.so
make -C lo all
make[2]: Leaving directory '/build/postgresql-13.4/contrib/hstore'
make -C ltree all
make[2]: Entering directory '/build/postgresql-13.4/contrib/lo'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lo.o lo.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/ltree'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _ltree_gist.o _ltree_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o _int.so  _int_bool.o _int_gin.o _int_gist.o _int_op.o _int_selfuncs.o _int_tool.o _intbig_gist.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/isn'
make -C oid2name all
make[2]: Entering directory '/build/postgresql-13.4/contrib/oid2name'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o oid2name.o oid2name.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/intarray'
make -C pageinspect all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pageinspect'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o brinfuncs.o brinfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC lo.o -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  -shared -o lo.so
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  oid2name.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags   -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o oid2name
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o _ltree_op.o _ltree_op.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/lo'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o crc32.o crc32.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o btreefuncs.o btreefuncs.c
make -C passwordcheck all
make[2]: Leaving directory '/build/postgresql-13.4/contrib/oid2name'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o fsmfuncs.o fsmfuncs.c
make[2]: Entering directory '/build/postgresql-13.4/contrib/passwordcheck'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o passwordcheck.o passwordcheck.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o passwordcheck.so  passwordcheck.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make -C pg_buffercache all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_buffercache'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_buffercache_pages.o pg_buffercache_pages.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/passwordcheck'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ginfuncs.o ginfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o lquery_op.o lquery_op.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_buffercache.so  pg_buffercache_pages.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make -C pg_freespacemap all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_freespacemap'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_freespacemap.o pg_freespacemap.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/pg_buffercache'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o hashfuncs.o hashfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ltree_gist.o ltree_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_freespacemap.so  pg_freespacemap.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ltree_io.o ltree_io.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/pg_freespacemap'
make -C pg_prewarm all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_prewarm'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o autoprewarm.o autoprewarm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o heapfuncs.o heapfuncs.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ltree_op.o ltree_op.c
make -C pg_standby all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_standby'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_standby.o pg_standby.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o rawpage.o rawpage.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_prewarm.o pg_prewarm.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2  pg_standby.o  -L../../src/port -L../../src/common  -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags   -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm  -o pg_standby
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pageinspect.so  brinfuncs.o btreefuncs.o fsmfuncs.o ginfuncs.o hashfuncs.o heapfuncs.o rawpage.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_prewarm.so  autoprewarm.o pg_prewarm.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
make[2]: Leaving directory '/build/postgresql-13.4/contrib/pg_standby'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ltxtquery_io.o ltxtquery_io.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/pageinspect'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -DLOWER_NODE -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o ltxtquery_op.o ltxtquery_op.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/pg_prewarm'
make -C pg_stat_statements all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_stat_statements'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pg_stat_statements.o pg_stat_statements.c
make -C pg_trgm all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pg_trgm'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o trgm_gin.o trgm_gin.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o trgm_gist.o trgm_gist.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o ltree.so  _ltree_gist.o _ltree_op.o crc32.o lquery_op.o ltree_gist.o ltree_io.o ltree_op.o ltxtquery_io.o ltxtquery_op.o -L../../src/port -L../../src/common   -L/nix/store/fhqv9cgqp3m0j6hvjc8al9jm3211lxks-libxml2-2.9.12/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/fwx1f5x7hy0kf46rj52qfiw88wq6mnl2-postgresql-13.4-lib/lib',--enable-new-dtags  
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o trgm_op.o trgm_op.c
make[2]: Leaving directory '/build/postgresql-13.4/contrib/ltree'
make -C pgcrypto all
make[2]: Entering directory '/build/postgresql-13.4/contrib/pgcrypto'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o openssl.o openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libxml2-2.9.12-dev/include/libxml2   -c -o pgp-mpi-openssl.o pgp-mpi-openssl.c
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I. -I. -I../../src/include -I/nix/store/95s4f78maqzv2nwv7mbj1h45mahs4bn6-icu4c-70.1-dev/include -D_GNU_SOURCE -I/nix/store/rbwpjlrn6kj9mfjs9fga3wy3207m4xw4-libx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment