@nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/7gbxhn9a4yp7aizi27svfk0lfs39xk3v-postgresql-11.12.tar.bz2 source root is postgresql-11.12 setting SOURCE_DATE_EPOCH to timestamp 1620680232 of file postgresql-11.12/INSTALL @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/zv4waczq5k45138d2sdy7dyidas90lhh-disable-resolve_symlinks-94.patch patching file src/common/exec.c applying patch /nix/store/7s83qirx82lfwhym8zc4dnpi4hfbrd22-less-is-more-96.patch patching file src/include/fe_utils/print.h 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 applying patch /nix/store/i24yzg71m9ca1q459dvs1bqhz6ry7s7p-socketdir-in-run.patch patching file src/include/pg_config_manual.h @nix { "action": "setPhase", "phase": "configurePhase" } configuring configure flags: --prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 --with-openssl --with-libxml --sysconfdir=/etc --libdir=\$\(lib\)/lib --with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo --enable-debug --with-systemd --with-ossp-uuid --with-icu --with-gssapi checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 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 -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 -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 grep that handles long lines and -e... /nix/store/7lkzid5yncibabddzaw4sj13n342jz1s-gnugrep-3.6/bin/grep checking for egrep... /nix/store/7lkzid5yncibabddzaw4sj13n342jz1s-gnugrep-3.6/bin/grep -E 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/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c checking for tar... /nix/store/i92f6n6mb65fzpppl3h4vbm3a2rfyb5n-gnutar-1.34/bin/tar checking whether ln -s works... yes checking for a thread-safe mkdir -p... /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/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 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 if compiler needs certain flags to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if 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... no checking for main in -lm... yes checking for library containing setproctitle... no checking for library containing dlopen... -ldl 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 crypt... -lcrypt checking for library containing shm_open... -lrt 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 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 SSL_get_current_compression... 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 RAND_OpenSSL... yes checking for CRYPTO_lock... no checking for SSL_clear_options... yes 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 crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no 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/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes 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 utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes 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 flexible array members... yes checking for signed types... yes checking for __func__... yes checking for _Static_assert... yes checking for typeof... typeof checking for __builtin_types_compatible_p... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_constant_p... yes checking for __builtin_unreachable... yes checking for computed goto support... yes checking for __VA_ARGS__... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tzname... 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 intptr_t... yes checking for uintptr_t... yes checking for unsigned long long int... yes checking for long long int... 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 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 cbrt... yes checking for clock_gettime... yes checking for dlopen... yes checking for fdatasync... yes checking for getifaddrs... yes checking for getpeerucred... no checking for getrlimit... yes checking for mbstowcs_l... no checking for memmove... yes checking for poll... yes checking for posix_fallocate... yes checking for pstat... no checking for pthread_is_threaded_np... no checking for readlink... yes checking for setproctitle... no checking for setsid... yes checking for shm_open... yes checking for strsignal... yes checking for symlink... yes checking for sync_file_range... yes checking for uselocale... yes checking for utime... yes checking for utimes... yes checking for wcstombs_l... no checking for fseeko... 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... no checking whether strlcpy is declared... no checking whether strnlen is declared... yes checking whether F_FULLFSYNC is declared... no checking for struct sockaddr_in6... yes checking for PS_STRINGS... no checking for snprintf... yes checking for vsnprintf... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for isinf... yes checking for crypt... yes checking for fls... no checking for getopt... yes checking for getrusage... yes checking for inet_aton... yes checking for mkdtemp... yes checking for random... yes checking for rint... yes checking for srandom... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strnlen... yes checking for unsetenv... yes checking for getpeereid... no 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... no 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_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 whether snprintf supports the %z modifier... yes checking for __builtin_mul_overflow... yes checking size of void *... 8 checking size of size_t... 8 checking size of long... 8 checking whether to build with float4 passed by value... yes checking whether to build with float8 passed by value... yes 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... -lpthread checking which semaphore API to use... unnamed POSIX checking which random number source to use... OpenSSL checking for xmllint... /nix/store/ksn59nvx9ifsqvip4g69phg59qjv5825-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 -Wendif-labels -Wmissing-format-attribute -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/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 configure: using LDFLAGS= -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-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/dynloader/linux.c to src/backend/port/dynloader.c 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/backend/port/dynloader/linux.h to src/include/dynloader.h 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: -j2 -l2 SHELL=/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/bash world make -C ./src/backend generated-headers make[1]: Entering directory '/build/postgresql-11.12/src/backend' make -C catalog distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/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_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_pltemplate_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-11.12/src/backend/catalog' make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/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-11.12/src/backend/utils' prereqdir=`cd 'parser/' >/dev/null && pwd` && \ cd '../../src/include/parser/' && rm -f gram.h && \ ln -s "$prereqdir/gram.h" . prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \ cd '../../src/include/storage/' && rm -f lwlocknames.h && \ ln -s "$prereqdir/lwlocknames.h" . make[1]: Leaving directory '/build/postgresql-11.12/src/backend' make -C doc all make[1]: Entering directory '/build/postgresql-11.12/doc' make -C src all make[2]: Entering directory '/build/postgresql-11.12/doc/src' make -C sgml all make[3]: Entering directory '/build/postgresql-11.12/doc/src/sgml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/doc/src/sgml' make[2]: Leaving directory '/build/postgresql-11.12/doc/src' make[1]: Leaving directory '/build/postgresql-11.12/doc' make -C src all make[1]: Entering directory '/build/postgresql-11.12/src' make -C common all make[2]: Entering directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o base64.o base64.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o config_info.o config_info.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o controldata_utils.o controldata_utils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o exec.o exec.c exec.c: In function 'resolve_symlinks': exec.c:225:2: warning: ISO C90 forbids mixed declarations and code []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeclaration-after-statement-Wdeclaration-after-statement]8;;] 225 | struct stat buf; | ^~~~~~ cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o file_perm.o file_perm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o ip.o ip.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o keywords.o keywords.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o md5.o md5.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o pg_lzcompress.o pg_lzcompress.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o pgfnames.o pgfnames.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o psprintf.o psprintf.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o relpath.o relpath.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o rmtree.o rmtree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o saslprep.o saslprep.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o scram-common.o scram-common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o string.o string.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o unicode_norm.o unicode_norm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o username.o username.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o wait_error.o wait_error.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o sha2_openssl.o sha2_openssl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o fe_memutils.o fe_memutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o file_utils.o file_utils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o restricted_token.o restricted_token.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c base64.c -o base64_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c config_info.c -o config_info_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c controldata_utils.c -o controldata_utils_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c exec.c -o exec_srv.o exec.c: In function 'resolve_symlinks': exec.c:225:2: warning: ISO C90 forbids mixed declarations and code []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeclaration-after-statement-Wdeclaration-after-statement]8;;] 225 | struct stat buf; | ^~~~~~ cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c file_perm.c -o file_perm_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c ip.c -o ip_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c keywords.c -o keywords_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c md5.c -o md5_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c pg_lzcompress.c -o pg_lzcompress_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c pgfnames.c -o pgfnames_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c psprintf.c -o psprintf_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c relpath.c -o relpath_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c rmtree.c -o rmtree_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c saslprep.c -o saslprep_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c scram-common.c -o scram-common_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c string.c -o string_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c unicode_norm.c -o unicode_norm_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c username.c -o username_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c wait_error.c -o wait_error_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DVAL_CONFIGURE="\"'--prefix=/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '--with-system-tzdata=/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo' '--enable-debug' '--with-systemd' '--with-ossp-uuid' '--with-icu' '--with-gssapi' 'CC=cc' 'CXX=g++' 'PKG_CONFIG=pkg-config' 'PKG_CONFIG_PATH=/nix/store/gxhfbfaqkh5pna8ap5xajjzlcj2dcp4y-zlib-1.2.11-dev/lib/pkgconfig:/nix/store/3qi860gg00cn2y987jfx2clsw10iz6fd-ncurses-6.2-dev/lib/pkgconfig:/nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/lib/pkgconfig:/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/lib/pkgconfig:/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/lib/pkgconfig:/nix/store/hd68r4arz1smy4skafkvwzw5q2r61hk8-systemd-247.6-dev/share/pkgconfig:/nix/store/mhg4i7mpna2y0cx4m1yy0m6pybii5wmg-libkrb5-1.18-dev/lib/pkgconfig:/nix/store/s0vk902byh1jvhi8zz1zbdzs21isn2a4-libossp-uuid-1.6.2/lib/pkgconfig'\"" -DVAL_CC="\"cc\"" -DVAL_CPPFLAGS="\"-I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c sha2_openssl.c -o sha2_openssl_srv.o rm -f libpgcommon.a ar crs libpgcommon.a base64.o config_info.o controldata_utils.o exec.o file_perm.o ip.o keywords.o md5.o pg_lzcompress.o pgfnames.o psprintf.o relpath.o rmtree.o saslprep.o scram-common.o string.o unicode_norm.o username.o wait_error.o sha2_openssl.o fe_memutils.o file_utils.o restricted_token.o rm -f libpgcommon_srv.a ar crs libpgcommon_srv.a base64_srv.o config_info_srv.o controldata_utils_srv.o exec_srv.o file_perm_srv.o ip_srv.o keywords_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 unicode_norm_srv.o username_srv.o wait_error_srv.o sha2_openssl_srv.o make[2]: Leaving directory '/build/postgresql-11.12/src/common' make -C port all make[2]: Entering directory '/build/postgresql-11.12/src/port' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fls.o fls.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o strlcat.o strlcat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o strlcpy.o strlcpy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o getpeereid.o getpeereid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o chklocale.o chklocale.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o erand48.o erand48.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o noblock.o noblock.c echo "#define PGBINDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin\"" >pg_config_paths.h echo "#define PGSHAREDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql\"" >>pg_config_paths.h echo "#define SYSCONFDIR \"/etc/postgresql\"" >>pg_config_paths.h echo "#define INCLUDEDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include\"" >>pg_config_paths.h echo "#define PKGINCLUDEDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include\"" >>pg_config_paths.h echo "#define INCLUDEDIRSERVER \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server\"" >>pg_config_paths.h echo "#define LIBDIR \"/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib\"" >>pg_config_paths.h echo "#define PKGLIBDIR \"/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib\"" >>pg_config_paths.h echo "#define LOCALEDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/locale\"" >>pg_config_paths.h echo "#define DOCDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql\"" >>pg_config_paths.h echo "#define HTMLDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql\"" >>pg_config_paths.h echo "#define MANDIR \"/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man\"" >>pg_config_paths.h cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgcheckdir.o pgcheckdir.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgmkdirp.o pgmkdirp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgsleep.o pgsleep.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstrcasecmp.o pgstrcasecmp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstrsignal.o pgstrsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pqsignal.o pqsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o qsort.o qsort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o qsort_arg.o qsort_arg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o quotes.o quotes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sprompt.o sprompt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tar.o tar.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o thread.o thread.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c fls.c -o fls_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c strlcat.c -o strlcat_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c strlcpy.c -o strlcpy_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c getpeereid.c -o getpeereid_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c chklocale.c -o chklocale_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c erand48.c -o erand48_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c noblock.c -o noblock_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o path.o path.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pgcheckdir.c -o pgcheckdir_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pgmkdirp.c -o pgmkdirp_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pgsleep.c -o pgsleep_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pgstrcasecmp.c -o pgstrcasecmp_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pgstrsignal.c -o pgstrsignal_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pqsignal.c -o pqsignal_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c qsort.c -o qsort_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c quotes.c -o quotes_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c sprompt.c -o sprompt_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c tar.c -o tar_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c thread.c -o thread_srv.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c pg_strong_random.c -o pg_strong_random_srv.o rm -f libpgport.a ar crs libpgport.a fls.o strlcat.o strlcpy.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 pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pgstrsignal.o pqsignal.o qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o pg_strong_random.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c path.c -o path_srv.o rm -f libpgport_srv.a ar crs libpgport_srv.a fls_srv.o strlcat_srv.o strlcpy_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 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 sprompt_srv.o tar_srv.o thread_srv.o pg_strong_random_srv.o make[2]: Leaving directory '/build/postgresql-11.12/src/port' make -C timezone all make[2]: Entering directory '/build/postgresql-11.12/src/timezone' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o localtime.o localtime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o strftime.o strftime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o pgtz.o pgtz.c ( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt make[2]: Leaving directory '/build/postgresql-11.12/src/timezone' make -C backend all make[2]: Entering directory '/build/postgresql-11.12/src/backend' make -C ../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' make -C catalog distprep generated-header-symlinks make[3]: Entering directory '/build/postgresql-11.12/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-11.12/src/backend/catalog' make -C utils distprep generated-header-symlinks make[3]: Entering directory '/build/postgresql-11.12/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-11.12/src/backend/utils' make -C access all make[3]: Entering directory '/build/postgresql-11.12/src/backend/access' make -C brin all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/brin' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin.o brin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_pageops.o brin_pageops.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_revmap.o brin_revmap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_tuple.o brin_tuple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_xlog.o brin_xlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_minmax.o brin_minmax.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_inclusion.o brin_inclusion.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brin_validate.o brin_validate.c ( echo src/backend/access/brin/brin.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_xlog.o src/backend/access/brin/brin_minmax.o src/backend/access/brin/brin_inclusion.o src/backend/access/brin/brin_validate.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/brin' make -C common all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bufmask.o bufmask.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heaptuple.o heaptuple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o indextuple.o indextuple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o printsimple.o printsimple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o printtup.o printtup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o reloptions.o reloptions.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o scankey.o scankey.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o session.o session.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tupconvert.o tupconvert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tupdesc.o tupdesc.c ( echo src/backend/access/common/bufmask.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/reloptions.o src/backend/access/common/scankey.o src/backend/access/common/session.o src/backend/access/common/tupconvert.o src/backend/access/common/tupdesc.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/common' make -C gin all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gin' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginutil.o ginutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gininsert.o gininsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginxlog.o ginxlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginentrypage.o ginentrypage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gindatapage.o gindatapage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginbtree.o ginbtree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginscan.o ginscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginget.o ginget.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginvacuum.o ginvacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginarrayproc.o ginarrayproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginbulk.o ginbulk.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginfast.o ginfast.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginpostinglist.o ginpostinglist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginlogic.o ginlogic.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginvalidate.o ginvalidate.c ( echo src/backend/access/gin/ginutil.o src/backend/access/gin/gininsert.o src/backend/access/gin/ginxlog.o src/backend/access/gin/ginentrypage.o src/backend/access/gin/gindatapage.o src/backend/access/gin/ginbtree.o src/backend/access/gin/ginscan.o src/backend/access/gin/ginget.o src/backend/access/gin/ginvacuum.o src/backend/access/gin/ginarrayproc.o src/backend/access/gin/ginbulk.o src/backend/access/gin/ginfast.o src/backend/access/gin/ginpostinglist.o src/backend/access/gin/ginlogic.o src/backend/access/gin/ginvalidate.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gin' make -C gist all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gist' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gist.o gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistutil.o gistutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistxlog.o gistxlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistvacuum.o gistvacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistget.o gistget.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistscan.o gistscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistproc.o gistproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistsplit.o gistsplit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistbuild.o gistbuild.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistbuildbuffers.o gistbuildbuffers.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistvalidate.o gistvalidate.c ( echo src/backend/access/gist/gist.o src/backend/access/gist/gistutil.o src/backend/access/gist/gistxlog.o src/backend/access/gist/gistvacuum.o src/backend/access/gist/gistget.o src/backend/access/gist/gistscan.o src/backend/access/gist/gistproc.o src/backend/access/gist/gistsplit.o src/backend/access/gist/gistbuild.o src/backend/access/gist/gistbuildbuffers.o src/backend/access/gist/gistvalidate.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gist' make -C hash all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/hash' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hash.o hash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashfunc.o hashfunc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashinsert.o hashinsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashovfl.o hashovfl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashpage.o hashpage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashsearch.o hashsearch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashsort.o hashsort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashutil.o hashutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashvalidate.o hashvalidate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hash_xlog.o hash_xlog.c ( echo src/backend/access/hash/hash.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 src/backend/access/hash/hash_xlog.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/hash' make -C heap all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/heap' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heapam.o heapam.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hio.o hio.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pruneheap.o pruneheap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteheap.o rewriteheap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o syncscan.o syncscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tuptoaster.o tuptoaster.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o visibilitymap.o visibilitymap.c ( echo src/backend/access/heap/heapam.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/tuptoaster.o src/backend/access/heap/visibilitymap.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/heap' make -C index all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/index' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o amapi.o amapi.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o amvalidate.o amvalidate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o genam.o genam.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o indexam.o indexam.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-11.12/src/backend/access/index' make -C nbtree all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/nbtree' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtcompare.o nbtcompare.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtinsert.o nbtinsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtpage.o nbtpage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtree.o nbtree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtsearch.o nbtsearch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtutils.o nbtutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtsort.o nbtsort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtvalidate.o nbtvalidate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtxlog.o nbtxlog.c ( echo src/backend/access/nbtree/nbtcompare.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/nbtutils.o src/backend/access/nbtree/nbtsort.o src/backend/access/nbtree/nbtvalidate.o src/backend/access/nbtree/nbtxlog.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/nbtree' make -C rmgrdesc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/rmgrdesc' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brindesc.o brindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clogdesc.o clogdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o committsdesc.o committsdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dbasedesc.o dbasedesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o genericdesc.o genericdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gindesc.o gindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistdesc.o gistdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashdesc.o hashdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heapdesc.o heapdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logicalmsgdesc.o logicalmsgdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mxactdesc.o mxactdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtdesc.o nbtdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relmapdesc.o relmapdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o replorigindesc.o replorigindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o seqdesc.o seqdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o smgrdesc.o smgrdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgdesc.o spgdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o standbydesc.o standbydesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tblspcdesc.o tblspcdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xactdesc.o xactdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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-11.12/src/backend/access/rmgrdesc' make -C spgist all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/spgist' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgutils.o spgutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spginsert.o spginsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgscan.o spgscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgvacuum.o spgvacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgvalidate.o spgvalidate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgdoinsert.o spgdoinsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgxlog.o spgxlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgtextproc.o spgtextproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgquadtreeproc.o spgquadtreeproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgkdtreeproc.o spgkdtreeproc.c ( echo src/backend/access/spgist/spgutils.o src/backend/access/spgist/spginsert.o src/backend/access/spgist/spgscan.o src/backend/access/spgist/spgvacuum.o src/backend/access/spgist/spgvalidate.o src/backend/access/spgist/spgdoinsert.o src/backend/access/spgist/spgxlog.o src/backend/access/spgist/spgtextproc.o src/backend/access/spgist/spgquadtreeproc.o src/backend/access/spgist/spgkdtreeproc.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/spgist' make -C tablesample all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/tablesample' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bernoulli.o bernoulli.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o system.o system.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablesample.o tablesample.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-11.12/src/backend/access/tablesample' make -C transam all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/transam' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clog.o clog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o commit_ts.o commit_ts.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o generic_xlog.o generic_xlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o multixact.o multixact.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parallel.o parallel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rmgr.o rmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o slru.o slru.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o subtrans.o subtrans.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o timeline.o timeline.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o transam.o transam.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o twophase.o twophase.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o twophase_rmgr.o twophase_rmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o varsup.o varsup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xact.o xact.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlog.o xlog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogarchive.o xlogarchive.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogfuncs.o xlogfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xloginsert.o xloginsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogreader.o xlogreader.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogutils.o xlogutils.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-11.12/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 tablesample/objfiles.txt transam/objfiles.txt; echo ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/access' make -C bootstrap all make[3]: Entering directory '/build/postgresql-11.12/src/backend/bootstrap' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bootparse.o bootparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bootstrap.o bootstrap.c ( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/bootstrap' make -C catalog all make[3]: Entering directory '/build/postgresql-11.12/src/backend/catalog' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o catalog.o catalog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dependency.o dependency.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heap.o heap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o index.o index.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o indexing.o indexing.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o namespace.o namespace.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o aclchk.o aclchk.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o objectaccess.o objectaccess.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o objectaddress.o objectaddress.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o partition.o partition.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_aggregate.o pg_aggregate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_collation.o pg_collation.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_constraint.o pg_constraint.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_conversion.o pg_conversion.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_depend.o pg_depend.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_enum.o pg_enum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_inherits.o pg_inherits.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_largeobject.o pg_largeobject.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_namespace.o pg_namespace.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_operator.o pg_operator.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_proc.o pg_proc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_publication.o pg_publication.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_range.o pg_range.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_shdepend.o pg_shdepend.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_subscription.o pg_subscription.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_type.o pg_type.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o storage.o storage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o toasting.o toasting.c ( echo 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/aclchk.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_collation.o src/backend/catalog/pg_constraint.o src/backend/catalog/pg_conversion.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_db_role_setting.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-11.12/src/backend/catalog' make -C parser all make[3]: Entering directory '/build/postgresql-11.12/src/backend/parser' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o analyze.o analyze.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gram.o gram.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o scan.o scan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parser.o parser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_agg.o parse_agg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_clause.o parse_clause.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_coerce.o parse_coerce.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_collate.o parse_collate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_cte.o parse_cte.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_enr.o parse_enr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_expr.o parse_expr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_func.o parse_func.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_node.o parse_node.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_oper.o parse_oper.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_param.o parse_param.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_relation.o parse_relation.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_target.o parse_target.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_type.o parse_type.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parse_utilcmd.o parse_utilcmd.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o scansup.o scansup.c ( echo src/backend/parser/analyze.o src/backend/parser/gram.o src/backend/parser/scan.o src/backend/parser/parser.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/scansup.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/parser' make -C commands all make[3]: Entering directory '/build/postgresql-11.12/src/backend/commands' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o amcmds.o amcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o aggregatecmds.o aggregatecmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o alter.o alter.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o analyze.o analyze.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o async.o async.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cluster.o cluster.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o comment.o comment.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o collationcmds.o collationcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o constraint.o constraint.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o conversioncmds.o conversioncmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o copy.o copy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o createas.o createas.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dbcommands.o dbcommands.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o define.o define.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o discard.o discard.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dropcmds.o dropcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o event_trigger.o event_trigger.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o explain.o explain.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o extension.o extension.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o foreigncmds.o foreigncmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o functioncmds.o functioncmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o indexcmds.o indexcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lockcmds.o lockcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o matview.o matview.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o operatorcmds.o operatorcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o opclasscmds.o opclasscmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o policy.o policy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o portalcmds.o portalcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o prepare.o prepare.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o proclang.o proclang.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o publicationcmds.o publicationcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o schemacmds.o schemacmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o seclabel.o seclabel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sequence.o sequence.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o statscmds.o statscmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o subscriptioncmds.o subscriptioncmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablecmds.o tablecmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablespace.o tablespace.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trigger.o trigger.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsearchcmds.o tsearchcmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o typecmds.o typecmds.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o user.o user.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o vacuum.o vacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o vacuumlazy.o vacuumlazy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o variable.o variable.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o view.o view.c ( echo src/backend/commands/amcmds.o src/backend/commands/aggregatecmds.o src/backend/commands/alter.o src/backend/commands/analyze.o src/backend/commands/async.o src/backend/commands/cluster.o src/backend/commands/comment.o src/backend/commands/collationcmds.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/operatorcmds.o src/backend/commands/opclasscmds.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/vacuumlazy.o src/backend/commands/variable.o src/backend/commands/view.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/commands' make -C executor all make[3]: Entering directory '/build/postgresql-11.12/src/backend/executor' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execAmi.o execAmi.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execCurrent.o execCurrent.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execExpr.o execExpr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execExprInterp.o execExprInterp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execGrouping.o execGrouping.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execIndexing.o execIndexing.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execJunk.o execJunk.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execMain.o execMain.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execParallel.o execParallel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execPartition.o execPartition.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execProcnode.o execProcnode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execReplication.o execReplication.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execScan.o execScan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execSRF.o execSRF.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execTuples.o execTuples.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o execUtils.o execUtils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o functions.o functions.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o instrument.o instrument.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeAppend.o nodeAppend.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeAgg.o nodeAgg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeBitmapAnd.o nodeBitmapAnd.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeBitmapOr.o nodeBitmapOr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeCustom.o nodeCustom.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeFunctionscan.o nodeFunctionscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeGather.o nodeGather.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeHash.o nodeHash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeHashjoin.o nodeHashjoin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeIndexscan.o nodeIndexscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeIndexonlyscan.o nodeIndexonlyscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeLimit.o nodeLimit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeLockRows.o nodeLockRows.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeGatherMerge.o nodeGatherMerge.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeMaterial.o nodeMaterial.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeMergeAppend.o nodeMergeAppend.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeMergejoin.o nodeMergejoin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeModifyTable.o nodeModifyTable.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeNestloop.o nodeNestloop.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeProjectSet.o nodeProjectSet.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeRecursiveunion.o nodeRecursiveunion.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeResult.o nodeResult.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSamplescan.o nodeSamplescan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSeqscan.o nodeSeqscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSetOp.o nodeSetOp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSort.o nodeSort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeUnique.o nodeUnique.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeValuesscan.o nodeValuesscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeCtescan.o nodeCtescan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeNamedtuplestorescan.o nodeNamedtuplestorescan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeWorktablescan.o nodeWorktablescan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeGroup.o nodeGroup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSubplan.o nodeSubplan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeSubqueryscan.o nodeSubqueryscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeTidscan.o nodeTidscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeForeignscan.o nodeForeignscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeWindowAgg.o nodeWindowAgg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tstoreReceiver.o tstoreReceiver.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tqueue.o tqueue.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spi.o spi.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeTableFuncscan.o nodeTableFuncscan.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/execScan.o src/backend/executor/execSRF.o src/backend/executor/execTuples.o src/backend/executor/execUtils.o src/backend/executor/functions.o src/backend/executor/instrument.o src/backend/executor/nodeAppend.o src/backend/executor/nodeAgg.o src/backend/executor/nodeBitmapAnd.o src/backend/executor/nodeBitmapOr.o src/backend/executor/nodeBitmapHeapscan.o src/backend/executor/nodeBitmapIndexscan.o src/backend/executor/nodeCustom.o src/backend/executor/nodeFunctionscan.o src/backend/executor/nodeGather.o src/backend/executor/nodeHash.o src/backend/executor/nodeHashjoin.o src/backend/executor/nodeIndexscan.o src/backend/executor/nodeIndexonlyscan.o src/backend/executor/nodeLimit.o src/backend/executor/nodeLockRows.o src/backend/executor/nodeGatherMerge.o src/backend/executor/nodeMaterial.o src/backend/executor/nodeMergeAppend.o src/backend/executor/nodeMergejoin.o src/backend/executor/nodeModifyTable.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/nodeUnique.o src/backend/executor/nodeValuesscan.o src/backend/executor/nodeCtescan.o src/backend/executor/nodeNamedtuplestorescan.o src/backend/executor/nodeWorktablescan.o src/backend/executor/nodeGroup.o src/backend/executor/nodeSubplan.o src/backend/executor/nodeSubqueryscan.o src/backend/executor/nodeTidscan.o src/backend/executor/nodeForeignscan.o src/backend/executor/nodeWindowAgg.o src/backend/executor/tstoreReceiver.o src/backend/executor/tqueue.o src/backend/executor/spi.o src/backend/executor/nodeTableFuncscan.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/executor' make -C foreign all make[3]: Entering directory '/build/postgresql-11.12/src/backend/foreign' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o foreign.o foreign.c ( echo src/backend/foreign/foreign.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/foreign' make -C lib all make[3]: Entering directory '/build/postgresql-11.12/src/backend/lib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o binaryheap.o binaryheap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bipartite_match.o bipartite_match.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bloomfilter.o bloomfilter.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dshash.o dshash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hyperloglog.o hyperloglog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ilist.o ilist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o knapsack.o knapsack.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pairingheap.o pairingheap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rbtree.o rbtree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o stringinfo.o stringinfo.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/knapsack.o src/backend/lib/pairingheap.o src/backend/lib/rbtree.o src/backend/lib/stringinfo.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/lib' make -C libpq all make[3]: Entering directory '/build/postgresql-11.12/src/backend/libpq' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o be-fsstubs.o be-fsstubs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o be-secure.o be-secure.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o auth.o auth.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crypt.o crypt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hba.o hba.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ifaddr.o ifaddr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pqcomm.o pqcomm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pqformat.o pqformat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pqmq.o pqmq.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pqsignal.o pqsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o auth-scram.o auth-scram.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o be-secure-openssl.o be-secure-openssl.c ( echo src/backend/libpq/be-fsstubs.o src/backend/libpq/be-secure.o src/backend/libpq/be-secure-common.o src/backend/libpq/auth.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/auth-scram.o src/backend/libpq/be-secure-openssl.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/libpq' make -C main all make[3]: Entering directory '/build/postgresql-11.12/src/backend/main' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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-11.12/src/backend/main' make -C nodes all make[3]: Entering directory '/build/postgresql-11.12/src/backend/nodes' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodeFuncs.o nodeFuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nodes.o nodes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o list.o list.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bitmapset.o bitmapset.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tidbitmap.o tidbitmap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o copyfuncs.o copyfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o equalfuncs.o equalfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o extensible.o extensible.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o makefuncs.o makefuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o outfuncs.o outfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o readfuncs.o readfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o print.o print.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o read.o read.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o params.o params.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o value.o value.c ( echo src/backend/nodes/nodeFuncs.o src/backend/nodes/nodes.o src/backend/nodes/list.o src/backend/nodes/bitmapset.o src/backend/nodes/tidbitmap.o src/backend/nodes/copyfuncs.o src/backend/nodes/equalfuncs.o src/backend/nodes/extensible.o src/backend/nodes/makefuncs.o src/backend/nodes/outfuncs.o src/backend/nodes/readfuncs.o src/backend/nodes/print.o src/backend/nodes/read.o src/backend/nodes/params.o src/backend/nodes/value.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/nodes' make -C optimizer all make[3]: Entering directory '/build/postgresql-11.12/src/backend/optimizer' make -C geqo all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/geqo' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_copy.o geqo_copy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_eval.o geqo_eval.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_main.o geqo_main.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_misc.o geqo_misc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_mutation.o geqo_mutation.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_pool.o geqo_pool.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_random.o geqo_random.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_recombination.o geqo_recombination.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_selection.o geqo_selection.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_erx.o geqo_erx.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_pmx.o geqo_pmx.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_cx.o geqo_cx.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_px.o geqo_px.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_ox1.o geqo_ox1.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geqo_ox2.o geqo_ox2.c ( echo src/backend/optimizer/geqo/geqo_copy.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_pool.o src/backend/optimizer/geqo/geqo_random.o src/backend/optimizer/geqo/geqo_recombination.o src/backend/optimizer/geqo/geqo_selection.o src/backend/optimizer/geqo/geqo_erx.o src/backend/optimizer/geqo/geqo_pmx.o src/backend/optimizer/geqo/geqo_cx.o src/backend/optimizer/geqo/geqo_px.o src/backend/optimizer/geqo/geqo_ox1.o src/backend/optimizer/geqo/geqo_ox2.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/geqo' make -C path all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/path' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o allpaths.o allpaths.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clausesel.o clausesel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o costsize.o costsize.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o equivclass.o equivclass.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o indxpath.o indxpath.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o joinpath.o joinpath.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o joinrels.o joinrels.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pathkeys.o pathkeys.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tidpath.o tidpath.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-11.12/src/backend/optimizer/path' make -C plan all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/plan' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o analyzejoins.o analyzejoins.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o createplan.o createplan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o initsplan.o initsplan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o planagg.o planagg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o planmain.o planmain.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o planner.o planner.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o setrefs.o setrefs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o subselect.o subselect.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-11.12/src/backend/optimizer/plan' make -C prep all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/prep' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o prepjointree.o prepjointree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o prepqual.o prepqual.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o preptlist.o preptlist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o prepunion.o prepunion.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-11.12/src/backend/optimizer/prep' make -C util all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/util' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clauses.o clauses.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o joininfo.o joininfo.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o orclauses.o orclauses.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o paramassign.o paramassign.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pathnode.o pathnode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o placeholder.o placeholder.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o plancat.o plancat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o predtest.o predtest.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relnode.o relnode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o restrictinfo.o restrictinfo.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tlist.o tlist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o var.o var.c ( echo src/backend/optimizer/util/clauses.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-11.12/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-11.12/src/backend/optimizer' make -C partitioning all make[3]: Entering directory '/build/postgresql-11.12/src/backend/partitioning' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o partprune.o partprune.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o partbounds.o partbounds.c ( echo src/backend/partitioning/partprune.o src/backend/partitioning/partbounds.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/partitioning' make -C port all make[3]: Entering directory '/build/postgresql-11.12/src/backend/port' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o atomics.o atomics.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dynloader.o dynloader.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_sema.o pg_sema.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_shmem.o pg_shmem.c ( echo src/backend/port/atomics.o src/backend/port/dynloader.o src/backend/port/pg_sema.o src/backend/port/pg_shmem.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/port' make -C postmaster all make[3]: Entering directory '/build/postgresql-11.12/src/backend/postmaster' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o autovacuum.o autovacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bgworker.o bgworker.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bgwriter.o bgwriter.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o checkpointer.o checkpointer.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fork_process.o fork_process.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgarch.o pgarch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstat.o pgstat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o postmaster.o postmaster.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o startup.o startup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o syslogger.o syslogger.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o walwriter.o walwriter.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/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-11.12/src/backend/postmaster' make -C regex all make[3]: Entering directory '/build/postgresql-11.12/src/backend/regex' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regcomp.o regcomp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regerror.o regerror.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regexec.o regexec.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regfree.o regfree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regprefix.o regprefix.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regexport.o regexport.c ( echo src/backend/regex/regcomp.o src/backend/regex/regerror.o src/backend/regex/regexec.o src/backend/regex/regfree.o src/backend/regex/regprefix.o src/backend/regex/regexport.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/regex' make -C replication all make[3]: Entering directory '/build/postgresql-11.12/src/backend/replication' make -C logical all make[4]: Entering directory '/build/postgresql-11.12/src/backend/replication/logical' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o decode.o decode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o launcher.o launcher.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logical.o logical.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logicalfuncs.o logicalfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o message.o message.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o origin.o origin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o proto.o proto.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relation.o relation.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o reorderbuffer.o reorderbuffer.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o snapbuild.o snapbuild.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablesync.o tablesync.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I. -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o worker.o worker.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-11.12/src/backend/replication/logical' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o walsender.o walsender.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o walreceiverfuncs.o walreceiverfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o walreceiver.o walreceiver.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o basebackup.o basebackup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o repl_gram.o repl_gram.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o slot.o slot.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o slotfuncs.o slotfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o syncrep.o syncrep.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o syncrep_gram.o syncrep_gram.c ( cat logical/objfiles.txt; echo src/backend/replication/walsender.o src/backend/replication/walreceiverfuncs.o src/backend/replication/walreceiver.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 ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/replication' make -C rewrite all make[3]: Entering directory '/build/postgresql-11.12/src/backend/rewrite' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteRemove.o rewriteRemove.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteDefine.o rewriteDefine.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteHandler.o rewriteHandler.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteManip.o rewriteManip.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rewriteSupport.o rewriteSupport.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rowsecurity.o rowsecurity.c ( echo src/backend/rewrite/rewriteRemove.o src/backend/rewrite/rewriteDefine.o src/backend/rewrite/rewriteHandler.o src/backend/rewrite/rewriteManip.o src/backend/rewrite/rewriteSupport.o src/backend/rewrite/rowsecurity.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/rewrite' make -C statistics all make[3]: Entering directory '/build/postgresql-11.12/src/backend/statistics' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o extended_stats.o extended_stats.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dependencies.o dependencies.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mvdistinct.o mvdistinct.c ( echo src/backend/statistics/extended_stats.o src/backend/statistics/dependencies.o src/backend/statistics/mvdistinct.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/statistics' make -C storage all make[3]: Entering directory '/build/postgresql-11.12/src/backend/storage' make -C buffer all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/buffer' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o buf_table.o buf_table.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o buf_init.o buf_init.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bufmgr.o bufmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o freelist.o freelist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o localbuf.o localbuf.c ( echo src/backend/storage/buffer/buf_table.o src/backend/storage/buffer/buf_init.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-11.12/src/backend/storage/buffer' make -C file all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/file' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fd.o fd.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o buffile.o buffile.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o copydir.o copydir.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o reinit.o reinit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sharedfileset.o sharedfileset.c ( echo src/backend/storage/file/fd.o src/backend/storage/file/buffile.o src/backend/storage/file/copydir.o src/backend/storage/file/reinit.o src/backend/storage/file/sharedfileset.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/file' make -C freespace all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/freespace' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o freespace.o freespace.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fsmpage.o fsmpage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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-11.12/src/backend/storage/freespace' make -C ipc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/ipc' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o barrier.o barrier.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dsm_impl.o dsm_impl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dsm.o dsm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ipc.o ipc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ipci.o ipci.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o latch.o latch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pmsignal.o pmsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o procarray.o procarray.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o procsignal.o procsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o shmem.o shmem.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o shmqueue.o shmqueue.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o shm_mq.o shm_mq.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o shm_toc.o shm_toc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sinval.o sinval.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sinvaladt.o sinvaladt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o standby.o standby.c ( echo src/backend/storage/ipc/barrier.o src/backend/storage/ipc/dsm_impl.o src/backend/storage/ipc/dsm.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/shmem.o src/backend/storage/ipc/shmqueue.o src/backend/storage/ipc/shm_mq.o src/backend/storage/ipc/shm_toc.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-11.12/src/backend/storage/ipc' make -C large_object all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/large_object' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o inv_api.o inv_api.c ( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/large_object' make -C lmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/lmgr' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lmgr.o lmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lock.o lock.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o proc.o proc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o deadlock.o deadlock.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lwlock.o lwlock.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lwlocknames.o lwlocknames.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spin.o spin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o s_lock.o s_lock.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o predicate.o predicate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o condition_variable.o condition_variable.c ( echo src/backend/storage/lmgr/lmgr.o src/backend/storage/lmgr/lock.o src/backend/storage/lmgr/proc.o src/backend/storage/lmgr/deadlock.o src/backend/storage/lmgr/lwlock.o src/backend/storage/lmgr/lwlocknames.o src/backend/storage/lmgr/spin.o src/backend/storage/lmgr/s_lock.o src/backend/storage/lmgr/predicate.o src/backend/storage/lmgr/condition_variable.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/lmgr' make -C page all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/page' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bufpage.o bufpage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o checksum.o checksum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o itemptr.o itemptr.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-11.12/src/backend/storage/page' make -C smgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/smgr' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o md.o md.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o smgr.o smgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o smgrtype.o smgrtype.c ( echo src/backend/storage/smgr/md.o src/backend/storage/smgr/smgr.o src/backend/storage/smgr/smgrtype.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/smgr' ( 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; echo ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/storage' make -C tcop all make[3]: Entering directory '/build/postgresql-11.12/src/backend/tcop' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dest.o dest.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fastpath.o fastpath.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o postgres.o postgres.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pquery.o pquery.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utility.o utility.c ( echo 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-11.12/src/backend/tcop' make -C tsearch all make[3]: Entering directory '/build/postgresql-11.12/src/backend/tsearch' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_locale.o ts_locale.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_parse.o ts_parse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o wparser.o wparser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o wparser_def.o wparser_def.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict.o dict.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_simple.o dict_simple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_synonym.o dict_synonym.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_thesaurus.o dict_thesaurus.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_ispell.o dict_ispell.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regis.o regis.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spell.o spell.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o to_tsany.o to_tsany.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_selfuncs.o ts_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_typanalyze.o ts_typanalyze.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_utils.o ts_utils.c ( echo src/backend/tsearch/ts_locale.o src/backend/tsearch/ts_parse.o src/backend/tsearch/wparser.o src/backend/tsearch/wparser_def.o src/backend/tsearch/dict.o src/backend/tsearch/dict_simple.o src/backend/tsearch/dict_synonym.o src/backend/tsearch/dict_thesaurus.o src/backend/tsearch/dict_ispell.o src/backend/tsearch/regis.o src/backend/tsearch/spell.o src/backend/tsearch/to_tsany.o src/backend/tsearch/ts_selfuncs.o src/backend/tsearch/ts_typanalyze.o src/backend/tsearch/ts_utils.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tsearch' make -C utils all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils' make -C adt all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/adt' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o acl.o acl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o amutils.o amutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o arrayfuncs.o arrayfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o array_expanded.o array_expanded.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o array_selfuncs.o array_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o array_typanalyze.o array_typanalyze.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o array_userfuncs.o array_userfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o arrayutils.o arrayutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ascii.o ascii.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o bool.o bool.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cash.o cash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o char.o char.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cryptohashes.o cryptohashes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o date.o date.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o datetime.o datetime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o datum.o datum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dbsize.o dbsize.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o domains.o domains.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o encode.o encode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o enum.o enum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o expandeddatum.o expandeddatum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o expandedrecord.o expandedrecord.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o float.o float.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o format_type.o format_type.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o formatting.o formatting.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o genfile.o genfile.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geo_ops.o geo_ops.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geo_selfuncs.o geo_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o geo_spgist.o geo_spgist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o int.o int.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o int8.o int8.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o json.o json.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o jsonb.o jsonb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o jsonb_gin.o jsonb_gin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o jsonb_op.o jsonb_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o jsonb_util.o jsonb_util.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o jsonfuncs.o jsonfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o like.o like.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lockfuncs.o lockfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mac.o mac.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mac8.o mac8.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o misc.o misc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nabstime.o nabstime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o name.o name.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o network.o network.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o network_gist.o network_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o network_selfuncs.o network_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o network_spgist.o network_spgist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o numeric.o numeric.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o numutils.o numutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o oid.o oid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o oracle_compat.o oracle_compat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o orderedsetaggs.o orderedsetaggs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_locale.o pg_locale.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_lsn.o pg_lsn.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstatfuncs.o pgstatfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pseudotypes.o pseudotypes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o quote.o quote.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rangetypes.o rangetypes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rangetypes_gist.o rangetypes_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rangetypes_selfuncs.o rangetypes_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rangetypes_spgist.o rangetypes_spgist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rangetypes_typanalyze.o rangetypes_typanalyze.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regexp.o regexp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regproc.o regproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ri_triggers.o ri_triggers.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rowtypes.o rowtypes.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ruleutils.o ruleutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o selfuncs.o selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tid.o tid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o timestamp.o timestamp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trigfuncs.o trigfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsginidx.o tsginidx.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsgistidx.o tsgistidx.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery.o tsquery.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery_cleanup.o tsquery_cleanup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery_gist.o tsquery_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery_op.o tsquery_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery_rewrite.o tsquery_rewrite.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsquery_util.o tsquery_util.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsrank.o tsrank.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsvector.o tsvector.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsvector_op.o tsvector_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsvector_parser.o tsvector_parser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o txid.o txid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o uuid.o uuid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o varbit.o varbit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o varchar.o varchar.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o varlena.o varlena.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o version.o version.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o windowfuncs.o windowfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xid.o xid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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/arrayfuncs.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/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/like.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/nabstime.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/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/txid.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/xml.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/adt' make -C cache all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/cache' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o attoptcache.o attoptcache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o catcache.o catcache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o evtcache.o evtcache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o inval.o inval.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lsyscache.o lsyscache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o partcache.o partcache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o plancache.o plancache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relcache.o relcache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relmapper.o relmapper.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relfilenodemap.o relfilenodemap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spccache.o spccache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o syscache.o syscache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ts_cache.o ts_cache.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o typcache.o typcache.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/relmapper.o src/backend/utils/cache/relfilenodemap.o src/backend/utils/cache/spccache.o src/backend/utils/cache/syscache.o src/backend/utils/cache/ts_cache.o src/backend/utils/cache/typcache.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/cache' make -C error all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/error' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o assert.o assert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o elog.o elog.c ( echo src/backend/utils/error/assert.o src/backend/utils/error/elog.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/error' make -C fmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/fmgr' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DDLSUFFIX=\".so\" -c -o dfmgr.o dfmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DDLSUFFIX=\".so\" -c -o fmgr.o fmgr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DDLSUFFIX=\".so\" -c -o funcapi.o funcapi.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-11.12/src/backend/utils/fmgr' make -C hash all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/hash' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dynahash.o dynahash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashfn.o hashfn.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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/hashfn.o src/backend/utils/hash/pg_crc.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/hash' make -C init all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/init' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o globals.o globals.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o miscinit.o miscinit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o postinit.o postinit.c ( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/init' make -C mb all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o encnames.o encnames.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o conv.o conv.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mbutils.o mbutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o wchar.o wchar.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o wstrcmp.o wstrcmp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o wstrncmp.o wstrncmp.c ( echo src/backend/utils/mb/encnames.o src/backend/utils/mb/conv.o src/backend/utils/mb/mbutils.o src/backend/utils/mb/wchar.o src/backend/utils/mb/wstrcmp.o src/backend/utils/mb/wstrncmp.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb' make -C misc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/misc' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o backend_random.o backend_random.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o guc.o guc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o help_config.o help_config.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o ps_status.o ps_status.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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/misc/backend_random.o 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-11.12/src/backend/utils/misc' make -C mmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mmgr' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o aset.o aset.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dsa.o dsa.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o freepage.o freepage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o generation.o generation.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mcxt.o mcxt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o memdebug.o memdebug.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o portalmem.o portalmem.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o slab.o slab.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-11.12/src/backend/utils/mmgr' make -C resowner all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/resowner' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o resowner.o resowner.c ( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/resowner' make -C sort all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/sort' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logtape.o logtape.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sharedtuplestore.o sharedtuplestore.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sortsupport.o sortsupport.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tuplesort.o tuplesort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tuplestore.o tuplestore.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-11.12/src/backend/utils/sort' make -C time all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/time' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o combocid.o combocid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tqual.o tqual.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o snapmgr.o snapmgr.c ( echo src/backend/utils/time/combocid.o src/backend/utils/time/tqual.o src/backend/utils/time/snapmgr.o ) >objfiles.txt make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/time' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fmgrtab.o fmgrtab.c ( 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-11.12/src/backend/utils' make -C ../../src/timezone all make[3]: Entering directory '/build/postgresql-11.12/src/timezone' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/timezone' make -C jit all make[3]: Entering directory '/build/postgresql-11.12/src/backend/jit' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DDLSUFFIX=\".so\" -c -o jit.o jit.c ( echo src/backend/jit/jit.o ) >objfiles.txt make[3]: Leaving directory '/build/postgresql-11.12/src/backend/jit' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -Wl,-E access/brin/brin.o access/brin/brin_pageops.o access/brin/brin_revmap.o access/brin/brin_tuple.o access/brin/brin_xlog.o access/brin/brin_minmax.o access/brin/brin_inclusion.o access/brin/brin_validate.o access/common/bufmask.o access/common/heaptuple.o access/common/indextuple.o access/common/printsimple.o access/common/printtup.o access/common/reloptions.o access/common/scankey.o access/common/session.o access/common/tupconvert.o access/common/tupdesc.o access/gin/ginutil.o access/gin/gininsert.o access/gin/ginxlog.o access/gin/ginentrypage.o access/gin/gindatapage.o access/gin/ginbtree.o access/gin/ginscan.o access/gin/ginget.o access/gin/ginvacuum.o access/gin/ginarrayproc.o access/gin/ginbulk.o access/gin/ginfast.o access/gin/ginpostinglist.o access/gin/ginlogic.o access/gin/ginvalidate.o access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o access/gist/gistbuild.o access/gist/gistbuildbuffers.o access/gist/gistvalidate.o access/hash/hash.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/hash/hash_xlog.o access/heap/heapam.o access/heap/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o access/heap/syncscan.o access/heap/tuptoaster.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/nbtinsert.o access/nbtree/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o access/nbtree/nbtutils.o access/nbtree/nbtsort.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/spgutils.o access/spgist/spginsert.o access/spgist/spgscan.o access/spgist/spgvacuum.o access/spgist/spgvalidate.o access/spgist/spgdoinsert.o access/spgist/spgxlog.o access/spgist/spgtextproc.o access/spgist/spgquadtreeproc.o access/spgist/spgkdtreeproc.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/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o catalog/indexing.o catalog/namespace.o catalog/aclchk.o catalog/objectaccess.o catalog/objectaddress.o catalog/partition.o catalog/pg_aggregate.o catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.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_db_role_setting.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/scan.o parser/parser.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/scansup.o commands/amcmds.o commands/aggregatecmds.o commands/alter.o commands/analyze.o commands/async.o commands/cluster.o commands/comment.o commands/collationcmds.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/operatorcmds.o commands/opclasscmds.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/vacuumlazy.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/execScan.o executor/execSRF.o executor/execTuples.o executor/execUtils.o executor/functions.o executor/instrument.o executor/nodeAppend.o executor/nodeAgg.o executor/nodeBitmapAnd.o executor/nodeBitmapOr.o executor/nodeBitmapHeapscan.o executor/nodeBitmapIndexscan.o executor/nodeCustom.o executor/nodeFunctionscan.o executor/nodeGather.o executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIndexscan.o executor/nodeIndexonlyscan.o executor/nodeLimit.o executor/nodeLockRows.o executor/nodeGatherMerge.o executor/nodeMaterial.o executor/nodeMergeAppend.o executor/nodeMergejoin.o executor/nodeModifyTable.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/nodeUnique.o executor/nodeValuesscan.o executor/nodeCtescan.o executor/nodeNamedtuplestorescan.o executor/nodeWorktablescan.o executor/nodeGroup.o executor/nodeSubplan.o executor/nodeSubqueryscan.o executor/nodeTidscan.o executor/nodeForeignscan.o executor/nodeWindowAgg.o executor/tstoreReceiver.o executor/tqueue.o executor/spi.o executor/nodeTableFuncscan.o foreign/foreign.o lib/binaryheap.o lib/bipartite_match.o lib/bloomfilter.o lib/dshash.o lib/hyperloglog.o lib/ilist.o lib/knapsack.o lib/pairingheap.o lib/rbtree.o lib/stringinfo.o libpq/be-fsstubs.o libpq/be-secure.o libpq/be-secure-common.o libpq/auth.o libpq/crypt.o libpq/hba.o libpq/ifaddr.o libpq/pqcomm.o libpq/pqformat.o libpq/pqmq.o libpq/pqsignal.o libpq/auth-scram.o libpq/be-secure-openssl.o main/main.o nodes/nodeFuncs.o nodes/nodes.o nodes/list.o nodes/bitmapset.o nodes/tidbitmap.o nodes/copyfuncs.o nodes/equalfuncs.o nodes/extensible.o nodes/makefuncs.o nodes/outfuncs.o nodes/readfuncs.o nodes/print.o nodes/read.o nodes/params.o nodes/value.o optimizer/geqo/geqo_copy.o optimizer/geqo/geqo_eval.o optimizer/geqo/geqo_main.o optimizer/geqo/geqo_misc.o optimizer/geqo/geqo_mutation.o optimizer/geqo/geqo_pool.o optimizer/geqo/geqo_random.o optimizer/geqo/geqo_recombination.o optimizer/geqo/geqo_selection.o optimizer/geqo/geqo_erx.o optimizer/geqo/geqo_pmx.o optimizer/geqo/geqo_cx.o optimizer/geqo/geqo_px.o optimizer/geqo/geqo_ox1.o optimizer/geqo/geqo_ox2.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/clauses.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/partprune.o partitioning/partbounds.o port/atomics.o port/dynloader.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/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/regfree.o regex/regprefix.o regex/regexport.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/walsender.o replication/walreceiverfuncs.o replication/walreceiver.o replication/basebackup.o replication/repl_gram.o replication/slot.o replication/slotfuncs.o replication/syncrep.o replication/syncrep_gram.o rewrite/rewriteRemove.o rewrite/rewriteDefine.o rewrite/rewriteHandler.o rewrite/rewriteManip.o rewrite/rewriteSupport.o rewrite/rowsecurity.o statistics/extended_stats.o statistics/dependencies.o statistics/mvdistinct.o storage/buffer/buf_table.o storage/buffer/buf_init.o storage/buffer/bufmgr.o storage/buffer/freelist.o storage/buffer/localbuf.o storage/file/fd.o storage/file/buffile.o storage/file/copydir.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_impl.o storage/ipc/dsm.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/shmem.o storage/ipc/shmqueue.o storage/ipc/shm_mq.o storage/ipc/shm_toc.o storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o storage/large_object/inv_api.o storage/lmgr/lmgr.o storage/lmgr/lock.o storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o storage/lmgr/lwlocknames.o storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o storage/lmgr/condition_variable.o storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o tsearch/ts_utils.o utils/adt/acl.o utils/adt/amutils.o utils/adt/arrayfuncs.o utils/adt/array_expanded.o utils/adt/array_selfuncs.o utils/adt/array_typanalyze.o utils/adt/array_userfuncs.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/like.o utils/adt/lockfuncs.o utils/adt/mac.o utils/adt/mac8.o utils/adt/misc.o utils/adt/nabstime.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/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/txid.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/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/relmapper.o utils/cache/relfilenodemap.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/hashfn.o utils/hash/pg_crc.o utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o utils/misc/backend_random.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/tqual.o utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o ../../src/timezone/strftime.o ../../src/timezone/pgtz.o jit/jit.o ../../src/port/libpgport_srv.a ../../src/common/libpgcommon_srv.a -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lrt -lcrypt -ldl -lm -L/nix/store/ns3xjnh5sk8cbcw5ay4ynd9mb7i6qwmw-icu4c-69.1/lib -licui18n -licuuc -licudata -lsystemd -o postgres make[2]: Leaving directory '/build/postgresql-11.12/src/backend' make -C backend/utils/mb/conversion_procs all make[2]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs' make -C ascii_and_mic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ascii_and_mic.o ascii_and_mic.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o ascii_and_mic.so ascii_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' make -C cyrillic_and_mic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cyrillic_and_mic.o cyrillic_and_mic.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' make -C euc_cn_and_mic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o euc_cn_and_mic.o euc_cn_and_mic.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' make -C euc_jp_and_sjis all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' make -C euc_kr_and_mic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' make -C euc_tw_and_big5 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o big5.o big5.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o euc_tw_and_big5.o euc_tw_and_big5.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' make -C latin2_and_win1250 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o latin2_and_win1250.o latin2_and_win1250.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' make -C latin_and_mic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o latin_and_mic.o latin_and_mic.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' make -C utf8_and_ascii all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_ascii.o utf8_and_ascii.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o utf8_and_ascii.so utf8_and_ascii.o -L../../../../../../src/port -L../../../../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' make -C utf8_and_big5 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' make -C utf8_and_cyrillic all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' make -C utf8_and_euc_cn all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' make -C utf8_and_euc_jp all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' make -C utf8_and_euc_kr all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' make -C utf8_and_euc_tw all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' make -C utf8_and_gb18030 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' make -C utf8_and_gbk all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' make -C utf8_and_iso8859 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_iso8859.o utf8_and_iso8859.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' make -C utf8_and_iso8859_1 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' make -C utf8_and_johab all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' make -C utf8_and_sjis all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_sjis.o utf8_and_sjis.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' make -C utf8_and_win all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_win.o utf8_and_win.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' make -C utf8_and_uhc all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' make -C utf8_and_euc2004 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_euc2004.o utf8_and_euc2004.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' make -C utf8_and_sjis2004 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utf8_and_sjis2004.o utf8_and_sjis2004.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' make -C euc2004_sjis2004 all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o euc2004_sjis2004.o euc2004_sjis2004.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' make[2]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs' make -C backend/snowball all make[2]: Entering directory '/build/postgresql-11.12/src/backend/snowball' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_snowball.o dict_snowball.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o api.o ./libstemmer/api.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o utilities.o ./libstemmer/utilities.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o stem_ISO_8859_1_hungarian.o ./libstemmer/stem_ISO_8859_1_hungarian.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o dict_snowball.so dict_snowball.o api.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_hungarian.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_romanian.o stem_KOI8_R_russian.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_hungarian.o stem_UTF_8_italian.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_turkish.o -L../../../src/port -L../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[2]: Leaving directory '/build/postgresql-11.12/src/backend/snowball' make -C include all make[2]: Entering directory '/build/postgresql-11.12/src/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/src/include' make -C interfaces all make[2]: Entering directory '/build/postgresql-11.12/src/interfaces' make -C libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 rm -f chklocale.c && ln -s ../../../src/port/chklocale.c . rm -f inet_net_ntop.c && ln -s ../../../src/port/inet_net_ntop.c . rm -f noblock.c && ln -s ../../../src/port/noblock.c . rm -f pgstrcasecmp.c && ln -s ../../../src/port/pgstrcasecmp.c . rm -f pqsignal.c && ln -s ../../../src/port/pqsignal.c . rm -f thread.c && ln -s ../../../src/port/thread.c . rm -f strlcpy.c && ln -s ../../../src/port/strlcpy.c . rm -f getpeereid.c && ln -s ../../../src/port/getpeereid.c . rm -f pg_strong_random.c && ln -s ../../../src/port/pg_strong_random.c . rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c . rm -f base64.c && ln -s ../../../src/common/base64.c . rm -f ip.c && ln -s ../../../src/common/ip.c . rm -f md5.c && ln -s ../../../src/common/md5.c . rm -f scram-common.c && ln -s ../../../src/common/scram-common.c . rm -f saslprep.c && ln -s ../../../src/common/saslprep.c . rm -f unicode_norm.c && ln -s ../../../src/common/unicode_norm.c . cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 rm -f sha2_openssl.c && ln -s ../../../src/common/sha2_openssl.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o chklocale.o chklocale.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o inet_net_ntop.o inet_net_ntop.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o noblock.o noblock.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pgstrcasecmp.o pgstrcasecmp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqsignal.o pqsignal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o thread.o thread.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o strlcpy.o strlcpy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o getpeereid.o getpeereid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pg_strong_random.o pg_strong_random.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o encnames.o encnames.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o wchar.o wchar.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o base64.o base64.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o ip.o ip.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o md5.o md5.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o scram-common.o scram-common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o saslprep.o saslprep.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o unicode_norm.o unicode_norm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o sha2_openssl.o sha2_openssl.c echo 'Name: libpq' >libpq.pc echo 'Description: PostgreSQL libpq library' >>libpq.pc echo 'Url: http://www.postgresql.org/' >>libpq.pc echo 'Version: 11.12' >>libpq.pc echo 'Requires: ' >>libpq.pc echo 'Requires.private: ' >>libpq.pc echo 'Cflags: -I/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' >>libpq.pc echo 'Libs: -L/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib -lpq' >>libpq.pc echo 'Libs.private: -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -lssl -lcrypto -lgssapi_krb5 -lcrypt' >>libpq.pc cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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.11 fe-auth.o fe-auth-scram.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o pqsignal.o thread.o strlcpy.o getpeereid.o pg_strong_random.o encnames.o wchar.o base64.o ip.o md5.o scram-common.o saslprep.o unicode_norm.o fe-secure-openssl.o fe-secure-common.o sha2_openssl.o -L../../../src/port -L../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lssl -lcrypto -lgssapi_krb5 -lcrypt rm -f libpq.so.5 ln -s libpq.so.5.11 libpq.so.5 rm -f libpq.so ln -s libpq.so.5.11 libpq.so rm -f libpq.a ar crs libpq.a fe-auth.o fe-auth-scram.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o pqsignal.o thread.o strlcpy.o getpeereid.o pg_strong_random.o encnames.o wchar.o base64.o ip.o md5.o scram-common.o saslprep.o unicode_norm.o fe-secure-openssl.o fe-secure-common.o sha2_openssl.o ranlib libpq.a touch libpq.a make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ecpg all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg' make -C include all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/include' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/include' make -C pgtypeslib all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o datetime.o datetime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o dt_common.o dt_common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o interval.o interval.c rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . rm -f string.c && ln -s ../../../../src/common/string.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o pgstrcasecmp.o pgstrcasecmp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o string.o string.c echo 'Name: libpgtypes' >libpgtypes.pc echo 'Description: PostgreSQL libpgtypes library' >>libpgtypes.pc echo 'Url: http://www.postgresql.org/' >>libpgtypes.pc echo 'Version: 11.12' >>libpgtypes.pc echo 'Requires: ' >>libpgtypes.pc echo 'Requires.private: ' >>libpgtypes.pc echo 'Cflags: -I/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' >>libpgtypes.pc echo 'Libs: -L/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib -lpgtypes' >>libpgtypes.pc echo 'Libs.private: -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -lm' >>libpgtypes.pc cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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.11 numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o string.o -L../../../../src/port -L../../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm rm -f libpgtypes.so.3 ln -s libpgtypes.so.3.11 libpgtypes.so.3 rm -f libpgtypes.so ln -s libpgtypes.so.3.11 libpgtypes.so rm -f libpgtypes.a ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o string.o ranlib libpgtypes.a touch libpgtypes.a make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make -C preproc all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/preproc' make -C ../../../../src/port all make[5]: Entering directory '/build/postgresql-11.12/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../../src/common all make[5]: Entering directory '/build/postgresql-11.12/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o preproc.o preproc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgc.o pgc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o type.o type.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ecpg.o ecpg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o output.o output.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parser.o parser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o keywords.o keywords.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o c_keywords.o c_keywords.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ecpg_keywords.o ecpg_keywords.c make -C ../ecpglib/ typename.o make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o typename.o typename.c make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o descriptor.o descriptor.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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. -DECPG_COMPILE -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o variable.o variable.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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 -L../../../../src/port -L../../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags preproc.o pgc.o type.o ecpg.o output.o parser.o keywords.o c_keywords.o ecpg_keywords.o ../ecpglib/typename.o descriptor.o variable.o -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o ecpg make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/preproc' make -C ecpglib all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o misc.o misc.c rm -f path.c && ln -s ../../../../src/port/path.c . rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . rm -f strlcpy.c && ln -s ../../../../src/port/strlcpy.c . rm -f thread.c && ln -s ../../../../src/port/thread.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o path.o path.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o pgstrcasecmp.o pgstrcasecmp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o strlcpy.o strlcpy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o thread.o thread.c echo 'Name: libecpg' >libecpg.pc echo 'Description: PostgreSQL libecpg library' >>libecpg.pc echo 'Url: http://www.postgresql.org/' >>libecpg.pc echo 'Version: 11.12' >>libecpg.pc echo 'Requires: ' >>libecpg.pc echo 'Requires.private: libpq libpgtypes' >>libecpg.pc echo 'Cflags: -I/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' >>libecpg.pc echo 'Libs: -L/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib -lecpg' >>libecpg.pc echo 'Libs.private: -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -lm' >>libecpg.pc cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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.11 execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o -L../../../../src/port -L../../../../src/common -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm rm -f libecpg.so.6 ln -s libecpg.so.6.11 libecpg.so.6 rm -f libecpg.so ln -s libecpg.so.6.11 libecpg.so rm -f libecpg.a ar crs libecpg.a execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o ranlib libecpg.a touch libecpg.a make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C compatlib all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/compatlib' make -C ../../../../src/interfaces/ecpg/ecpglib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make[6]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[6]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o informix.o informix.c ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list rm -f libecpg_compat.a ar crs libecpg_compat.a informix.o ranlib libecpg_compat.a touch libecpg_compat.a cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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.11 informix.o -L../../../../src/port -L../../../../src/common -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm rm -f libecpg_compat.so.3 ln -s libecpg_compat.so.3.11 libecpg_compat.so.3 rm -f libecpg_compat.so ln -s libecpg_compat.so.3.11 libecpg_compat.so echo 'Name: libecpg_compat' >libecpg_compat.pc echo 'Description: PostgreSQL libecpg_compat library' >>libecpg_compat.pc echo 'Url: http://www.postgresql.org/' >>libecpg_compat.pc echo 'Version: 11.12' >>libecpg_compat.pc echo 'Requires: ' >>libecpg_compat.pc echo 'Requires.private: libecpg libpgtypes' >>libecpg_compat.pc echo 'Cflags: -I/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' >>libecpg_compat.pc echo 'Libs: -L/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib -lecpg_compat' >>libecpg_compat.pc echo 'Libs.private: -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -lm' >>libecpg_compat.pc make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/compatlib' make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg' make[2]: Leaving directory '/build/postgresql-11.12/src/interfaces' make -C backend/replication/libpqwalreceiver all make[2]: Entering directory '/build/postgresql-11.12/src/backend/replication/libpqwalreceiver' make -C ../../../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o libpqwalreceiver.o libpqwalreceiver.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/src/backend/replication/libpqwalreceiver' make -C backend/replication/pgoutput all make[2]: Entering directory '/build/postgresql-11.12/src/backend/replication/pgoutput' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgoutput.o pgoutput.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/src/backend/replication/pgoutput' make -C fe_utils all make[2]: Entering directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mbprint.o mbprint.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o print.o print.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o psqlscan.o psqlscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o simple_list.o simple_list.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o string_utils.o string_utils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o conditional.o conditional.c rm -f libpgfeutils.a ar crs libpgfeutils.a mbprint.o print.o psqlscan.o simple_list.o string_utils.o conditional.o make[2]: Leaving directory '/build/postgresql-11.12/src/fe_utils' make -C bin all make[2]: Entering directory '/build/postgresql-11.12/src/bin' make -C initdb all make[3]: Entering directory '/build/postgresql-11.12/src/bin/initdb' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o initdb.o initdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o findtimezone.o findtimezone.c rm -f localtime.c && ln -s ../../../src/timezone/localtime.c . rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o localtime.o localtime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 '-DSYSTEMTZDIR="/nix/store/i3n4wziqhmfb9f1hayhijkqpjrbxsmzi-tzdata-2021a/share/zoneinfo"' -c -o encnames.o encnames.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 initdb.o findtimezone.o localtime.o encnames.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o initdb make[3]: Leaving directory '/build/postgresql-11.12/src/bin/initdb' make -C pg_archivecleanup all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_archivecleanup' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_archivecleanup.o pg_archivecleanup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_archivecleanup make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_archivecleanup' make -C pg_basebackup all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_basebackup' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_basebackup.o pg_basebackup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o receivelog.o receivelog.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o streamutil.o streamutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o walmethods.o walmethods.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_receivewal.o pg_receivewal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_recvlogical.o pg_recvlogical.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_basebackup cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_receivewal cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_recvlogical make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_basebackup' make -C pg_config all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_config' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_config.o pg_config.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_config make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_config' make -C pg_controldata all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_controldata' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_controldata.o pg_controldata.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_controldata make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_controldata' make -C pg_ctl all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_ctl' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_ctl.o pg_ctl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_ctl make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_ctl' make -C pg_dump all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_dump' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_dump.o pg_dump.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o common.o common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_dump_sort.o pg_dump_sort.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_backup_null.o pg_backup_null.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_backup_utils.o pg_backup_utils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parallel.o parallel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o compress_io.o compress_io.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dumputils.o dumputils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_restore.o pg_restore.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_dumpall.o pg_dumpall.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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 pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_null.o pg_backup_tar.o pg_backup_directory.o pg_backup_utils.o parallel.o compress_io.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_dump cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_restore.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_null.o pg_backup_tar.o pg_backup_directory.o pg_backup_utils.o parallel.o compress_io.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_restore cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_dumpall make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_dump' make -C pg_resetwal all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_resetwal' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_resetwal.o pg_resetwal.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_resetwal make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_resetwal' make -C pg_rewind all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_rewind' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_rewind.o pg_rewind.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parsexlog.o parsexlog.c rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c . cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o datapagemap.o datapagemap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o timeline.o timeline.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fetch.o fetch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o file_ops.o file_ops.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o copy_fetch.o copy_fetch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o libpq_fetch.o libpq_fetch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o filemap.o filemap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logging.o logging.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogreader.o xlogreader.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_rewind.o parsexlog.o xlogreader.o datapagemap.o timeline.o fetch.o file_ops.o copy_fetch.o libpq_fetch.o filemap.o logging.o -L../../../src/port -L../../../src/common -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_rewind make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_rewind' make -C pg_test_fsync all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_test_fsync' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_test_fsync make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_test_fsync' make -C pg_test_timing all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_test_timing' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_test_timing make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_test_timing' make -C pg_upgrade all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_upgrade' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o check.o check.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o controldata.o controldata.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dump.o dump.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o exec.o exec.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o file.o file.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o function.o function.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o info.o info.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o option.o option.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o parallel.o parallel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_upgrade.o pg_upgrade.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relfilenode.o relfilenode.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o server.o server.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablespace.o tablespace.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o util.o util.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o version.o version.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_upgrade make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_upgrade' make -C pg_verify_checksums all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_verify_checksums' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_verify_checksums.o pg_verify_checksums.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_verify_checksums.o -L../../../src/port -L../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_verify_checksums make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_verify_checksums' make -C pg_waldump all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_waldump' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_waldump.o pg_waldump.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o compat.o compat.c rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c . cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rmgrdesc.o rmgrdesc.c 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 . 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 -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogreader.o xlogreader.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brindesc.o brindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clogdesc.o clogdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o committsdesc.o committsdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dbasedesc.o dbasedesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o genericdesc.o genericdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gindesc.o gindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o gistdesc.o gistdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashdesc.o hashdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heapdesc.o heapdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o logicalmsgdesc.o logicalmsgdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mxactdesc.o mxactdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o nbtdesc.o nbtdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o relmapdesc.o relmapdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o replorigindesc.o replorigindesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o seqdesc.o seqdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o smgrdesc.o smgrdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o spgdesc.o spgdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o standbydesc.o standbydesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tblspcdesc.o tblspcdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xactdesc.o xactdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -DFRONTEND -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xlogdesc.o xlogdesc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 pg_waldump.o compat.o xlogreader.o rmgrdesc.o 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 -L../../../src/port -L../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_waldump make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_waldump' make -C pgbench all make[3]: Entering directory '/build/postgresql-11.12/src/bin/pgbench' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgbench.o pgbench.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o exprparse.o exprparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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 pgbench.o exprparse.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pgbench make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pgbench' make -C psql all make[3]: Entering directory '/build/postgresql-11.12/src/bin/psql' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o command.o command.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o common.o common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o copy.o copy.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crosstabview.o crosstabview.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o describe.o describe.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o help.o help.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o input.o input.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o large_obj.o large_obj.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mainloop.o mainloop.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o prompt.o prompt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o psqlscanslash.o psqlscanslash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sql_help.o sql_help.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o startup.o startup.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o stringutils.o stringutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tab-complete.o tab-complete.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o variables.o variables.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o psql make[3]: Leaving directory '/build/postgresql-11.12/src/bin/psql' make -C scripts all make[3]: Entering directory '/build/postgresql-11.12/src/bin/scripts' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o createdb.o createdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o common.o common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o createuser.o createuser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dropdb.o dropdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dropuser.o dropuser.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o clusterdb.o clusterdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o vacuumdb.o vacuumdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o reindexdb.o reindexdb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_isready.o pg_isready.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o createdb cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o createuser cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o dropdb cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o dropuser cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o clusterdb cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 vacuumdb.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o vacuumdb cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 reindexdb.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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o reindexdb cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_isready make[3]: Leaving directory '/build/postgresql-11.12/src/bin/scripts' make[2]: Leaving directory '/build/postgresql-11.12/src/bin' make -C pl all make[2]: Entering directory '/build/postgresql-11.12/src/pl' make -C plpgsql all make[3]: Entering directory '/build/postgresql-11.12/src/pl/plpgsql' make -C src all make[4]: Entering directory '/build/postgresql-11.12/src/pl/plpgsql/src' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_gram.o pl_gram.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_handler.o pl_handler.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_comp.o pl_comp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_exec.o pl_exec.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_funcs.o pl_funcs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pl_scanner.o pl_scanner.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o plpgsql.so pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o pl_scanner.o -L../../../../src/port -L../../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed make[4]: Leaving directory '/build/postgresql-11.12/src/pl/plpgsql/src' make[3]: Leaving directory '/build/postgresql-11.12/src/pl/plpgsql' make[2]: Leaving directory '/build/postgresql-11.12/src/pl' make -C makefiles all make[2]: Entering directory '/build/postgresql-11.12/src/makefiles' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/src/makefiles' make -C test/regress all make[2]: Entering directory '/build/postgresql-11.12/src/test/regress' make -C ../../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_regress_main.o pg_regress_main.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o regress.o regress.c make -C ../../../contrib/spi make[3]: Entering directory '/build/postgresql-11.12/contrib/spi' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o autoinc.o autoinc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o insert_username.o insert_username.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o moddatetime.o moddatetime.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o refint.o refint.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o timetravel.o timetravel.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o autoinc.so autoinc.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o insert_username.so insert_username.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o moddatetime.so moddatetime.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o refint.so refint.o cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o timetravel.so timetravel.o make[3]: Leaving directory '/build/postgresql-11.12/contrib/spi' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -I../../../src/port '-DHOST_TUPLE="x86_64-pc-linux-gnu"' '-DSHELLPROG="/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/bash"' '-DDLSUFFIX=".so"' -c -o pg_regress.o pg_regress.c cp ../../../contrib/spi/refint.so refint.so cp ../../../contrib/spi/autoinc.so autoinc.so cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_regress make[2]: Leaving directory '/build/postgresql-11.12/src/test/regress' make -C test/isolation all make[2]: Entering directory '/build/postgresql-11.12/src/test/isolation' make -C ../../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o specparse.o specparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o isolationtester.o isolationtester.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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-11.12/src/test/regress' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make[3]: Leaving directory '/build/postgresql-11.12/src/test/regress' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 specparse.o isolationtester.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o isolationtester rm -f pg_regress.o && ln -s ../../../src/test/regress/pg_regress.o . cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_isolation_regress make[2]: Leaving directory '/build/postgresql-11.12/src/test/isolation' make -C test/perl all make[2]: Entering directory '/build/postgresql-11.12/src/test/perl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/src/test/perl' make[1]: Leaving directory '/build/postgresql-11.12/src' make -C config all make[1]: Entering directory '/build/postgresql-11.12/config' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql-11.12/config' make -C contrib all make[1]: Entering directory '/build/postgresql-11.12/contrib' make -C adminpack all make[2]: Entering directory '/build/postgresql-11.12/contrib/adminpack' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o adminpack.o adminpack.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/adminpack' make -C amcheck all make[2]: Entering directory '/build/postgresql-11.12/contrib/amcheck' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o verify_nbtree.o verify_nbtree.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/amcheck' make -C auth_delay all make[2]: Entering directory '/build/postgresql-11.12/contrib/auth_delay' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o auth_delay.o auth_delay.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o auth_delay.so auth_delay.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/auth_delay' make -C auto_explain all make[2]: Entering directory '/build/postgresql-11.12/contrib/auto_explain' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o auto_explain.o auto_explain.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/auto_explain' make -C bloom all make[2]: Entering directory '/build/postgresql-11.12/contrib/bloom' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blcost.o blcost.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blinsert.o blinsert.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blscan.o blscan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blutils.o blutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blvacuum.o blvacuum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o blvalidate.o blvalidate.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/bloom' make -C btree_gin all make[2]: Entering directory '/build/postgresql-11.12/contrib/btree_gin' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_gin.o btree_gin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/btree_gin' make -C btree_gist all make[2]: Entering directory '/build/postgresql-11.12/contrib/btree_gist' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_gist.o btree_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_int2.o btree_int2.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_int4.o btree_int4.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_int8.o btree_int8.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_float4.o btree_float4.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_float8.o btree_float8.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_cash.o btree_cash.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_oid.o btree_oid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_ts.o btree_ts.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_time.o btree_time.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_date.o btree_date.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_interval.o btree_interval.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_macaddr.o btree_macaddr.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_macaddr8.o btree_macaddr8.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_inet.o btree_inet.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_text.o btree_text.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_bytea.o btree_bytea.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_bit.o btree_bit.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_numeric.o btree_numeric.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_uuid.o btree_uuid.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btree_enum.o btree_enum.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o btree_gist.so btree_gist.o btree_utils_num.o btree_utils_var.o btree_int2.o btree_int4.o btree_int8.o btree_float4.o btree_float8.o btree_cash.o btree_oid.o btree_ts.o btree_time.o btree_date.o btree_interval.o btree_macaddr.o btree_macaddr8.o btree_inet.o btree_text.o btree_bytea.o btree_bit.o btree_numeric.o btree_uuid.o btree_enum.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm make[2]: Leaving directory '/build/postgresql-11.12/contrib/btree_gist' make -C citext all make[2]: Entering directory '/build/postgresql-11.12/contrib/citext' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o citext.o citext.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o citext.so citext.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/citext' make -C cube all make[2]: Entering directory '/build/postgresql-11.12/contrib/cube' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cube.o cube.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o cubeparse.o cubeparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm make[2]: Leaving directory '/build/postgresql-11.12/contrib/cube' make -C dblink all make[2]: Entering directory '/build/postgresql-11.12/contrib/dblink' make -C ../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dblink.o dblink.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/dblink' make -C dict_int all make[2]: Entering directory '/build/postgresql-11.12/contrib/dict_int' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_int.o dict_int.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/dict_int' make -C dict_xsyn all make[2]: Entering directory '/build/postgresql-11.12/contrib/dict_xsyn' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dict_xsyn.o dict_xsyn.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/dict_xsyn' make -C earthdistance all make[2]: Entering directory '/build/postgresql-11.12/contrib/earthdistance' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o earthdistance.o earthdistance.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm -shared -o earthdistance.so earthdistance.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/earthdistance' make -C file_fdw all make[2]: Entering directory '/build/postgresql-11.12/contrib/file_fdw' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o file_fdw.o file_fdw.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o file_fdw.so file_fdw.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/file_fdw' make -C fuzzystrmatch all make[2]: Entering directory '/build/postgresql-11.12/contrib/fuzzystrmatch' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fuzzystrmatch.o fuzzystrmatch.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o dmetaphone.o dmetaphone.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o fuzzystrmatch.so fuzzystrmatch.o dmetaphone.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/fuzzystrmatch' make -C hstore all make[2]: Entering directory '/build/postgresql-11.12/contrib/hstore' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hstore_io.o hstore_io.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hstore_op.o hstore_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hstore_gist.o hstore_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hstore_gin.o hstore_gin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hstore_compat.o hstore_compat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o hstore.so hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/hstore' make -C intagg all make[2]: Entering directory '/build/postgresql-11.12/contrib/intagg' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/contrib/intagg' make -C intarray all make[2]: Entering directory '/build/postgresql-11.12/contrib/intarray' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_bool.o _int_bool.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_gist.o _int_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_op.o _int_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_tool.o _int_tool.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _intbig_gist.o _intbig_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_gin.o _int_gin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _int_selfuncs.o _int_selfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o _int_selfuncs.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/intarray' make -C isn all make[2]: Entering directory '/build/postgresql-11.12/contrib/isn' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o isn.o isn.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o isn.so isn.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/isn' make -C lo all make[2]: Entering directory '/build/postgresql-11.12/contrib/lo' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lo.o lo.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o lo.so lo.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/lo' make -C ltree all make[2]: Entering directory '/build/postgresql-11.12/contrib/ltree' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ltree_io.o ltree_io.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ltree_op.o ltree_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o lquery_op.o lquery_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _ltree_op.o _ltree_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crc32.o crc32.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ltxtquery_io.o ltxtquery_io.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ltxtquery_op.o ltxtquery_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ltree_gist.o ltree_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o _ltree_gist.o _ltree_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o ltree.so ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/ltree' make -C oid2name all make[2]: Entering directory '/build/postgresql-11.12/contrib/oid2name' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o oid2name.o oid2name.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o oid2name make[2]: Leaving directory '/build/postgresql-11.12/contrib/oid2name' make -C pageinspect all make[2]: Entering directory '/build/postgresql-11.12/contrib/pageinspect' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o rawpage.o rawpage.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o heapfuncs.o heapfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o btreefuncs.o btreefuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o fsmfuncs.o fsmfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o brinfuncs.o brinfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o ginfuncs.o ginfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o hashfuncs.o hashfuncs.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pageinspect.so rawpage.o heapfuncs.o btreefuncs.o fsmfuncs.o brinfuncs.o ginfuncs.o hashfuncs.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pageinspect' make -C passwordcheck all make[2]: Entering directory '/build/postgresql-11.12/contrib/passwordcheck' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o passwordcheck.o passwordcheck.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/passwordcheck' make -C pg_buffercache all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_buffercache' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_buffercache_pages.o pg_buffercache_pages.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_buffercache' make -C pg_freespacemap all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_freespacemap' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_freespacemap.o pg_freespacemap.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_freespacemap' make -C pg_prewarm all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_prewarm' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_prewarm.o pg_prewarm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o autoprewarm.o autoprewarm.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_prewarm.so pg_prewarm.o autoprewarm.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_prewarm' make -C pg_standby all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_standby' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_standby.o pg_standby.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_standby make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_standby' make -C pg_stat_statements all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_stat_statements' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_stat_statements.o pg_stat_statements.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_stat_statements.so pg_stat_statements.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_stat_statements' make -C pg_trgm all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_trgm' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trgm_op.o trgm_op.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trgm_gist.o trgm_gist.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trgm_gin.o trgm_gin.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o trgm_regexp.o trgm_regexp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_trgm.so trgm_op.o trgm_gist.o trgm_gin.o trgm_regexp.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_trgm' make -C pgcrypto all make[2]: Entering directory '/build/postgresql-11.12/contrib/pgcrypto' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgcrypto.o pgcrypto.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o px.o px.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o px-hmac.o px-hmac.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o px-crypt.o px-crypt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crypt-gensalt.o crypt-gensalt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crypt-blowfish.o crypt-blowfish.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crypt-des.o crypt-des.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o crypt-md5.o crypt-md5.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o openssl.o openssl.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-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 -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o mbuf.o mbuf.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp.o pgp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-armor.o pgp-armor.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-cfb.o pgp-cfb.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-compress.o pgp-compress.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-decrypt.o pgp-decrypt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-encrypt.o pgp-encrypt.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-info.o pgp-info.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-mpi.o pgp-mpi.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-pubdec.o pgp-pubdec.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-pubenc.o pgp-pubenc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-pubkey.o pgp-pubkey.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-s2k.o pgp-s2k.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgp-pgsql.o pgp-pgsql.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pgcrypto.so pgcrypto.o px.o px-hmac.o px-crypt.o crypt-gensalt.o crypt-blowfish.o crypt-des.o crypt-md5.o openssl.o pgp-mpi-openssl.o mbuf.o pgp.o pgp-armor.o pgp-cfb.o pgp-compress.o pgp-decrypt.o pgp-encrypt.o pgp-info.o pgp-mpi.o pgp-pubdec.o pgp-pubenc.o pgp-pubkey.o pgp-s2k.o pgp-pgsql.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lcrypto -lz make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgcrypto' make -C pgrowlocks all make[2]: Entering directory '/build/postgresql-11.12/contrib/pgrowlocks' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgrowlocks.o pgrowlocks.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pgrowlocks.so pgrowlocks.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgrowlocks' make -C pgstattuple all make[2]: Entering directory '/build/postgresql-11.12/contrib/pgstattuple' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstattuple.o pgstattuple.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstatindex.o pgstatindex.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pgstatapprox.o pgstatapprox.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pgstattuple.so pgstattuple.o pgstatindex.o pgstatapprox.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgstattuple' make -C pg_visibility all make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_visibility' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o pg_visibility.o pg_visibility.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pg_visibility.so pg_visibility.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_visibility' make -C postgres_fdw all make[2]: Entering directory '/build/postgresql-11.12/contrib/postgres_fdw' make -C ../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o postgres_fdw.o postgres_fdw.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o option.o option.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o deparse.o deparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o connection.o connection.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o shippable.o shippable.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o postgres_fdw.so postgres_fdw.o option.o deparse.o connection.o shippable.o -L../../src/port -L../../src/common -L../../src/interfaces/libpq -lpq -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/postgres_fdw' make -C seg all make[2]: Entering directory '/build/postgresql-11.12/contrib/seg' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o seg.o seg.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o segparse.o segparse.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o seg.so seg.o segparse.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/seg' make -C spi all make[2]: Entering directory '/build/postgresql-11.12/contrib/spi' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/contrib/spi' make -C tablefunc all make[2]: Entering directory '/build/postgresql-11.12/contrib/tablefunc' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tablefunc.o tablefunc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm -shared -o tablefunc.so tablefunc.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/tablefunc' make -C tcn all make[2]: Entering directory '/build/postgresql-11.12/contrib/tcn' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tcn.o tcn.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o tcn.so tcn.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/tcn' make -C test_decoding all make[2]: Entering directory '/build/postgresql-11.12/contrib/test_decoding' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o test_decoding.o test_decoding.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -shared -o test_decoding.so test_decoding.o make[2]: Leaving directory '/build/postgresql-11.12/contrib/test_decoding' make -C tsm_system_rows all make[2]: Entering directory '/build/postgresql-11.12/contrib/tsm_system_rows' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsm_system_rows.o tsm_system_rows.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o tsm_system_rows.so tsm_system_rows.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/tsm_system_rows' make -C tsm_system_time all make[2]: Entering directory '/build/postgresql-11.12/contrib/tsm_system_time' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o tsm_system_time.o tsm_system_time.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o tsm_system_time.so tsm_system_time.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lm make[2]: Leaving directory '/build/postgresql-11.12/contrib/tsm_system_time' make -C unaccent all make[2]: Entering directory '/build/postgresql-11.12/contrib/unaccent' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o unaccent.o unaccent.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o unaccent.so unaccent.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags make[2]: Leaving directory '/build/postgresql-11.12/contrib/unaccent' make -C vacuumlo all make[2]: Entering directory '/build/postgresql-11.12/contrib/vacuumlo' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o vacuumlo.o vacuumlo.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 vacuumlo.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o vacuumlo make[2]: Leaving directory '/build/postgresql-11.12/contrib/vacuumlo' make -C sslinfo all make[2]: Entering directory '/build/postgresql-11.12/contrib/sslinfo' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o sslinfo.o sslinfo.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o sslinfo.so sslinfo.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lssl -lcrypto make[2]: Leaving directory '/build/postgresql-11.12/contrib/sslinfo' make -C uuid-ossp all make[2]: Entering directory '/build/postgresql-11.12/contrib/uuid-ossp' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -I../../contrib/pgcrypto -I. -I. -I../../src/include -I/nix/store/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o uuid-ossp.o uuid-ossp.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o uuid-ossp.so uuid-ossp.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -luuid make[2]: Leaving directory '/build/postgresql-11.12/contrib/uuid-ossp' make -C xml2 all make[2]: Entering directory '/build/postgresql-11.12/contrib/xml2' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xpath.o xpath.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -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/gn3qqpj4zi49pyjg5mf30aks07k49650-icu4c-69.1-dev/include -D_GNU_SOURCE -I/nix/store/1yfjzqywgdrllq3cxvr5b7bkaa12ana4-libxml2-2.9.12-dev/include/libxml2 -c -o xslt_proc.o xslt_proc.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -fPIC -shared -o pgxml.so xpath.o xslt_proc.o -L../../src/port -L../../src/common -L/nix/store/8di76dfd4zrw3bx1wkgcrqb0qi1nm012-libxml2-2.9.12/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib',--enable-new-dtags -lxml2 make[2]: Leaving directory '/build/postgresql-11.12/contrib/xml2' make[1]: Leaving directory '/build/postgresql-11.12/contrib' PostgreSQL, contrib, and documentation successfully made. Ready to install. @nix { "action": "setPhase", "phase": "checkPhase" } running tests check flags: -j2 -l2 SHELL=/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/bash VERBOSE=y check make -C ./src/backend generated-headers make[1]: Entering directory '/build/postgresql-11.12/src/backend' make -C catalog distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql-11.12/src/backend/catalog' make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql-11.12/src/backend/utils' make[1]: Leaving directory '/build/postgresql-11.12/src/backend' rm -rf '/build/postgresql-11.12'/tmp_install /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/build/postgresql-11.12'/tmp_install/log make -C '.' DESTDIR='/build/postgresql-11.12'/tmp_install install >'/build/postgresql-11.12'/tmp_install/log/install.log 2>&1 make -j1 -C src/test/regress checkprep >>'/build/postgresql-11.12'/tmp_install/log/install.log 2>&1 make -C src/test/regress check make[1]: Entering directory '/build/postgresql-11.12/src/test/regress' make -C ../../../src/port all make[2]: Entering directory '/build/postgresql-11.12/src/port' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[2]: Entering directory '/build/postgresql-11.12/src/common' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/src/common' rm -rf ./testtablespace mkdir ./testtablespace make -C ../../../contrib/spi make[2]: Entering directory '/build/postgresql-11.12/contrib/spi' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql-11.12/contrib/spi' PATH="/build/postgresql-11.12/tmp_install/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin:$PATH" LD_LIBRARY_PATH="/build/postgresql-11.12/tmp_install/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib" ../../../src/test/regress/pg_regress --temp-instance=./tmp_check --inputdir=. --bindir= --dlpath=. --max-concurrent-tests=20 --schedule=./parallel_schedule ============== creating temporary instance ============== ============== initializing database system ============== ============== starting postmaster ============== running on port 60860 with PID 26362 ============== creating database "regression" ============== CREATE DATABASE ALTER DATABASE ============== running regression test queries ============== test tablespace ... ok parallel group (20 tests): varchar char name oid boolean regproc float8 int4 pg_lsn money text bit float4 int2 txid uuid int8 enum numeric rangetypes boolean ... ok char ... ok name ... ok varchar ... ok text ... ok int2 ... ok int4 ... ok int8 ... ok oid ... ok float4 ... ok float8 ... ok bit ... ok numeric ... ok txid ... ok uuid ... ok enum ... ok money ... ok rangetypes ... ok pg_lsn ... ok regproc ... ok test strings ... ok test numerology ... ok parallel group (20 tests): reltime abstime time tstypes lseg line path macaddr8 circle tinterval point timetz inet box macaddr interval date polygon timestamp timestamptz point ... ok lseg ... ok line ... ok box ... ok path ... ok polygon ... ok circle ... ok date ... ok time ... ok timetz ... ok timestamp ... ok timestamptz ... ok interval ... ok abstime ... ok reltime ... ok tinterval ... ok inet ... ok macaddr ... ok macaddr8 ... ok tstypes ... ok parallel group (9 tests): expressions geometry comments misc_sanity oidjoins type_sanity horology opr_sanity regex geometry ... ok horology ... ok regex ... ok oidjoins ... ok type_sanity ... ok opr_sanity ... ok misc_sanity ... ok comments ... ok expressions ... ok test insert ... ok test insert_conflict ... ok test create_function_1 ... ok test create_type ... ok test create_table ... ok test create_function_2 ... ok parallel group (3 tests): copyselect copydml copy copy ... ok copyselect ... ok copydml ... ok parallel group (3 tests): create_procedure create_operator create_misc create_misc ... ok create_operator ... ok create_procedure ... ok parallel group (3 tests): index_including create_view create_index create_index ... ok create_view ... ok index_including ... ok parallel group (15 tests): create_am create_cast roleattributes create_function_3 hash_func drop_if_exists create_aggregate typed_table vacuum constraints rolenames create_table_like inherit updatable_views triggers create_aggregate ... ok create_function_3 ... ok create_cast ... ok constraints ... ok triggers ... ok inherit ... ok create_table_like ... ok typed_table ... ok vacuum ... ok drop_if_exists ... ok updatable_views ... ok rolenames ... ok roleattributes ... ok create_am ... ok hash_func ... ok test sanity_check ... ok test errors ... ok test select ... ok parallel group (20 tests): select_distinct_on delete random select_having namespace select_distinct case prepared_xacts select_implicit select_into btree_index transactions portals subselect union hash_index arrays aggregates update join select_into ... ok select_distinct ... ok select_distinct_on ... ok select_implicit ... ok select_having ... ok subselect ... ok union ... ok case ... ok join ... ok aggregates ... ok transactions ... ok random ... ok portals ... ok arrays ... ok btree_index ... ok hash_index ... ok update ... ok namespace ... ok prepared_xacts ... ok delete ... ok parallel group (17 tests): drop_operator init_privs security_label lock tablesample object_address password collate groupingsets replica_identity matview gin rowsecurity brin spgist privileges gist brin ... ok gin ... ok gist ... ok spgist ... ok privileges ... ok init_privs ... ok security_label ... ok collate ... ok matview ... ok lock ... ok replica_identity ... ok rowsecurity ... ok object_address ... ok tablesample ... ok groupingsets ... ok drop_operator ... ok password ... ok parallel group (11 tests): async dbsize tidscan alter_operator tsrf psql alter_generic misc misc_functions sysviews stats_ext alter_generic ... ok alter_operator ... ok misc ... ok psql ... ok async ... ok dbsize ... ok misc_functions ... ok sysviews ... ok tsrf ... ok tidscan ... ok stats_ext ... ok parallel group (3 tests): amutils psql_crosstab rules rules ... ok psql_crosstab ... ok amutils ... ok test select_parallel ... ok test write_parallel ... ok parallel group (2 tests): subscription publication publication ... ok subscription ... ok parallel group (20 tests): advisory_lock guc xmlmap json_encoding portals_p2 combocid tsdicts equivclass functional_deps dependency json select_views tsearch jsonb window cluster bitmapops indirect_toast foreign_data foreign_key select_views ... ok portals_p2 ... ok foreign_key ... ok cluster ... ok dependency ... ok guc ... ok bitmapops ... ok combocid ... ok tsearch ... ok tsdicts ... ok foreign_data ... ok window ... ok xmlmap ... ok functional_deps ... ok advisory_lock ... ok json ... ok jsonb ... ok json_encoding ... ok indirect_toast ... ok equivclass ... ok parallel group (19 tests): conversion prepare returning limit plancache without_oid sequence copy2 polymorphism temp truncate with rowtypes rangefuncs domain largeobject xml alter_table plpgsql plancache ... ok limit ... ok plpgsql ... ok copy2 ... ok temp ... ok domain ... ok rangefuncs ... ok prepare ... ok without_oid ... ok conversion ... ok truncate ... ok alter_table ... ok sequence ... ok polymorphism ... ok rowtypes ... ok returning ... ok largeobject ... ok with ... ok xml ... ok parallel group (7 tests): reloptions hash_part identity partition_join partition_aggregate indexing partition_prune identity ... ok partition_join ... ok partition_prune ... ok reloptions ... ok hash_part ... ok indexing ... ok partition_aggregate ... ok test event_trigger ... ok test fast_default ... ok test stats ... ok ============== shutting down postmaster ============== ============== removing temporary instance ============== ======================= All 189 tests passed. ======================= make[1]: Leaving directory '/build/postgresql-11.12/src/test/regress' @nix { "action": "setPhase", "phase": "installPhase" } installing install flags: SHELL=/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/bash install-world make -C ./src/backend generated-headers make[1]: Entering directory '/build/postgresql-11.12/src/backend' make -C catalog distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql-11.12/src/backend/catalog' make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql-11.12/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql-11.12/src/backend/utils' make[1]: Leaving directory '/build/postgresql-11.12/src/backend' make -C doc install make[1]: Entering directory '/build/postgresql-11.12/doc' make -C src install make[2]: Entering directory '/build/postgresql-11.12/doc/src' make -C sgml install make[3]: Entering directory '/build/postgresql-11.12/doc/src/sgml' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql'/html '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man'/man1 '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man'/man3 '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man'/man7 cp -R `for f in ./html; do test -r $f && echo $f && break; done` '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql' cp -R `for f in ./man1; do test -r $f && echo $f && break; done` `for f in ./man3; do test -r $f && echo $f && break; done` `for f in ./man7; do test -r $f && echo $f && break; done` '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man' make[3]: Leaving directory '/build/postgresql-11.12/doc/src/sgml' make[2]: Leaving directory '/build/postgresql-11.12/doc/src' make[1]: Leaving directory '/build/postgresql-11.12/doc' make -C src install make[1]: Entering directory '/build/postgresql-11.12/src' make -C common install make[2]: Entering directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpgcommon.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgcommon.a' make[2]: Leaving directory '/build/postgresql-11.12/src/common' make -C port install make[2]: Entering directory '/build/postgresql-11.12/src/port' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpgport.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgport.a' make[2]: Leaving directory '/build/postgresql-11.12/src/port' make -C timezone install make[2]: Entering directory '/build/postgresql-11.12/src/timezone' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' make -C tznames install make[3]: Entering directory '/build/postgresql-11.12/src/timezone/tznames' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./Africa.txt ./America.txt ./Antarctica.txt ./Asia.txt ./Atlantic.txt ./Australia.txt ./Etc.txt ./Europe.txt ./Indian.txt ./Pacific.txt '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./Default ./Australia ./India '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' make[3]: Leaving directory '/build/postgresql-11.12/src/timezone/tznames' make[2]: Leaving directory '/build/postgresql-11.12/src/timezone' make -C backend install make[2]: Entering directory '/build/postgresql-11.12/src/backend' make -C ../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' make -C catalog distprep generated-header-symlinks make[3]: Entering directory '/build/postgresql-11.12/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-11.12/src/backend/catalog' make -C utils distprep generated-header-symlinks make[3]: Entering directory '/build/postgresql-11.12/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-11.12/src/backend/utils' make -C access all make[3]: Entering directory '/build/postgresql-11.12/src/backend/access' make -C brin all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/brin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/brin' make -C common all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/common' make -C gin all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gin' make -C gist all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gist' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gist' make -C hash all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/hash' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/hash' make -C heap all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/heap' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/heap' make -C index all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/index' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/index' make -C nbtree all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/nbtree' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/nbtree' make -C rmgrdesc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/rmgrdesc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/rmgrdesc' make -C spgist all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/spgist' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/spgist' make -C tablesample all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/tablesample' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/tablesample' make -C transam all make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/transam' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/transam' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/access' make -C bootstrap all make[3]: Entering directory '/build/postgresql-11.12/src/backend/bootstrap' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/bootstrap' make -C catalog all make[3]: Entering directory '/build/postgresql-11.12/src/backend/catalog' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/catalog' make -C parser all make[3]: Entering directory '/build/postgresql-11.12/src/backend/parser' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/parser' make -C commands all make[3]: Entering directory '/build/postgresql-11.12/src/backend/commands' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/commands' make -C executor all make[3]: Entering directory '/build/postgresql-11.12/src/backend/executor' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/executor' make -C foreign all make[3]: Entering directory '/build/postgresql-11.12/src/backend/foreign' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/foreign' make -C lib all make[3]: Entering directory '/build/postgresql-11.12/src/backend/lib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/lib' make -C libpq all make[3]: Entering directory '/build/postgresql-11.12/src/backend/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/libpq' make -C main all make[3]: Entering directory '/build/postgresql-11.12/src/backend/main' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/main' make -C nodes all make[3]: Entering directory '/build/postgresql-11.12/src/backend/nodes' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/nodes' make -C optimizer all make[3]: Entering directory '/build/postgresql-11.12/src/backend/optimizer' make -C geqo all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/geqo' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/geqo' make -C path all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/path' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/path' make -C plan all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/plan' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/plan' make -C prep all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/prep' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/prep' make -C util all make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/util' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/util' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer' make -C partitioning all make[3]: Entering directory '/build/postgresql-11.12/src/backend/partitioning' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/partitioning' make -C port all make[3]: Entering directory '/build/postgresql-11.12/src/backend/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/port' make -C postmaster all make[3]: Entering directory '/build/postgresql-11.12/src/backend/postmaster' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/postmaster' make -C regex all make[3]: Entering directory '/build/postgresql-11.12/src/backend/regex' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/regex' make -C replication all make[3]: Entering directory '/build/postgresql-11.12/src/backend/replication' make -C logical all make[4]: Entering directory '/build/postgresql-11.12/src/backend/replication/logical' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/replication/logical' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/replication' make -C rewrite all make[3]: Entering directory '/build/postgresql-11.12/src/backend/rewrite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/rewrite' make -C statistics all make[3]: Entering directory '/build/postgresql-11.12/src/backend/statistics' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/statistics' make -C storage all make[3]: Entering directory '/build/postgresql-11.12/src/backend/storage' make -C buffer all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/buffer' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/buffer' make -C file all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/file' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/file' make -C freespace all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/freespace' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/freespace' make -C ipc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/ipc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/ipc' make -C large_object all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/large_object' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/large_object' make -C lmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/lmgr' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/lmgr' make -C page all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/page' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/page' make -C smgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/smgr' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/smgr' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/storage' make -C tcop all make[3]: Entering directory '/build/postgresql-11.12/src/backend/tcop' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tcop' make -C tsearch all make[3]: Entering directory '/build/postgresql-11.12/src/backend/tsearch' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tsearch' make -C utils all make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils' make -C adt all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/adt' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/adt' make -C cache all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/cache' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/cache' make -C error all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/error' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/error' make -C fmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/fmgr' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/fmgr' make -C hash all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/hash' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/hash' make -C init all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/init' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/init' make -C mb all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb' make -C misc all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/misc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/misc' make -C mmgr all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mmgr' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mmgr' make -C resowner all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/resowner' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/resowner' make -C sort all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/sort' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/sort' make -C time all make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/time' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/time' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils' make -C ../../src/timezone all make[3]: Entering directory '/build/postgresql-11.12/src/timezone' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/timezone' make -C jit all make[3]: Entering directory '/build/postgresql-11.12/src/backend/jit' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/jit' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c postgres '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/postgres' ln -s postgres '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/postmaster' make -C access install make[3]: Entering directory '/build/postgresql-11.12/src/backend/access' make -C brin install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/brin' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/brin' make -C common install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/common' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/common' make -C gin install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gin' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gin' make -C gist install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/gist' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/gist' make -C hash install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/hash' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/hash' make -C heap install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/heap' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/heap' make -C index install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/index' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/index' make -C nbtree install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/nbtree' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/nbtree' make -C rmgrdesc install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/rmgrdesc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/rmgrdesc' make -C spgist install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/spgist' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/spgist' make -C tablesample install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/tablesample' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/tablesample' make -C transam install make[4]: Entering directory '/build/postgresql-11.12/src/backend/access/transam' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/access/transam' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/access' make -C bootstrap install make[3]: Entering directory '/build/postgresql-11.12/src/backend/bootstrap' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/bootstrap' make -C catalog install make[3]: Entering directory '/build/postgresql-11.12/src/backend/catalog' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/catalog' make -C parser install make[3]: Entering directory '/build/postgresql-11.12/src/backend/parser' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/parser' make -C commands install make[3]: Entering directory '/build/postgresql-11.12/src/backend/commands' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/commands' make -C executor install make[3]: Entering directory '/build/postgresql-11.12/src/backend/executor' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/executor' make -C foreign install make[3]: Entering directory '/build/postgresql-11.12/src/backend/foreign' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/foreign' make -C lib install make[3]: Entering directory '/build/postgresql-11.12/src/backend/lib' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/lib' make -C libpq install make[3]: Entering directory '/build/postgresql-11.12/src/backend/libpq' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/libpq' make -C main install make[3]: Entering directory '/build/postgresql-11.12/src/backend/main' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/main' make -C nodes install make[3]: Entering directory '/build/postgresql-11.12/src/backend/nodes' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/nodes' make -C optimizer install make[3]: Entering directory '/build/postgresql-11.12/src/backend/optimizer' make -C geqo install make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/geqo' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/geqo' make -C path install make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/path' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/path' make -C plan install make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/plan' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/plan' make -C prep install make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/prep' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/prep' make -C util install make[4]: Entering directory '/build/postgresql-11.12/src/backend/optimizer/util' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer/util' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/optimizer' make -C partitioning install make[3]: Entering directory '/build/postgresql-11.12/src/backend/partitioning' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/partitioning' make -C port install make[3]: Entering directory '/build/postgresql-11.12/src/backend/port' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/port' make -C postmaster install make[3]: Entering directory '/build/postgresql-11.12/src/backend/postmaster' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/postmaster' make -C regex install make[3]: Entering directory '/build/postgresql-11.12/src/backend/regex' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/regex' make -C replication install make[3]: Entering directory '/build/postgresql-11.12/src/backend/replication' make -C logical install make[4]: Entering directory '/build/postgresql-11.12/src/backend/replication/logical' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/replication/logical' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/replication' make -C rewrite install make[3]: Entering directory '/build/postgresql-11.12/src/backend/rewrite' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/rewrite' make -C statistics install make[3]: Entering directory '/build/postgresql-11.12/src/backend/statistics' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/statistics' make -C storage install make[3]: Entering directory '/build/postgresql-11.12/src/backend/storage' make -C buffer install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/buffer' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/buffer' make -C file install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/file' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/file' make -C freespace install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/freespace' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/freespace' make -C ipc install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/ipc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/ipc' make -C large_object install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/large_object' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/large_object' make -C lmgr install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/lmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/lmgr' make -C page install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/page' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/page' make -C smgr install make[4]: Entering directory '/build/postgresql-11.12/src/backend/storage/smgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/storage/smgr' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/storage' make -C tcop install make[3]: Entering directory '/build/postgresql-11.12/src/backend/tcop' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tcop' make -C tsearch install make[3]: Entering directory '/build/postgresql-11.12/src/backend/tsearch' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tsearch' make -C utils install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils' make -C adt install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/adt' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/adt' make -C cache install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/cache' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/cache' make -C error install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/error' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/error' make -C fmgr install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/fmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/fmgr' make -C hash install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/hash' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/hash' make -C init install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/init' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/init' make -C mb install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb' make -C misc install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/misc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/misc' make -C mmgr install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/mmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mmgr' make -C resowner install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/resowner' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/resowner' make -C sort install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/sort' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/sort' make -C time install make[4]: Entering directory '/build/postgresql-11.12/src/backend/utils/time' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/build/postgresql-11.12/src/backend/utils/time' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils' make -C ../../src/timezone install make[3]: Entering directory '/build/postgresql-11.12/src/timezone' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' make -C tznames install make[4]: Entering directory '/build/postgresql-11.12/src/timezone/tznames' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./Africa.txt ./America.txt ./Antarctica.txt ./Asia.txt ./Atlantic.txt ./Australia.txt ./Etc.txt ./Europe.txt ./Indian.txt ./Pacific.txt '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./Default ./Australia ./India '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/timezonesets' make[4]: Leaving directory '/build/postgresql-11.12/src/timezone/tznames' make[3]: Leaving directory '/build/postgresql-11.12/src/timezone' make -C jit install make[3]: Entering directory '/build/postgresql-11.12/src/backend/jit' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/build/postgresql-11.12/src/backend/jit' make -C catalog install-data make[3]: Entering directory '/build/postgresql-11.12/src/backend/catalog' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 `for f in ./postgres.bki; do test -r $f && echo $f && break; done` '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/postgres.bki' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 `for f in ./postgres.description; do test -r $f && echo $f && break; done` '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/postgres.description' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 `for f in ./postgres.shdescription; do test -r $f && echo $f && break; done` '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/postgres.shdescription' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./system_views.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/system_views.sql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./information_schema.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/information_schema.sql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./sql_features.txt '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/sql_features.txt' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/catalog' make -C tsearch install-data make[3]: Entering directory '/build/postgresql-11.12/src/backend/tsearch' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dicts/synonym_sample.syn ./dicts/thesaurus_sample.ths ./dicts/hunspell_sample.affix ./dicts/ispell_sample.affix ./dicts/ispell_sample.dict ./dicts/hunspell_sample_long.affix ./dicts/hunspell_sample_long.dict ./dicts/hunspell_sample_num.affix ./dicts/hunspell_sample_num.dict '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data/' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/tsearch' make -C utils install-data make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./errcodes.txt '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/errcodes.txt' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq/pg_hba.conf.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/pg_hba.conf.sample' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq/pg_ident.conf.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/pg_ident.conf.sample' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./utils/misc/postgresql.conf.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/postgresql.conf.sample' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./access/transam/recovery.conf.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/recovery.conf.sample' make[2]: Leaving directory '/build/postgresql-11.12/src/backend' make -C backend/utils/mb/conversion_procs install make[2]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs' make -C ascii_and_mic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' make -C cyrillic_and_mic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' make -C euc_cn_and_mic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' make -C euc_jp_and_sjis installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' make -C euc_kr_and_mic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' make -C euc_tw_and_big5 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' make -C latin2_and_win1250 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' make -C latin_and_mic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' make -C utf8_and_ascii installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' make -C utf8_and_big5 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' make -C utf8_and_cyrillic installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' make -C utf8_and_euc_cn installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' make -C utf8_and_euc_jp installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' make -C utf8_and_euc_kr installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' make -C utf8_and_euc_tw installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' make -C utf8_and_gb18030 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' make -C utf8_and_gbk installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' make -C utf8_and_iso8859 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' make -C utf8_and_iso8859_1 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' make -C utf8_and_johab installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' make -C utf8_and_sjis installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' make -C utf8_and_win installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' make -C utf8_and_uhc installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' make -C utf8_and_euc2004 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' make -C utf8_and_sjis2004 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' make -C euc2004_sjis2004 installdirs make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' make -C ascii_and_mic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 ascii_and_mic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ascii_and_mic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/ascii_and_mic' make -C cyrillic_and_mic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 cyrillic_and_mic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cyrillic_and_mic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/cyrillic_and_mic' make -C euc_cn_and_mic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 euc_cn_and_mic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_cn_and_mic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_cn_and_mic' make -C euc_jp_and_sjis install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 euc_jp_and_sjis.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_jp_and_sjis.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis' make -C euc_kr_and_mic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 euc_kr_and_mic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_kr_and_mic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_kr_and_mic' make -C euc_tw_and_big5 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 euc_tw_and_big5.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_tw_and_big5.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc_tw_and_big5' make -C latin2_and_win1250 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 latin2_and_win1250.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin2_and_win1250.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin2_and_win1250' make -C latin_and_mic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 latin_and_mic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin_and_mic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/latin_and_mic' make -C utf8_and_ascii install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_ascii.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_ascii.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_ascii' make -C utf8_and_big5 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_big5.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_big5.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_big5' make -C utf8_and_cyrillic install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_cyrillic.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_cyrillic.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' make -C utf8_and_euc_cn install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_euc_cn.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_cn.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn' make -C utf8_and_euc_jp install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_euc_jp.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_jp.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp' make -C utf8_and_euc_kr install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_euc_kr.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_kr.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr' make -C utf8_and_euc_tw install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_euc_tw.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_tw.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw' make -C utf8_and_gb18030 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_gb18030.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gb18030.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' make -C utf8_and_gbk install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_gbk.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gbk.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_gbk' make -C utf8_and_iso8859 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_iso8859.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859' make -C utf8_and_iso8859_1 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_iso8859_1.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859_1.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1' make -C utf8_and_johab install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_johab.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_johab.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_johab' make -C utf8_and_sjis install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_sjis.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis' make -C utf8_and_win install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_win.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_win.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_win' make -C utf8_and_uhc install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_uhc.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_uhc.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_uhc' make -C utf8_and_euc2004 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_euc2004.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc2004.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_euc2004' make -C utf8_and_sjis2004 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 utf8_and_sjis2004.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis2004.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004' make -C euc2004_sjis2004 install make[3]: Entering directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 euc2004_sjis2004.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc2004_sjis2004.so' make[3]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs/euc2004_sjis2004' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 conversion_create.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' make[2]: Leaving directory '/build/postgresql-11.12/src/backend/utils/mb/conversion_procs' make -C backend/snowball install make[2]: Entering directory '/build/postgresql-11.12/src/backend/snowball' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 dict_snowball.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_snowball.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 snowball_create.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' make[2]: Leaving directory '/build/postgresql-11.12/src/backend/snowball' make -C include install make[2]: Entering directory '/build/postgresql-11.12/src/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/libpq' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/access '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/bootstrap '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/catalog '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/commands '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/common '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/datatype '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/executor '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/fe_utils '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/foreign '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/jit '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/lib '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/libpq '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/mb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/nodes '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/optimizer '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/parser '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/partitioning '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/postmaster '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/regex '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/replication '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/rewrite '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/statistics '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/storage '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/tcop '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/snowball '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/snowball/libstemmer '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/tsearch '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/tsearch/dicts '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/utils '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/atomics '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32 '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32_msvc '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32_msvc/sys '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32/arpa '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32/netinet '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/port/win32/sys '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/portability /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./postgres_ext.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq/libpq-fs.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config_ext.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config_os.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_config_manual.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./c.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./port.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./postgres_fe.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq/pqcomm.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config_ext.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 pg_config_os.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 utils/errcodes.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 utils/fmgroids.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 utils/fmgrprotos.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/utils' cp ./*.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/ for dir in access bootstrap catalog commands common datatype executor fe_utils foreign jit lib libpq mb nodes optimizer parser partitioning postmaster regex replication rewrite statistics storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/atomics port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ cp ./$dir/*.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/$dir/ || exit; \ done cd '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' && chmod 644 *.h for dir in access bootstrap catalog commands common datatype executor fe_utils foreign jit lib libpq mb nodes optimizer parser partitioning postmaster regex replication rewrite statistics storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/atomics port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ cd '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server'/$dir || exit; \ chmod 644 *.h || exit; \ done make[2]: Leaving directory '/build/postgresql-11.12/src/include' make -C interfaces install make[2]: Entering directory '/build/postgresql-11.12/src/interfaces' make -C libpq install make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 libpq.so.5.11 '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpq.so.5.11' cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libpq.so.5 && \ ln -s libpq.so.5.11 libpq.so.5 cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libpq.so && \ ln -s libpq.so.5.11 libpq.so /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpq.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpq.a' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpq.pc '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig/libpq.pc' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq-fe.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq-events.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./libpq-int.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pqexpbuffer.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/internal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_service.conf.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/pg_service.conf.sample' make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ecpg install make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg' make -C include install make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/include' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/informix/esql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./ecpgerrno.h ./ecpglib.h ./ecpgtype.h ./sqlca.h ./sql3types.h ./ecpg_informix.h ./pgtypes_error.h ./pgtypes_numeric.h ./pgtypes_timestamp.h ./pgtypes_date.h ./pgtypes_interval.h ./pgtypes.h ./sqlda.h ./sqlda-compat.h ./sqlda-native.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/informix/esql/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include' make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/include' make -C pgtypeslib install make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 libpgtypes.so.3.11 '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgtypes.so.3.11' cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libpgtypes.so.3 && \ ln -s libpgtypes.so.3.11 libpgtypes.so.3 cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libpgtypes.so && \ ln -s libpgtypes.so.3.11 libpgtypes.so /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpgtypes.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgtypes.a' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpgtypes.pc '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig/libpgtypes.pc' make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make -C ecpglib install make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 libecpg.so.6.11 '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.so.6.11' cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libecpg.so.6 && \ ln -s libecpg.so.6.11 libecpg.so.6 cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libecpg.so && \ ln -s libecpg.so.6.11 libecpg.so /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libecpg.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.a' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libecpg.pc '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig/libecpg.pc' make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C compatlib install make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/compatlib' make -C ../../../../src/interfaces/ecpg/ecpglib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make[6]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[6]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/pgtypeslib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 libecpg_compat.so.3.11 '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.so.3.11' cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libecpg_compat.so.3 && \ ln -s libecpg_compat.so.3.11 libecpg_compat.so.3 cd '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' && \ rm -f libecpg_compat.so && \ ln -s libecpg_compat.so.3.11 libecpg_compat.so /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libecpg_compat.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.a' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libecpg_compat.pc '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig/libecpg_compat.pc' make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/compatlib' make -C preproc install make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/ecpg/preproc' make -C ../../../../src/port all make[5]: Entering directory '/build/postgresql-11.12/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../../src/common all make[5]: Entering directory '/build/postgresql-11.12/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c ecpg '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg/preproc' make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/ecpg' make[2]: Leaving directory '/build/postgresql-11.12/src/interfaces' make -C backend/replication/libpqwalreceiver install make[2]: Entering directory '/build/postgresql-11.12/src/backend/replication/libpqwalreceiver' make -C ../../../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 libpqwalreceiver.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpqwalreceiver.so' make[2]: Leaving directory '/build/postgresql-11.12/src/backend/replication/libpqwalreceiver' make -C backend/replication/pgoutput install make[2]: Entering directory '/build/postgresql-11.12/src/backend/replication/pgoutput' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pgoutput.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgoutput.so' make[2]: Leaving directory '/build/postgresql-11.12/src/backend/replication/pgoutput' make -C fe_utils install make[2]: Entering directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 libpgfeutils.a '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgfeutils.a' make[2]: Leaving directory '/build/postgresql-11.12/src/fe_utils' make -C bin install make[2]: Entering directory '/build/postgresql-11.12/src/bin' make -C initdb install make[3]: Entering directory '/build/postgresql-11.12/src/bin/initdb' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c initdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/initdb' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/initdb' make -C pg_archivecleanup install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_archivecleanup' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_archivecleanup '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_archivecleanup' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_archivecleanup' make -C pg_basebackup install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_basebackup' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_basebackup '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_basebackup' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_receivewal '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_receivewal' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_recvlogical '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_recvlogical' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_basebackup' make -C pg_config install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_config' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_config '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_config' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_config' make -C pg_controldata install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_controldata' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_controldata '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_controldata' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_controldata' make -C pg_ctl install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_ctl' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_ctl '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_ctl' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_ctl' make -C pg_dump install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_dump' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_dump '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/pg_dump /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_restore '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/pg_restore /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_dumpall '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/pg_dumpall make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_dump' make -C pg_resetwal install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_resetwal' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_resetwal '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_resetwal' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_resetwal' make -C pg_rewind install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_rewind' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_rewind '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_rewind' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_rewind' make -C pg_test_fsync install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_test_fsync' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_test_fsync '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_fsync' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_test_fsync' make -C pg_test_timing install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_test_timing' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_test_timing '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_timing' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_test_timing' make -C pg_upgrade install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_upgrade' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_upgrade '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_upgrade' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_upgrade' make -C pg_verify_checksums install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_verify_checksums' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_verify_checksums '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_verify_checksums' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_verify_checksums' make -C pg_waldump install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pg_waldump' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_waldump '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_waldump' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pg_waldump' make -C pgbench install make[3]: Entering directory '/build/postgresql-11.12/src/bin/pgbench' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pgbench '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pgbench' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/pgbench' make -C psql install make[3]: Entering directory '/build/postgresql-11.12/src/bin/psql' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c psql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/psql' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./psqlrc.sample '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/psqlrc.sample' make[3]: Leaving directory '/build/postgresql-11.12/src/bin/psql' make -C scripts install make[3]: Entering directory '/build/postgresql-11.12/src/bin/scripts' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/port all make[4]: Entering directory '/build/postgresql-11.12/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[4]: Entering directory '/build/postgresql-11.12/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/build/postgresql-11.12/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql-11.12/src/fe_utils' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c createdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/createdb /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c dropdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/dropdb /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c createuser '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/createuser /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c dropuser '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/dropuser /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c clusterdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/clusterdb /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c vacuumdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/vacuumdb /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c reindexdb '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/reindexdb /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_isready '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin'/pg_isready make[3]: Leaving directory '/build/postgresql-11.12/src/bin/scripts' make[2]: Leaving directory '/build/postgresql-11.12/src/bin' make -C pl install make[2]: Entering directory '/build/postgresql-11.12/src/pl' make -C plpgsql install make[3]: Entering directory '/build/postgresql-11.12/src/pl/plpgsql' make -C src install make[4]: Entering directory '/build/postgresql-11.12/src/pl/plpgsql/src' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 plpgsql.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/plpgsql.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./plpgsql.control ./plpgsql--1.0.sql ./plpgsql--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 './plpgsql.h' '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server' make[4]: Leaving directory '/build/postgresql-11.12/src/pl/plpgsql/src' make[3]: Leaving directory '/build/postgresql-11.12/src/pl/plpgsql' make[2]: Leaving directory '/build/postgresql-11.12/src/pl' make -C makefiles install make[2]: Entering directory '/build/postgresql-11.12/src/makefiles' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/makefiles' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgxs.mk '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/makefiles/' make[2]: Leaving directory '/build/postgresql-11.12/src/makefiles' make -C test/regress install make[2]: Entering directory '/build/postgresql-11.12/src/test/regress' make -C ../../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' make -C ../../../contrib/spi make[3]: Entering directory '/build/postgresql-11.12/contrib/spi' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/contrib/spi' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/test/regress' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_regress '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/test/regress/pg_regress' make[2]: Leaving directory '/build/postgresql-11.12/src/test/regress' make -C test/isolation install make[2]: Entering directory '/build/postgresql-11.12/src/test/isolation' make -C ../../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' make -C ../../../src/port all make[3]: Entering directory '/build/postgresql-11.12/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/port' make -C ../../../src/common all make[3]: Entering directory '/build/postgresql-11.12/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/common' make[2]: Leaving directory '/build/postgresql-11.12/src/test/isolation' make -C test/perl install make[2]: Entering directory '/build/postgresql-11.12/src/test/perl' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/build/postgresql-11.12/src/test/perl' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 Makefile.global '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/Makefile.global' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 Makefile.port '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/Makefile.port' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./Makefile.shlib '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/Makefile.shlib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./nls-global.mk '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/src/nls-global.mk' make[1]: Leaving directory '/build/postgresql-11.12/src' make -C config install make[1]: Entering directory '/build/postgresql-11.12/config' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/config' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 ./install-sh '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/config/install-sh' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 ./missing '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs/config/missing' make[1]: Leaving directory '/build/postgresql-11.12/config' make -C contrib install make[1]: Entering directory '/build/postgresql-11.12/contrib' make -C adminpack install make[2]: Entering directory '/build/postgresql-11.12/contrib/adminpack' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 adminpack.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/adminpack.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./adminpack.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./adminpack--1.0.sql ./adminpack--1.0--1.1.sql ./adminpack--1.1--2.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/adminpack' make -C amcheck install make[2]: Entering directory '/build/postgresql-11.12/contrib/amcheck' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 amcheck.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/amcheck.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./amcheck.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./amcheck--1.0--1.1.sql ./amcheck--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/amcheck' make -C auth_delay install make[2]: Entering directory '/build/postgresql-11.12/contrib/auth_delay' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 auth_delay.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/auth_delay' make -C auto_explain install make[2]: Entering directory '/build/postgresql-11.12/contrib/auto_explain' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 auto_explain.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/auto_explain.so' make[2]: Leaving directory '/build/postgresql-11.12/contrib/auto_explain' make -C bloom install make[2]: Entering directory '/build/postgresql-11.12/contrib/bloom' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 bloom.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/bloom.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./bloom.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./bloom--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/bloom' make -C btree_gin install make[2]: Entering directory '/build/postgresql-11.12/contrib/btree_gin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 btree_gin.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gin.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./btree_gin.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./btree_gin--1.0.sql ./btree_gin--1.0--1.1.sql ./btree_gin--1.1--1.2.sql ./btree_gin--1.2--1.3.sql ./btree_gin--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/btree_gin' make -C btree_gist install make[2]: Entering directory '/build/postgresql-11.12/contrib/btree_gist' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 btree_gist.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gist.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./btree_gist.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./btree_gist--unpackaged--1.0.sql ./btree_gist--1.0--1.1.sql ./btree_gist--1.1--1.2.sql ./btree_gist--1.2.sql ./btree_gist--1.2--1.3.sql ./btree_gist--1.3--1.4.sql ./btree_gist--1.4--1.5.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/btree_gist' make -C citext install make[2]: Entering directory '/build/postgresql-11.12/contrib/citext' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./citext.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./citext--1.4.sql ./citext--1.4--1.5.sql ./citext--1.3--1.4.sql ./citext--1.2--1.3.sql ./citext--1.1--1.2.sql ./citext--1.0--1.1.sql ./citext--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 citext.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/citext' make -C cube install make[2]: Entering directory '/build/postgresql-11.12/contrib/cube' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 cube.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cube.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./cube.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./cube--1.2.sql ./cube--1.2--1.3.sql ./cube--1.3--1.4.sql ./cube--1.1--1.2.sql ./cube--1.0--1.1.sql ./cube--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/cube/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./cubedata.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/cube/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/cube' make -C dblink install make[2]: Entering directory '/build/postgresql-11.12/contrib/dblink' make -C ../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 dblink.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dblink.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dblink.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dblink--1.2.sql ./dblink--1.1--1.2.sql ./dblink--1.0--1.1.sql ./dblink--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/dblink' make -C dict_int install make[2]: Entering directory '/build/postgresql-11.12/contrib/dict_int' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 dict_int.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_int.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dict_int.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dict_int--1.0.sql ./dict_int--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/dict_int' make -C dict_xsyn install make[2]: Entering directory '/build/postgresql-11.12/contrib/dict_xsyn' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 dict_xsyn.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_xsyn.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dict_xsyn.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./dict_xsyn--1.0.sql ./dict_xsyn--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./xsyn_sample.rules '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/dict_xsyn' make -C earthdistance install make[2]: Entering directory '/build/postgresql-11.12/contrib/earthdistance' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./earthdistance.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./earthdistance--1.1.sql ./earthdistance--1.0--1.1.sql ./earthdistance--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 earthdistance.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/earthdistance' make -C file_fdw install make[2]: Entering directory '/build/postgresql-11.12/contrib/file_fdw' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./file_fdw.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./file_fdw--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 file_fdw.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/file_fdw' make -C fuzzystrmatch install make[2]: Entering directory '/build/postgresql-11.12/contrib/fuzzystrmatch' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 fuzzystrmatch.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/fuzzystrmatch.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./fuzzystrmatch.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./fuzzystrmatch--1.1.sql ./fuzzystrmatch--1.0--1.1.sql ./fuzzystrmatch--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/fuzzystrmatch' make -C hstore install make[2]: Entering directory '/build/postgresql-11.12/contrib/hstore' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 hstore.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/hstore.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./hstore.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./hstore--1.4.sql ./hstore--1.4--1.5.sql ./hstore--1.3--1.4.sql ./hstore--1.2--1.3.sql ./hstore--1.1--1.2.sql ./hstore--1.0--1.1.sql ./hstore--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/hstore/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./hstore.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/hstore/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/hstore' make -C intagg install make[2]: Entering directory '/build/postgresql-11.12/contrib/intagg' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./intagg.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./intagg--1.1.sql ./intagg--1.0--1.1.sql ./intagg--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/intagg' make -C intarray install make[2]: Entering directory '/build/postgresql-11.12/contrib/intarray' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 _int.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/_int.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./intarray.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./intarray--1.2.sql ./intarray--1.1--1.2.sql ./intarray--1.0--1.1.sql ./intarray--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/intarray' make -C isn install make[2]: Entering directory '/build/postgresql-11.12/contrib/isn' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./isn.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./isn--1.1.sql ./isn--1.1--1.2.sql ./isn--1.0--1.1.sql ./isn--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 isn.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/isn/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./isn.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/isn/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/isn' make -C lo install make[2]: Entering directory '/build/postgresql-11.12/contrib/lo' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./lo.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./lo--1.1.sql ./lo--1.0--1.1.sql ./lo--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 lo.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/lo' make -C ltree install make[2]: Entering directory '/build/postgresql-11.12/contrib/ltree' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 ltree.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ltree.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./ltree.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./ltree--1.1.sql ./ltree--1.0--1.1.sql ./ltree--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/ltree/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./ltree.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/ltree/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/ltree' make -C oid2name install make[2]: Entering directory '/build/postgresql-11.12/contrib/oid2name' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c oid2name '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' make[2]: Leaving directory '/build/postgresql-11.12/contrib/oid2name' make -C pageinspect install make[2]: Entering directory '/build/postgresql-11.12/contrib/pageinspect' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pageinspect.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pageinspect.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pageinspect.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pageinspect--1.6--1.7.sql ./pageinspect--1.5.sql ./pageinspect--1.5--1.6.sql ./pageinspect--1.4--1.5.sql ./pageinspect--1.3--1.4.sql ./pageinspect--1.2--1.3.sql ./pageinspect--1.1--1.2.sql ./pageinspect--1.0--1.1.sql ./pageinspect--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pageinspect' make -C passwordcheck install make[2]: Entering directory '/build/postgresql-11.12/contrib/passwordcheck' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 passwordcheck.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/passwordcheck.so' make[2]: Leaving directory '/build/postgresql-11.12/contrib/passwordcheck' make -C pg_buffercache install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_buffercache' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_buffercache.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_buffercache.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_buffercache.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_buffercache--1.2.sql ./pg_buffercache--1.2--1.3.sql ./pg_buffercache--1.1--1.2.sql ./pg_buffercache--1.0--1.1.sql ./pg_buffercache--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_buffercache' make -C pg_freespacemap install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_freespacemap' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_freespacemap.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_freespacemap.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_freespacemap.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_freespacemap--1.1.sql ./pg_freespacemap--1.1--1.2.sql ./pg_freespacemap--1.0--1.1.sql ./pg_freespacemap--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_freespacemap' make -C pg_prewarm install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_prewarm' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_prewarm.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_prewarm.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_prewarm.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_prewarm--1.1--1.2.sql ./pg_prewarm--1.1.sql ./pg_prewarm--1.0--1.1.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_prewarm' make -C pg_standby install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_standby' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c pg_standby '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_standby' make -C pg_stat_statements install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_stat_statements' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_stat_statements.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_stat_statements.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_stat_statements.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_stat_statements--1.4.sql ./pg_stat_statements--1.5--1.6.sql ./pg_stat_statements--1.4--1.5.sql ./pg_stat_statements--1.3--1.4.sql ./pg_stat_statements--1.2--1.3.sql ./pg_stat_statements--1.1--1.2.sql ./pg_stat_statements--1.0--1.1.sql ./pg_stat_statements--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_stat_statements' make -C pg_trgm install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_trgm' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_trgm.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_trgm.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_trgm.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_trgm--1.3--1.4.sql ./pg_trgm--1.3.sql ./pg_trgm--1.2--1.3.sql ./pg_trgm--1.1--1.2.sql ./pg_trgm--1.0--1.1.sql ./pg_trgm--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_trgm' make -C pgcrypto install make[2]: Entering directory '/build/postgresql-11.12/contrib/pgcrypto' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pgcrypto.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgcrypto.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgcrypto.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgcrypto--1.3.sql ./pgcrypto--1.2--1.3.sql ./pgcrypto--1.1--1.2.sql ./pgcrypto--1.0--1.1.sql ./pgcrypto--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgcrypto' make -C pgrowlocks install make[2]: Entering directory '/build/postgresql-11.12/contrib/pgrowlocks' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pgrowlocks.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgrowlocks.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgrowlocks.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgrowlocks--1.2.sql ./pgrowlocks--1.1--1.2.sql ./pgrowlocks--1.0--1.1.sql ./pgrowlocks--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgrowlocks' make -C pgstattuple install make[2]: Entering directory '/build/postgresql-11.12/contrib/pgstattuple' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pgstattuple.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgstattuple.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgstattuple.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pgstattuple--1.4.sql ./pgstattuple--1.4--1.5.sql ./pgstattuple--1.3--1.4.sql ./pgstattuple--1.2--1.3.sql ./pgstattuple--1.1--1.2.sql ./pgstattuple--1.0--1.1.sql ./pgstattuple--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pgstattuple' make -C pg_visibility install make[2]: Entering directory '/build/postgresql-11.12/contrib/pg_visibility' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pg_visibility.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_visibility.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_visibility.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./pg_visibility--1.1.sql ./pg_visibility--1.1--1.2.sql ./pg_visibility--1.0--1.1.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/pg_visibility' make -C postgres_fdw install make[2]: Entering directory '/build/postgresql-11.12/contrib/postgres_fdw' make -C ../../src/interfaces/libpq all make[3]: Entering directory '/build/postgresql-11.12/src/interfaces/libpq' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql-11.12/src/interfaces/libpq' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 postgres_fdw.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/postgres_fdw.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./postgres_fdw.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./postgres_fdw--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/postgres_fdw' make -C seg install make[2]: Entering directory '/build/postgresql-11.12/contrib/seg' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 seg.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/seg.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./seg.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./seg--1.1.sql ./seg--1.1--1.2.sql ./seg--1.2--1.3.sql ./seg--1.0--1.1.sql ./seg--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/seg/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./segdata.h '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/include/server/extension/seg/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/seg' make -C spi install make[2]: Entering directory '/build/postgresql-11.12/contrib/spi' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./autoinc.control ./insert_username.control ./moddatetime.control ./refint.control ./timetravel.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./autoinc--1.0.sql ./autoinc--unpackaged--1.0.sql ./insert_username--1.0.sql ./insert_username--unpackaged--1.0.sql ./moddatetime--1.0.sql ./moddatetime--unpackaged--1.0.sql ./refint--1.0.sql ./refint--unpackaged--1.0.sql ./timetravel--1.0.sql ./timetravel--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 autoinc.so insert_username.so moddatetime.so refint.so timetravel.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./autoinc.example ./insert_username.example ./moddatetime.example ./refint.example ./timetravel.example '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc//postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/spi' make -C tablefunc install make[2]: Entering directory '/build/postgresql-11.12/contrib/tablefunc' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tablefunc.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tablefunc--1.0.sql ./tablefunc--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 tablefunc.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/tablefunc' make -C tcn install make[2]: Entering directory '/build/postgresql-11.12/contrib/tcn' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tcn.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tcn--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 tcn.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/tcn' make -C test_decoding install make[2]: Entering directory '/build/postgresql-11.12/contrib/test_decoding' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 test_decoding.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/test_decoding' make -C tsm_system_rows install make[2]: Entering directory '/build/postgresql-11.12/contrib/tsm_system_rows' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 tsm_system_rows.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_rows.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tsm_system_rows.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tsm_system_rows--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/tsm_system_rows' make -C tsm_system_time install make[2]: Entering directory '/build/postgresql-11.12/contrib/tsm_system_time' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 tsm_system_time.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_time.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tsm_system_time.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./tsm_system_time--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/tsm_system_time' make -C unaccent install make[2]: Entering directory '/build/postgresql-11.12/contrib/unaccent' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 unaccent.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/unaccent.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./unaccent.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./unaccent--1.1.sql ./unaccent--1.0--1.1.sql ./unaccent--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./unaccent.rules '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/tsearch_data/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/unaccent' make -C vacuumlo install make[2]: Entering directory '/build/postgresql-11.12/contrib/vacuumlo' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c vacuumlo '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin' make[2]: Leaving directory '/build/postgresql-11.12/contrib/vacuumlo' make -C sslinfo install make[2]: Entering directory '/build/postgresql-11.12/contrib/sslinfo' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 sslinfo.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/sslinfo.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./sslinfo.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./sslinfo--1.2.sql ./sslinfo--1.1--1.2.sql ./sslinfo--1.0--1.1.sql ./sslinfo--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/sslinfo' make -C uuid-ossp install make[2]: Entering directory '/build/postgresql-11.12/contrib/uuid-ossp' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 uuid-ossp.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/uuid-ossp.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./uuid-ossp.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./uuid-ossp--1.1.sql ./uuid-ossp--1.0--1.1.sql ./uuid-ossp--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/uuid-ossp' make -C xml2 install make[2]: Entering directory '/build/postgresql-11.12/contrib/xml2' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/mkdir -p '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 755 pgxml.so '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxml.so' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./xml2.control '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' /nix/store/nvlnl2swxmk50x25mzn71rhc0gzpylfr-coreutils-8.32/bin/install -c -m 644 ./xml2--1.1.sql ./xml2--1.0--1.1.sql ./xml2--unpackaged--1.0.sql '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/postgresql/extension/' make[2]: Leaving directory '/build/postgresql-11.12/contrib/xml2' make[1]: Leaving directory '/build/postgresql-11.12/contrib' PostgreSQL, contrib, and documentation installation complete. Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxs to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgcommon.a to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libpgcommon.a rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgport.a to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libpgport.a rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.a to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.a rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.so to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.so rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.so.6 to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.so.6 rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg.so.6.11 to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.so.6.11 rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.a to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.a rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.so to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.so rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.so.3 to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.so.3 rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libecpg_compat.so.3.11 to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.so.3.11 rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty substituteStream(): WARNING: pattern '/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/ld' doesn't match anything in file '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs/src/Makefile.global' @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup Moving /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/doc to /nix/store/gmdmcalvwk8gj3lqd704wvjfr7r5gkrc-postgresql-11.12-doc/share/doc rmdir: failed to remove '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share': Directory not empty Moving /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share/man to /nix/store/909fadarxcmb4wfq7q0fd32gmayz5l73-postgresql-11.12-man/share/man rmdir: failed to remove '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/share': Directory not empty Moving /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pkgconfig to /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pkgconfig rmdir: failed to remove '/nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib': Directory not empty Patching '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pkgconfig/libecpg.pc' includedir to output /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 Patching '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pkgconfig/libecpg_compat.pc' includedir to output /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 Patching '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pkgconfig/libpgtypes.pc' includedir to output /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 Patching '/nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pkgconfig/libpq.pc' includedir to output /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.so.3.11 (build ID 2465e84cfd65d92fab1fa05517720c712f077172) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs/src/test/regress/pg_regress (build ID 7b13a46f1d77af5cb28f4d6d85a3c3b27d6b3b3e) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.so.6.11 (build ID 7c13ab3f7aa6dc0095b54f7c3424f0dca6981586) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/vacuumlo (build ID bbcb813509d908148571aa6aa6a02a56b6c6184f) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/vacuumdb (build ID 7ce69af8f3ff10ccc83ccc3429513da930f37133) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_restore (build ID 0019f1131d878646d27186603b25795037bbcb3d) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_controldata (build ID 5640addbe6124994522e418cdb4caa359aef9f57) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/reindexdb (build ID db648254191421421139de3ff3501b210e329298) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/oid2name (build ID 9fe7bb4d485b188a14e4b9e8cdab35ee5a3c3f4e) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pgbench (build ID fef8ab2e2dfd18a103939950d9e41695d3b11b2b) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_dump (build ID 7f3aae1e01b8b6167db743be74fcee1b51d9c3a2) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_recvlogical (build ID b67f8c97e7eb5edc77806c7701f4af84f8ff6402) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_timing (build ID 4b0da5e23d7b76c131a01a23ca669b232ca0e4f7) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/clusterdb (build ID c5889cb3d2a8c7c858c533f387ad863671431bfb) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_config (build ID 1c3af2d5af0d180ff53b0485eb1b08c9edfe8575) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_upgrade (build ID 17d613cd1b1366a8507fa23bc45fb30b81ab7e3b) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_isready (build ID 7de6afae88d6b2380618184a4918cf3bee012121) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/psql (build ID bda4ee69246762652644e54f59971e35b4f47044) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_archivecleanup (build ID e6ec202f47a9db16bdde27edd00856b387cf47f2) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_basebackup (build ID c5f625f8d3dcb69162f3daecf47f7eb06533849c) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_ctl (build ID 587a193d0c93da2cff48339c0770040fb79528ed) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/postgres (build ID 29f6edc37353aeb6ddec399c577e4d67143d9843) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/createdb (build ID e2cb1449f464336427f61363dcde0c73ce1d7bfd) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_dumpall (build ID 78529c5d88d498d08aa350d70f9db333703bfa6b) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_verify_checksums (build ID 4f40beda2e3065a0193bc74b57d61b14b97c3d6a) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_rewind (build ID dd4bcb8bc06494100b6ea2e412a9a48383c4b4a9) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_resetwal (build ID c5992c928d40d43684aa9f57ec9daacae0e8c03d) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/initdb (build ID 8e91b0fba06939ee8f38281f52d58f3da7963542) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_waldump (build ID 7dd62e1a291a1f15c9689a5a9ed6ea247a660abf) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_standby (build ID 4695675dc56c180b8af0a62e3e951a34ac44d108) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/dropuser (build ID d17c7cee557f2057ee99dd93195cbd7246458bbc) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/dropdb (build ID 0209efb851a3890ef58c71a69fb125e4c5c058d6) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/createuser (build ID c71e047b0c03d8df004a89979e2ac2c176de7c06) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/ecpg (build ID 58fa9ecb605dc5af10f65237822bd0bb4f1823a4) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_fsync (build ID 8f0149aa1c991d835bceac84405272dc97f23825) separating debug info from /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_receivewal (build ID 481d284b519c66b3510f5939aef0f4d1028c4463) shrinking RPATHs of ELF executables and libraries in /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg_compat.so.3.11 shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs/src/test/regress/pg_regress shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/libecpg.so.6.11 shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/vacuumlo shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/vacuumdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_restore shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_controldata shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/reindexdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/oid2name shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pgbench shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_dump shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_recvlogical shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_timing shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/clusterdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_config shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_upgrade shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_isready shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/psql shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_archivecleanup shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_basebackup shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_ctl shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/postgres shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/createdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_dumpall shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_verify_checksums shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_rewind shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_resetwal shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/initdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_waldump shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_standby shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/dropuser shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/dropdb shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/createuser shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/ecpg shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_test_fsync shrinking /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/bin/pg_receivewal patching script interpreter paths in /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12 /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs/config/missing: interpreter directive changed from "#! /bin/sh" to "/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/sh" /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12/lib/pgxs/config/install-sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/b45zavallnsvqwjs9wg9xw167jcs0935-bash-4.4-p23/bin/sh" checking for references to /build/ in /nix/store/vvpzjvx3p2jdgrcmyn6nx15clgmf2qix-postgresql-11.12... separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgtypes.so.3.11 (build ID 961b8bac99be40d02c240ff1642f991c33517954) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin_and_mic.so (build ID 4e4dce3b657670f0cc57dd240872321d34a8f7ba) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/fuzzystrmatch.so (build ID 99f5cc89f446eeaade15559d7fe832f4dfdf05d8) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_time.so (build ID 75d349f727d72682620f5d56107e48f6177df378) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_big5.so (build ID 5b27667ec888420ccb92f42a2d9c3b83f0414ba9) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gist.so (build ID d0d63d116d29e93314ec6dacf9f9415934bff7cd) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_trgm.so (build ID 0346fbc44247d25d516e3ff1c8cf84bea699e0a3) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gb18030.so (build ID 8bde493e3e15ee6d01831fdb175c86100382ada7) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_prewarm.so (build ID 0302ed78ffca91f2869a42e5fca04ec0f239bbeb) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgcrypto.so (build ID d6f882d8b7de62775645bf4f96f2a8656b164f74) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpqwalreceiver.so (build ID cf116f5c98afbf7618cdadecca6b544232f2377f) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/hstore.so (build ID be117e2d3a6ffb70924b7c2a9652da630a9f54dc) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgoutput.so (build ID 3192af89ee32260df6495c302932e75e281784f7) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/auth_delay.so (build ID 954128626c642709d3085e7aaa244cfd60e52406) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cyrillic_and_mic.so (build ID 18aea98d72838ae25579b096aa27c5e8290a1460) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/earthdistance.so (build ID 31e498383e53deca48f8ce6a98e364ba63a2a177) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/seg.so (build ID e3893a6931a8a356650fd5f6c47747279b6351b0) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tablefunc.so (build ID adeb8309d0b3699a556ef467b33e01c718839514) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_jp.so (build ID 9a0e73a3e38363ea0409eb353b5f9be5c4f2fc49) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/lo.so (build ID 5a642d0cd30ff96fb1b3f75acd9c95df4191f1e9) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/refint.so (build ID 5f4b93dfee1f9dc692b0c622e48b37cde5a47c1c) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/bloom.so (build ID 84e7afac9d68db30d5e26cb3548f7116516d2715) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/test_decoding.so (build ID cea9c19efb8af49e0a799b0045eebc1f5cd4a52c) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/timetravel.so (build ID dffdf27839401096e58229163dd14acd8d9704b2) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxml.so (build ID aa197d18e684eb03ab1d0f58f173cc0be57678dc) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/autoinc.so (build ID 0a9e46f83ac71e09fb09806e8a7be4f9c5f5a5c0) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgstattuple.so (build ID 552dc1980dd42b53036be51d5477cc4f8561fce8) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/amcheck.so (build ID c168ea4b7ad2311bcd63944dae35d8be17ae8e07) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_int.so (build ID 0239fd58e1363ff86eb007162d7f58036dd00b50) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_kr.so (build ID 4db2ff8920e8e08baee91028e394109d9b58a910) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gbk.so (build ID 638d9993d771862212dd2a002f48bc3eca6229ec) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/isn.so (build ID 11d014f1387fd3ed3a942078dc3755f69bd4832e) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_rows.so (build ID b74b8782bb44279694f344393b1de71981be827b) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpq.so.5.11 (build ID c2309864d9cff070f967c9a00706dcdb96465dbb) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgrowlocks.so (build ID 46c3bfea65782bbe98af6a814c75f9bb7f78c993) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_freespacemap.so (build ID 6f4f7cd114248c9f091ba939251a733a70dcb3f4) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc2004_sjis2004.so (build ID 6bca7e520bc7e8957404158907aa3ac11efbf58d) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/postgres_fdw.so (build ID 245402bc030b26ef9e690a44877c0de3141310e6) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_tw_and_big5.so (build ID 6bc6f34e10d5a6ed142c1ba8ee2108132df66d0a) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/insert_username.so (build ID d74a1653e3a7f3f3862adfa6b49ab0adae0aa349) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dblink.so (build ID 85d7af7be711e7de41d490bab9dfd5dbbf27dd3a) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_buffercache.so (build ID 84dc08ef9875aed95ebb658fc5c818d93bfa038d) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_jp_and_sjis.so (build ID 5254ad1d2104d9b8ea59c7f4ba1f9926e14d8a92) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ltree.so (build ID 6a9eb871d509fdef9e1e1e7082fe71aff8cd87ba) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/citext.so (build ID 6b6d17791a053e1cd0be7e86e1e8f6d59721926e) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/passwordcheck.so (build ID e94cd5c481f904a9b95e22379d0eb4ac1acfe13f) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/adminpack.so (build ID 95fbf55c86178cc848164043c82c5f469e016970) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tcn.so (build ID f35e2076f56f111f952772e332cc96cd5f54a67a) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis.so (build ID 361a9cd9235b9ac9ac47ed572b90b69643e90b1c) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_stat_statements.so (build ID d92e9320194e3d19c18c9c7a0a2954792241685e) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin2_and_win1250.so (build ID de11d89a45fc414c138a8cacd1bd76e23fdc3e92) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_win.so (build ID ab4c4e251bd8a8c874b384f4f55041b94c63dfb4) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pageinspect.so (build ID 9c55ebe63a2cea06eeb159e1deac32cadff046b4) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ascii_and_mic.so (build ID b05eeee0b41b4d342aa325632c76062a47780ef3) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/sslinfo.so (build ID 897f7ca2b265be5a95a11f92b098cd8ea95ec0e9) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_cn_and_mic.so (build ID b148e513fa580c48aa14913fb315ac58d77b026d) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_johab.so (build ID 323072134c3e77614a5790581852daa0376ae83e) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_visibility.so (build ID 3283ed388dbacc74be00037aa0600f34dc1dc52b) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gin.so (build ID 46db16440af1033d23a30e533bc5c35b862059e0) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_snowball.so (build ID 0dd903101b610750df304122591ffc3d17b1bea1) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859_1.so (build ID c9ea3499aa2d310b1502aa46e1b35398ec92a3d7) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_uhc.so (build ID 31a52d963ef3c7a2a45e3f8f35569e784faecd37) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_tw.so (build ID d0ecf3b49688e268c912f1b125579aa05f124bd3) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_kr_and_mic.so (build ID e0b68620e8b589dd09a9b6d5fa84b13ca85d81a5) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/uuid-ossp.so (build ID e68ba11ad14967ade86d0fa9bd48c46e3b3e56b4) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc2004.so (build ID 658adfffd64dfa70b0623678579e9dfbd63bebd5) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/unaccent.so (build ID 25c61b752a9f3047d05ebad84329ae4a969bf581) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cube.so (build ID e95cf56f012fbd246eec0d16b602767b19e7c718) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_ascii.so (build ID d7d8677666f6c03086fbea2f713d43f6474a8acb) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/moddatetime.so (build ID d4b6a11a290a1a6de010b31001073f64bc71575d) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_cn.so (build ID 95b778852948b35ece5539a2a469e54741b908fe) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/_int.so (build ID 88b5d332e922fc34099966803944de8396916c7e) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/plpgsql.so (build ID ab250f3588d49ec6de361b16b6803fc6ed5d0516) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/file_fdw.so (build ID 9325cc96ea4971daa19a26c73103975ee5b372d2) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/auto_explain.so (build ID 6b17a358fc78a436f3b209168a7ff61c206b80d9) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis2004.so (build ID f978173b517f4c1f077b570939fbff5f5119de84) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859.so (build ID 8edb51e4a764659675a8b079e66dc8158a458a67) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_xsyn.so (build ID ec5e027936496e2076fd118acbad57b8abf4c464) separating debug info from /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_cyrillic.so (build ID 5aa30271e2237f15bf9f40c75270be4ba3ca3ed2) shrinking RPATHs of ELF executables and libraries in /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpgtypes.so.3.11 shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin_and_mic.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/fuzzystrmatch.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_time.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_big5.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gist.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_trgm.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gb18030.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_prewarm.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgcrypto.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpqwalreceiver.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/hstore.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgoutput.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/auth_delay.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cyrillic_and_mic.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/earthdistance.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/seg.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tablefunc.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_jp.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/lo.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/refint.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/bloom.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/test_decoding.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/timetravel.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgxml.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/autoinc.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgstattuple.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/amcheck.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_int.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_kr.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_gbk.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/isn.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tsm_system_rows.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/libpq.so.5.11 shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pgrowlocks.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_freespacemap.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc2004_sjis2004.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/postgres_fdw.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_tw_and_big5.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/insert_username.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dblink.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_buffercache.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_jp_and_sjis.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ltree.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/citext.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/passwordcheck.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/adminpack.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/tcn.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_stat_statements.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/latin2_and_win1250.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_win.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pageinspect.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/ascii_and_mic.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/sslinfo.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_cn_and_mic.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_johab.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/pg_visibility.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/btree_gin.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_snowball.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859_1.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_uhc.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_tw.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/euc_kr_and_mic.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/uuid-ossp.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc2004.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/unaccent.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/cube.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_ascii.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/moddatetime.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_euc_cn.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/_int.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/plpgsql.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/file_fdw.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/auto_explain.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_sjis2004.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_iso8859.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/dict_xsyn.so shrinking /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib/lib/utf8_and_cyrillic.so patching script interpreter paths in /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib checking for references to /build/ in /nix/store/jbzwmks7wiin9nblrj9vspk8ffqhiaf0-postgresql-11.12-lib... shrinking RPATHs of ELF executables and libraries in /nix/store/gmdmcalvwk8gj3lqd704wvjfr7r5gkrc-postgresql-11.12-doc patching script interpreter paths in /nix/store/gmdmcalvwk8gj3lqd704wvjfr7r5gkrc-postgresql-11.12-doc checking for references to /build/ in /nix/store/gmdmcalvwk8gj3lqd704wvjfr7r5gkrc-postgresql-11.12-doc... shrinking RPATHs of ELF executables and libraries in /nix/store/909fadarxcmb4wfq7q0fd32gmayz5l73-postgresql-11.12-man gzipping man pages under /nix/store/909fadarxcmb4wfq7q0fd32gmayz5l73-postgresql-11.12-man/share/man/ patching script interpreter paths in /nix/store/909fadarxcmb4wfq7q0fd32gmayz5l73-postgresql-11.12-man checking for references to /build/ in /nix/store/909fadarxcmb4wfq7q0fd32gmayz5l73-postgresql-11.12-man... shrinking RPATHs of ELF executables and libraries in /nix/store/510y9v98x22q293djjp185aqw3didj7z-postgresql-11.12-debug patching script interpreter paths in /nix/store/510y9v98x22q293djjp185aqw3didj7z-postgresql-11.12-debug checking for references to /build/ in /nix/store/510y9v98x22q293djjp185aqw3didj7z-postgresql-11.12-debug...