Skip to content

Instantly share code, notes, and snippets.

@dbaynard
Last active October 4, 2023 22:13
Show Gist options
  • Save dbaynard/4af11b18b78573fe71eaf3921160548b to your computer and use it in GitHub Desktop.
Save dbaynard/4af11b18b78573fe71eaf3921160548b to your computer and use it in GitHub Desktop.
Build failures (and successes) for postgres extensions
> for i in 'age' 'apache_datasketches' 'cstore_fdw' 'jsonb_deep_sum' 'override' 'overrideDerivation' 'periods' 'pg_auto_failover' 'pg_bigm' 'pg_cron' 'pg_ed25519' 'pg_hint_plan' 'pg_hll' 'pg_ivm' 'pg_net' 'pg_partman' 'pg_rational' 'pg_relusage' 'pg_repack' 'pg_safeupdate' 'pg_similarity' 'pg_topn' 'pgaudit' 'pgjwt' 'pgroonga' 'pgrouting' 'pgsql-http' 'pgtap' 'pgvector' 'pipelinedb' 'plpgsql_check' 'plr' 'plv8' 'postgis' 'promscale_extension' 'recurseForDerivations' 'repmgr' 'rum' 'smlar' 'tds_fdw' 'temporal_tables' 'timescaledb' 'timescaledb-apache' 'timescaledb_toolkit' 'tsearch_extras' 'wal2json'; do
nix build -L "n#postgresql15Packages.${i}" && print -l -- "\nBuilt ${i} (15)\n"
nix build -L "n#postgresql16Packages.${i}" && print -l -- "\nBuilt ${i} (16)\n"
done
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘age-1.1.0-rc0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/age.nix:59 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘age-1.1.0-rc0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/age.nix:59 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built apache_datasketches (15)
apache_datasketches> unpacking sources
apache_datasketches> unpacking source archive /nix/store/p7rs5mbdgxbgm4apfxr9rrswx5a0w4a6-datasketches-postgresql
apache_datasketches> unpacking source archive /nix/store/g1mywh8fba0xfxcyx8b420vq7yj2fhz6-datasketches-cpp
apache_datasketches> source root is datasketches-postgresql
apache_datasketches> patching sources
apache_datasketches> updateAutotoolsGnuConfigScriptsPhase
apache_datasketches> configuring
apache_datasketches> no configure script, doing nothing
apache_datasketches> building
apache_datasketches> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/global_hooks.o src/global_hooks.c
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/base64.o src/base64.c
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/common.o src/common.c
apache_datasketches> src/common.c:45:39: warning: implicit declaration of function 'VARDATA' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> b64_decode(encoded, encoded_length, VARDATA(decoded));
apache_datasketches> ^
apache_datasketches> src/common.c:45:39: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
apache_datasketches> b64_decode(encoded, encoded_length, VARDATA(decoded));
apache_datasketches> ^~~~~~~~~~~~~~~~
apache_datasketches> src/base64.h:24:57: note: passing argument to parameter 'dst' here
apache_datasketches> void b64_decode(const char *src, unsigned srclen, char *dst);
apache_datasketches> ^
apache_datasketches> src/common.c:46:3: warning: implicit declaration of function 'SET_VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> SET_VARSIZE(decoded, VARHDRSZ + decoded_length);
apache_datasketches> ^
apache_datasketches> src/common.c:55:47: warning: implicit declaration of function 'VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> const unsigned encoded_length = b64_enc_len(VARSIZE(bytes) - VARHDRSZ);
apache_datasketches> ^
apache_datasketches> src/common.c:57:14: warning: implicit declaration of function 'VARDATA' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> b64_encode(VARDATA(bytes), VARSIZE(bytes) - VARHDRSZ, encoded);
apache_datasketches> ^
apache_datasketches> src/common.c:57:14: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
apache_datasketches> b64_encode(VARDATA(bytes), VARSIZE(bytes) - VARHDRSZ, encoded);
apache_datasketches> ^~~~~~~~~~~~~~
apache_datasketches> src/base64.h:23:29: note: passing argument to parameter 'src' here
apache_datasketches> void b64_encode(const char *src, unsigned srclen, char *dst);
apache_datasketches> ^
apache_datasketches> 6 warnings generated.
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_float_sketch_pg_functions.o src/kll_float_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_float_sketch_c_adapter.o src/kll_float_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_double_sketch_pg_functions.o src/kll_double_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_double_sketch_c_adapter.o src/kll_double_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/cpc_sketch_pg_functions.o src/cpc_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/cpc_sketch_c_adapter.o src/cpc_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/theta_sketch_pg_functions.o src/theta_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/theta_sketch_c_adapter.o src/theta_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/frequent_strings_sketch_pg_functions.o src/frequent_strings_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/frequent_strings_sketch_c_adapter.o src/frequent_strings_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll_sketch_pg_functions.o src/hll_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll_sketch_c_adapter.o src/hll_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/aod_sketch_pg_functions.o src/aod_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/aod_sketch_c_adapter.o src/aod_sketch_c_adapter.cpp
apache_datasketches> In file included from src/aod_sketch_c_adapter.cpp:34:
apache_datasketches> In file included from include/boost/math/distributions/students_t.hpp:16:
apache_datasketches> In file included from include/boost/math/special_functions/beta.hpp:13:
apache_datasketches> In file included from include/boost/math/special_functions/math_fwd.hpp:29:
apache_datasketches> In file included from include/boost/math/special_functions/detail/round_fwd.hpp:11:
apache_datasketches> include/boost/math/tools/config.hpp:23:6: warning: "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-W#warnings]
apache_datasketches> # warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)"
apache_datasketches> ^
apache_datasketches> 1 warning generated.
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/req_float_sketch_pg_functions.o src/req_float_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/req_float_sketch_c_adapter.o src/req_float_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/quantiles_double_sketch_pg_functions.o src/quantiles_double_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/quantiles_double_sketch_c_adapter.o src/quantiles_double_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o datasketches.dylib src/global_hooks.o src/base64.o src/common.o src/kll_float_sketch_pg_functions.o src/kll_float_sketch_c_adapter.o src/kll_double_sketch_pg_functions.o src/kll_double_sketch_c_adapter.o src/cpc_sketch_pg_functions.o src/cpc_sketch_c_adapter.o src/theta_sketch_pg_functions.o src/theta_sketch_c_adapter.o src/frequent_strings_sketch_pg_functions.o src/frequent_strings_sketch_c_adapter.o src/hll_sketch_pg_functions.o src/hll_sketch_c_adapter.o src/aod_sketch_pg_functions.o src/aod_sketch_c_adapter.o src/req_float_sketch_pg_functions.o src/req_float_sketch_c_adapter.o src/quantiles_double_sketch_pg_functions.o src/quantiles_double_sketch_c_adapter.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -lstdc++ -L/usr/local/lib -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
apache_datasketches> Undefined symbols for architecture arm64:
apache_datasketches> "_SET_VARSIZE", referenced from:
apache_datasketches> _pg_sketch_in in common.o
apache_datasketches> "_VARDATA", referenced from:
apache_datasketches> _pg_sketch_in in common.o
apache_datasketches> _pg_sketch_out in common.o
apache_datasketches> "_VARSIZE", referenced from:
apache_datasketches> _pg_sketch_out in common.o
apache_datasketches> ld: symbol(s) not found for architecture arm64
apache_datasketches> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
apache_datasketches> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: datasketches.dylib] Error 1
error: builder for '/nix/store/xh1xr5hgj21pf5d0i36jph3k1m5hwfda-apache_datasketches-1.6.0.drv' failed with exit code 2;
last 10 log lines:
> "_SET_VARSIZE", referenced from:
> _pg_sketch_in in common.o
> "_VARDATA", referenced from:
> _pg_sketch_in in common.o
> _pg_sketch_out in common.o
> "_VARSIZE", referenced from:
> _pg_sketch_out in common.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: datasketches.dylib] Error 1
For full logs, run 'nix log /nix/store/xh1xr5hgj21pf5d0i36jph3k1m5hwfda-apache_datasketches-1.6.0.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘cstore_fdw-unstable-2022-03-08’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/cstore_fdw.nix:27 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘cstore_fdw-unstable-2022-03-08’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/cstore_fdw.nix:27 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built jsonb_deep_sum (15)
jsonb_deep_sum-unstable> unpacking sources
jsonb_deep_sum-unstable> unpacking source archive /nix/store/jjbldn9y7p2j9b43m53n9w68q6qbp8xx-source
jsonb_deep_sum-unstable> source root is source
jsonb_deep_sum-unstable> patching sources
jsonb_deep_sum-unstable> updateAutotoolsGnuConfigScriptsPhase
jsonb_deep_sum-unstable> configuring
jsonb_deep_sum-unstable> no configure script, doing nothing
jsonb_deep_sum-unstable> building
jsonb_deep_sum-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
jsonb_deep_sum-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jsonb_deep_sum.o jsonb_deep_sum.c
jsonb_deep_sum-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden jsonb_deep_sum.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o jsonb_deep_sum.dylib
jsonb_deep_sum-unstable> installing
jsonb_deep_sum-unstable> cp: missing destination file operand after '/nix/store/5c2rni8hgdq0vz1slcb1xd1yjbs9qgb8-jsonb_deep_sum-unstable-2021-12-24/lib'
jsonb_deep_sum-unstable> Try 'cp --help' for more information.
error: builder for '/nix/store/dpw27ymd794b1pb5q7pba9qnfchjf67k-jsonb_deep_sum-unstable-2021-12-24.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jsonb_deep_sum.o jsonb_deep_sum.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden jsonb_deep_sum.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o jsonb_deep_sum.dylib
> installing
> cp: missing destination file operand after '/nix/store/5c2rni8hgdq0vz1slcb1xd1yjbs9qgb8-jsonb_deep_sum-unstable-2021-12-24/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/dpw27ymd794b1pb5q7pba9qnfchjf67k-jsonb_deep_sum-unstable-2021-12-24.drv'.
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.override' is not a derivation or path
error: flake 'flake:n' does not provide attribute 'packages.aarch64-darwin.postgresql16Packages.override', 'legacyPackages.aarch64-darwin.postgresql16Packages.override' or 'postgresql16Packages.override'
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.overrideDerivation' is not a derivation or path
error: flake 'flake:n' does not provide attribute 'packages.aarch64-darwin.postgresql16Packages.overrideDerivation', 'legacyPackages.aarch64-darwin.postgresql16Packages.overrideDerivation' or 'postgresql16Packages.overrideDerivation'
Built periods (15)
periods> unpacking sources
periods> unpacking source archive /nix/store/sj6d79qrnr4hnvwxzxvlbgkyslpw8ba1-source
periods> source root is source
periods> patching sources
periods> updateAutotoolsGnuConfigScriptsPhase
periods> configuring
periods> no configure script, doing nothing
periods> building
periods> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
periods> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o periods.o periods.c
periods> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden periods.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o periods.dylib
periods> installing
periods> install: missing file operand
periods> Try 'install --help' for more information.
error: builder for '/nix/store/n43kda13j0ryjwlsppl4391wcri12b77-periods-1.2.2.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o periods.o periods.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden periods.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o periods.dylib
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/n43kda13j0ryjwlsppl4391wcri12b77-periods-1.2.2.drv'.
Built pg_auto_failover (15)
pg_auto_failover> unpacking sources
pg_auto_failover> unpacking source archive /nix/store/8k41ciaj5fbhmhz46r84n7apswpxv7il-source
pg_auto_failover> source root is source
pg_auto_failover> patching sources
pg_auto_failover> updateAutotoolsGnuConfigScriptsPhase
pg_auto_failover> configuring
pg_auto_failover> no configure script, doing nothing
pg_auto_failover> building
pg_auto_failover> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_auto_failover> make -C src/monitor/ all
pg_auto_failover> make[1]: Entering directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o conninfo.o conninfo.c
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o formation_metadata.o formation_metadata.c
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o group_state_machine.o group_state_machine.c
pg_auto_failover> In file included from group_state_machine.c:24:
pg_auto_failover> ./version_compat.h:19:2: error: "Unknown or unsupported postgresql version"
pg_auto_failover> #error "Unknown or unsupported postgresql version"
pg_auto_failover> ^
pg_auto_failover> group_state_machine.c:2080:24: error: implicit declaration of function 'Abs' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
pg_auto_failover> int64 walDifference = Abs(otherNodeLsn - secondaryLsn);
pg_auto_failover> ^
pg_auto_failover> group_state_machine.c:2080:24: note: did you mean 'abs'?
pg_auto_failover> /nix/store/13070az7ny152x6lnbvjlpz1ds188fqx-libSystem-11.0.0/include/stdlib.h:132:6: note: 'abs' declared here
pg_auto_failover> int abs(int) __pure2;
pg_auto_failover> ^
pg_auto_failover> 2 errors generated.
pg_auto_failover> make[1]: *** [<builtin>: group_state_machine.o] Error 1
pg_auto_failover> make[1]: Leaving directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
pg_auto_failover> make: *** [Makefile:138: monitor] Error 2
error: builder for '/nix/store/yy4nk3by9pw2k20qdr9bgcc1r5347cqr-pg_auto_failover-2.0.drv' failed with exit code 2;
last 10 log lines:
> int64 walDifference = Abs(otherNodeLsn - secondaryLsn);
> ^
> group_state_machine.c:2080:24: note: did you mean 'abs'?
> /nix/store/13070az7ny152x6lnbvjlpz1ds188fqx-libSystem-11.0.0/include/stdlib.h:132:6: note: 'abs' declared here
> int abs(int) __pure2;
> ^
> 2 errors generated.
> make[1]: *** [<builtin>: group_state_machine.o] Error 1
> make[1]: Leaving directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
> make: *** [Makefile:138: monitor] Error 2
For full logs, run 'nix log /nix/store/yy4nk3by9pw2k20qdr9bgcc1r5347cqr-pg_auto_failover-2.0.drv'.
Built pg_bigm (15)
pg_bigm> unpacking sources
pg_bigm> unpacking source archive /nix/store/23c44q9biv9rmbxki845k9214fqinyb0-pg_bigm-1.2-20200228.tar.gz
pg_bigm> source root is pg_bigm-1.2-20200228
pg_bigm> setting SOURCE_DATE_EPOCH to timestamp 1582867881 of file pg_bigm-1.2-20200228/sql/pg_bigm_ja.sql
pg_bigm> patching sources
pg_bigm> updateAutotoolsGnuConfigScriptsPhase
pg_bigm> configuring
pg_bigm> no configure script, doing nothing
pg_bigm> building
pg_bigm> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
pg_bigm> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o bigm_op.o bigm_op.c
pg_bigm> bigm_op.c:62:2: warning: implicit declaration of function 'DefineCustomBoolVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomBoolVariable("pg_bigm.enable_recheck",
pg_bigm> ^
pg_bigm> bigm_op.c:68:9: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:74:2: warning: implicit declaration of function 'DefineCustomIntVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomIntVariable("pg_bigm.gin_key_limit",
pg_bigm> ^
pg_bigm> bigm_op.c:81:8: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:87:2: warning: implicit declaration of function 'DefineCustomRealVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomRealVariable("pg_bigm.similarity_limit",
pg_bigm> ^
pg_bigm> bigm_op.c:94:9: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:101:2: warning: implicit declaration of function 'DefineCustomStringVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomStringVariable("pg_bigm.last_update",
pg_bigm> ^
pg_bigm> bigm_op.c:107:11: error: use of undeclared identifier 'GUC_REPORT'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:107:24: error: use of undeclared identifier 'GUC_NOT_IN_SAMPLE'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:107:44: error: use of undeclared identifier 'GUC_DISALLOW_IN_FILE'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:106:11: error: use of undeclared identifier 'PGC_INTERNAL'
pg_bigm> PGC_INTERNAL,
pg_bigm> ^
pg_bigm> bigm_op.c:112:2: warning: implicit declaration of function 'EmitWarningsOnPlaceholders' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> EmitWarningsOnPlaceholders("pg_bigm");
pg_bigm> ^
pg_bigm> 5 warnings and 7 errors generated.
pg_bigm> make: *** [<builtin>: bigm_op.o] Error 1
error: builder for '/nix/store/fj2syd7r838b01wgizmf9r46iha9hq3i-pg_bigm-1.2-20200228.drv' failed with exit code 2;
last 10 log lines:
> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
> ^
> bigm_op.c:106:11: error: use of undeclared identifier 'PGC_INTERNAL'
> PGC_INTERNAL,
> ^
> bigm_op.c:112:2: warning: implicit declaration of function 'EmitWarningsOnPlaceholders' is invalid in C99 [-Wimplicit-function-declaration]
> EmitWarningsOnPlaceholders("pg_bigm");
> ^
> 5 warnings and 7 errors generated.
> make: *** [<builtin>: bigm_op.o] Error 1
For full logs, run 'nix log /nix/store/fj2syd7r838b01wgizmf9r46iha9hq3i-pg_bigm-1.2-20200228.drv'.
Built pg_cron (15)
pg_cron> unpacking sources
pg_cron> unpacking source archive /nix/store/fla3wcxikababm0z5gbfsyf92x1ph4r3-source
pg_cron> source root is source
pg_cron> patching sources
pg_cron> updateAutotoolsGnuConfigScriptsPhase
pg_cron> configuring
pg_cron> no configure script, doing nothing
pg_cron> building
pg_cron> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/entry.o src/entry.c
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/job_metadata.o src/job_metadata.c
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/misc.o src/misc.c
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_cron.o src/pg_cron.c
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/task_states.o src/task_states.c
pg_cron> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_cron.dylib src/entry.o src/job_metadata.o src/misc.o src/pg_cron.o src/task_states.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_cron> cat pg_cron.sql > pg_cron--1.0.sql
pg_cron> installing
pg_cron> cp: missing destination file operand after '/nix/store/jlf7srd7cjw31ccdfcrxghf75m8p1abb-pg_cron-1.6.0/lib'
pg_cron> Try 'cp --help' for more information.
error: builder for '/nix/store/b6khmzzja88f0pq4hvmlm0r3a5dhxryb-pg_cron-1.6.0.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/entry.o src/entry.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/job_metadata.o src/job_metadata.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/misc.o src/misc.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_cron.o src/pg_cron.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/task_states.o src/task_states.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_cron.dylib src/entry.o src/job_metadata.o src/misc.o src/pg_cron.o src/task_states.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> cat pg_cron.sql > pg_cron--1.0.sql
> installing
> cp: missing destination file operand after '/nix/store/jlf7srd7cjw31ccdfcrxghf75m8p1abb-pg_cron-1.6.0/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/b6khmzzja88f0pq4hvmlm0r3a5dhxryb-pg_cron-1.6.0.drv'.
Built pg_ed25519 (15)
pg_ed25519> unpacking sources
pg_ed25519> unpacking source archive /nix/store/zadl2v381cbxqpbrlx2bxj76rz0pfg0q-source
pg_ed25519> source root is source
pg_ed25519> patching sources
pg_ed25519> updateAutotoolsGnuConfigScriptsPhase
pg_ed25519> configuring
pg_ed25519> no configure script, doing nothing
pg_ed25519> building
pg_ed25519> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/fe.o src/ed25519/fe.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/ge.o src/ed25519/ge.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sc.o src/ed25519/sc.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sha512.o src/ed25519/sha512.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sign.o src/ed25519/sign.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/verify.o src/ed25519/verify.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_ed25519.o src/pg_ed25519.c
pg_ed25519> src/pg_ed25519.c:21:16: warning: implicit declaration of function 'VARSIZE_ANY_EXHDR' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> message_len = VARSIZE_ANY_EXHDR(message);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:36:2: warning: implicit declaration of function 'SET_VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> SET_VARSIZE(signature, ED25519_DIGEST_LENGTH + VARHDRSZ);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:38:33: warning: implicit declaration of function 'VARDATA_ANY' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> ed25519_sign((unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:38:15: warning: cast to 'unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> ed25519_sign((unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:39:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(message),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:41:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(public_key),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:42:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(private_key));
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:60:16: warning: implicit declaration of function 'VARSIZE_ANY_EXHDR' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> message_len = VARSIZE_ANY_EXHDR(message);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:74:47: warning: implicit declaration of function 'VARDATA_ANY' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> res = ed25519_verify((const unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:74:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> res = ed25519_verify((const unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:75:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(message),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:77:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(public_key));
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> 12 warnings generated.
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_ed25519.dylib src/ed25519/fe.o src/ed25519/ge.o src/ed25519/sc.o src/ed25519/sha512.o src/ed25519/sign.o src/ed25519/verify.o src/pg_ed25519.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_ed25519> Undefined symbols for architecture arm64:
pg_ed25519> "_SET_VARSIZE", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> "_VARDATA_ANY", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> _pg_verify in pg_ed25519.o
pg_ed25519> "_VARSIZE_ANY_EXHDR", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> _pg_verify in pg_ed25519.o
pg_ed25519> ld: symbol(s) not found for architecture arm64
pg_ed25519> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
pg_ed25519> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: pg_ed25519.dylib] Error 1
error: builder for '/nix/store/xiyify4fwmp7drnavaffq43s0dvvgdzr-pg_ed25519-0.2.drv' failed with exit code 2;
last 10 log lines:
> _pg_sign in pg_ed25519.o
> "_VARDATA_ANY", referenced from:
> _pg_sign in pg_ed25519.o
> _pg_verify in pg_ed25519.o
> "_VARSIZE_ANY_EXHDR", referenced from:
> _pg_sign in pg_ed25519.o
> _pg_verify in pg_ed25519.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: pg_ed25519.dylib] Error 1
For full logs, run 'nix log /nix/store/xiyify4fwmp7drnavaffq43s0dvvgdzr-pg_ed25519-0.2.drv'.
Built pg_hint_plan (15)
pg_hint_plan> unpacking sources
pg_hint_plan> unpacking source archive /nix/store/4mccjs13v9bh2b8qjglzjkk2briiri37-source
pg_hint_plan> source root is source
pg_hint_plan> patching sources
pg_hint_plan> updateAutotoolsGnuConfigScriptsPhase
pg_hint_plan> configuring
pg_hint_plan> no configure script, doing nothing
pg_hint_plan> building
pg_hint_plan> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_hint_plan> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_hint_plan.o pg_hint_plan.c
pg_hint_plan> pg_hint_plan.c:2881:32: error: too many arguments to function call, expected single argument 'query', have 2 arguments
pg_hint_plan> jstate = JumbleQuery(query, query_str);
pg_hint_plan> ~~~~~~~~~~~ ^~~~~~~~~
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/nodes/queryjumble.h:67:21: note: 'JumbleQuery' declared here
pg_hint_plan> extern JumbleState *JumbleQuery(Query *query);
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4890:
pg_hint_plan> ./core.c:212:13: error: too many arguments to function call, expected 5, have 6
pg_hint_plan> false);
pg_hint_plan> ^~~~~
pg_hint_plan> /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/resource-root/include/stdbool.h:17:15: note: expanded from macro 'false'
pg_hint_plan> #define false 0
pg_hint_plan> ^
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/paths.h:221:14: note: 'build_expression_pathkey' declared here
pg_hint_plan> extern List *build_expression_pathkey(PlannerInfo *root, Expr *expr,
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4890:
pg_hint_plan> ./core.c:1720:14: error: too many arguments to function call, expected 6, have 7
pg_hint_plan> child_sjinfo->jointype);
pg_hint_plan> ^~~~~~~~~~~~~~~~~~~~~~
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:338:20: note: 'build_child_join_rel' declared here
pg_hint_plan> extern RelOptInfo *build_child_join_rel(PlannerInfo *root,
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4895:
pg_hint_plan> ./make_join_rel.c:115:11: error: no member named 'delay_upper_joins' in 'struct SpecialJoinInfo'
pg_hint_plan> sjinfo->delay_upper_joins = false;
pg_hint_plan> ~~~~~~ ^
pg_hint_plan> ./make_join_rel.c:127:22: error: too few arguments to function call, expected 7, have 6
pg_hint_plan> &restrictlist);
pg_hint_plan> ^
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:309:20: note: 'build_join_rel' declared here
pg_hint_plan> extern RelOptInfo *build_join_rel(PlannerInfo *root,
pg_hint_plan> ^
pg_hint_plan> 5 errors generated.
pg_hint_plan> make: *** [<builtin>: pg_hint_plan.o] Error 1
error: builder for '/nix/store/gzc75zgs3y4wd4faahnac4rc20vkkkwf-pg_hint_plan-14-1.4.0.drv' failed with exit code 2;
last 10 log lines:
> sjinfo->delay_upper_joins = false;
> ~~~~~~ ^
> ./make_join_rel.c:127:22: error: too few arguments to function call, expected 7, have 6
> &restrictlist);
> ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:309:20: note: 'build_join_rel' declared here
> extern RelOptInfo *build_join_rel(PlannerInfo *root,
> ^
> 5 errors generated.
> make: *** [<builtin>: pg_hint_plan.o] Error 1
For full logs, run 'nix log /nix/store/gzc75zgs3y4wd4faahnac4rc20vkkkwf-pg_hint_plan-14-1.4.0.drv'.
Built pg_hll (15)
pg_hll> unpacking sources
pg_hll> unpacking source archive /nix/store/ngaglij2zk2y1lh1zvsjkggsq1wpri4f-source
pg_hll> source root is source
pg_hll> patching sources
pg_hll> updateAutotoolsGnuConfigScriptsPhase
pg_hll> configuring
pg_hll> no configure script, doing nothing
pg_hll> building
pg_hll> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_hll> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll.o src/hll.c
pg_hll> src/hll.c:145:12: error: static declaration of 'get_extension_schema' follows non-static declaration
pg_hll> static Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/extension.h:50:12: note: previous declaration is here
pg_hll> extern Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> src/hll.c:267:1: error: static declaration of 'get_extension_schema' follows non-static declaration
pg_hll> get_extension_schema(Oid ext_oid)
pg_hll> ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/extension.h:50:12: note: previous declaration is here
pg_hll> extern Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> src/hll.c:326:83: error: too few arguments to function call, expected 2, have 1
pg_hll> List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName);
pg_hll> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
pg_hll> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
pg_hll> ^
pg_hll> 3 errors generated.
pg_hll> make: *** [<builtin>: src/hll.o] Error 1
error: builder for '/nix/store/7amp1h5imba1k18msbqizfwiclphijv9-pg_hll-2.17.drv' failed with exit code 2;
last 10 log lines:
> extern Oid get_extension_schema(Oid ext_oid);
> ^
> src/hll.c:326:83: error: too few arguments to function call, expected 2, have 1
> List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName);
> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
> ^
> 3 errors generated.
> make: *** [<builtin>: src/hll.o] Error 1
For full logs, run 'nix log /nix/store/7amp1h5imba1k18msbqizfwiclphijv9-pg_hll-2.17.drv'.
Built pg_ivm (15)
pg_ivm> unpacking sources
pg_ivm> unpacking source archive /nix/store/pk1hp9n34697kifc83k3h0lb2crrjakj-source
pg_ivm> source root is source
pg_ivm> patching sources
pg_ivm> updateAutotoolsGnuConfigScriptsPhase
pg_ivm> configuring
pg_ivm> no configure script, doing nothing
pg_ivm> building
pg_ivm> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_ivm> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o createas.o createas.c
pg_ivm> createas.c:1344:9: error: no member named 'oldNode' in 'struct IndexStmt'
pg_ivm> index->oldNode = InvalidOid;
pg_ivm> ~~~~~ ^
pg_ivm> createas.c:1346:9: error: no member named 'oldFirstRelfilenodeSubid' in 'struct IndexStmt'; did you mean 'oldFirstRelfilelocatorSubid'?
pg_ivm> index->oldFirstRelfilenodeSubid = InvalidSubTransactionId;
pg_ivm> ^~~~~~~~~~~~~~~~~~~~~~~~
pg_ivm> oldFirstRelfilelocatorSubid
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/nodes/parsenodes.h:3196:19: note: 'oldFirstRelfilelocatorSubid' declared here
pg_ivm> SubTransactionId oldFirstRelfilelocatorSubid; /* rd_firstRelfilelocatorSubid
pg_ivm> ^
pg_ivm> createas.c:1463:40: error: too few arguments to function call, expected 11, have 10
pg_ivm> false, true, false, false, true);
pg_ivm> ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/defrem.h:27:22: note: 'DefineIndex' declared here
pg_ivm> extern ObjectAddress DefineIndex(Oid relationId,
pg_ivm> ^
pg_ivm> createas.c:1577:79: error: too few arguments to function call, expected 3, have 2
pg_ivm> TargetEntry *tle = (TargetEntry *) flatten_join_alias_vars(query, lfirst(lc));
pg_ivm> ~~~~~~~~~~~~~~~~~~~~~~~ ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/optimizer.h:200:14: note: 'flatten_join_alias_vars' declared here
pg_ivm> extern Node *flatten_join_alias_vars(PlannerInfo *root, Query *query, Node *node);
pg_ivm> ^
pg_ivm> createas.c:1599:71: error: too few arguments to function call, expected 3, have 2
pg_ivm> rels_in_from = get_relids_in_jointree((Node *) query->jointree, false);
pg_ivm> ~~~~~~~~~~~~~~~~~~~~~~ ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/prep.h:32:15: note: 'get_relids_in_jointree' declared here
pg_ivm> extern Relids get_relids_in_jointree(Node *jtnode, bool include_outer_joins,
pg_ivm> ^
pg_ivm> 5 errors generated.
pg_ivm> make: *** [<builtin>: createas.o] Error 1
error: builder for '/nix/store/lwwnm7qfib4cw3gbhzl93gdri2y36pl6-pg_ivm-1.6.drv' failed with exit code 2;
last 10 log lines:
> extern Node *flatten_join_alias_vars(PlannerInfo *root, Query *query, Node *node);
> ^
> createas.c:1599:71: error: too few arguments to function call, expected 3, have 2
> rels_in_from = get_relids_in_jointree((Node *) query->jointree, false);
> ~~~~~~~~~~~~~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/prep.h:32:15: note: 'get_relids_in_jointree' declared here
> extern Relids get_relids_in_jointree(Node *jtnode, bool include_outer_joins,
> ^
> 5 errors generated.
> make: *** [<builtin>: createas.o] Error 1
For full logs, run 'nix log /nix/store/lwwnm7qfib4cw3gbhzl93gdri2y36pl6-pg_ivm-1.6.drv'.
Built pg_net (15)
pg_net> unpacking sources
pg_net> unpacking source archive /nix/store/askix6mgqmqx0z74khw9vm206jgab8kh-source
pg_net> source root is source
pg_net> patching sources
pg_net> updateAutotoolsGnuConfigScriptsPhase
pg_net> configuring
pg_net> no configure script, doing nothing
pg_net> building
pg_net> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_net> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/worker.o src/worker.c
pg_net> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/util.o src/util.c
pg_net> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_net.dylib src/worker.o src/util.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -lcurl -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_net> cp sql/pg_net.sql sql/pg_net--0.7.sql
pg_net> installing
pg_net> cp: missing destination file operand after '/nix/store/7iaxnnviirfvizhakaz92ibp4gx9k84l-pg_net-0.7.2/lib'
pg_net> Try 'cp --help' for more information.
error: builder for '/nix/store/vlb0jhbzbf6rscmjxy5fynizfryjl2b3-pg_net-0.7.2.drv' failed with exit code 1;
last 10 log lines:
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/worker.o src/worker.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/util.o src/util.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_net.dylib src/worker.o src/util.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -lcurl -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> cp sql/pg_net.sql sql/pg_net--0.7.sql
> installing
> cp: missing destination file operand after '/nix/store/7iaxnnviirfvizhakaz92ibp4gx9k84l-pg_net-0.7.2/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/vlb0jhbzbf6rscmjxy5fynizfryjl2b3-pg_net-0.7.2.drv'.
Built pg_partman (15)
pg_partman> unpacking sources
pg_partman> unpacking source archive /nix/store/7scfakpb12id4sv920r0z0km8fz13c55-source
pg_partman> source root is source
pg_partman> patching sources
pg_partman> updateAutotoolsGnuConfigScriptsPhase
pg_partman> configuring
pg_partman> no configure script, doing nothing
pg_partman> building
pg_partman> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_partman> cat sql/types/types.sql sql/tables/tables.sql sql/functions/apply_cluster.sql sql/functions/apply_constraints.sql sql/functions/apply_foreign_keys.sql sql/functions/apply_privileges.sql sql/functions/apply_publications.sql sql/functions/autovacuum_off.sql sql/functions/autovacuum_reset.sql sql/functions/check_control_type.sql sql/functions/check_default.sql sql/functions/check_name_length.sql sql/functions/check_subpart_sameconfig.sql sql/functions/check_subpartition_limits.sql sql/functions/create_function_id.sql sql/functions/create_function_time.sql sql/functions/create_parent.sql sql/functions/create_partition_id.sql sql/functions/create_partition_time.sql sql/functions/create_sub_parent.sql sql/functions/create_trigger.sql sql/functions/drop_constraints.sql sql/functions/drop_partition_column.sql sql/functions/drop_partition_id.sql sql/functions/drop_partition_time.sql sql/functions/dump_partition_table_definition.sql sql/functions/inherit_template_properties.sql sql/functions/partition_data_id.sql sql/functions/partition_data_time.sql sql/functions/partition_gap_fill.sql sql/functions/reapply_privileges.sql sql/functions/run_maintenance.sql sql/functions/show_partition_info.sql sql/functions/show_partition_name.sql sql/functions/show_partitions.sql sql/functions/stop_sub_partition.sql sql/functions/undo_partition.sql sql/procedures/partition_data_proc.sql sql/procedures/reapply_constraints_proc.sql sql/procedures/run_analyze.sql sql/procedures/run_maintenance_proc.sql sql/procedures/undo_partition_proc.sql > sql/pg_partman--4.7.4.sql
pg_partman> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_partman_bgw.o src/pg_partman_bgw.c
pg_partman> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden src/pg_partman_bgw.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o src/pg_partman_bgw.dylib
pg_partman> installing
pg_partman> cp: missing destination file operand after '/nix/store/61ficzc2a932a0bw70p051bx97ixhhw4-pg_partman-4.7.4/lib'
pg_partman> Try 'cp --help' for more information.
error: builder for '/nix/store/1m8grl95rvhpx6h1zcv75pki0l3mql9s-pg_partman-4.7.4.drv' failed with exit code 1;
last 10 log lines:
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cat sql/types/types.sql sql/tables/tables.sql sql/functions/apply_cluster.sql sql/functions/apply_constraints.sql sql/functions/apply_foreign_keys.sql sql/functions/apply_privileges.sql sql/functions/apply_publications.sql sql/functions/autovacuum_off.sql sql/functions/autovacuum_reset.sql sql/functions/check_control_type.sql sql/functions/check_default.sql sql/functions/check_name_length.sql sql/functions/check_subpart_sameconfig.sql sql/functions/check_subpartition_limits.sql sql/functions/create_function_id.sql sql/functions/create_function_time.sql sql/functions/create_parent.sql sql/functions/create_partition_id.sql sql/functions/create_partition_time.sql sql/functions/create_sub_parent.sql sql/functions/create_trigger.sql sql/functions/drop_constraints.sql sql/functions/drop_partition_column.sql sql/functions/drop_partition_id.sql sql/functions/drop_partition_time.sql sql/functions/dump_partition_table_definition.sql sql/functions/inherit_template_properties.sql sql/functions/partition_data_id.sql sql/functions/partition_data_time.sql sql/functions/partition_gap_fill.sql sql/functions/reapply_privileges.sql sql/functions/run_maintenance.sql sql/functions/show_partition_info.sql sql/functions/show_partition_name.sql sql/functions/show_partitions.sql sql/functions/stop_sub_partition.sql sql/functions/undo_partition.sql sql/procedures/partition_data_proc.sql sql/procedures/reapply_constraints_proc.sql sql/procedures/run_analyze.sql sql/procedures/run_maintenance_proc.sql sql/procedures/undo_partition_proc.sql > sql/pg_partman--4.7.4.sql
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_partman_bgw.o src/pg_partman_bgw.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden src/pg_partman_bgw.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o src/pg_partman_bgw.dylib
> installing
> cp: missing destination file operand after '/nix/store/61ficzc2a932a0bw70p051bx97ixhhw4-pg_partman-4.7.4/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/1m8grl95rvhpx6h1zcv75pki0l3mql9s-pg_partman-4.7.4.drv'.
Built pg_rational (15)
pg_rational> unpacking sources
pg_rational> unpacking source archive /nix/store/14cv014zy619ilz319hm4gz51sljnx8q-source
pg_rational> source root is source
pg_rational> patching sources
pg_rational> updateAutotoolsGnuConfigScriptsPhase
pg_rational> configuring
pg_rational> no configure script, doing nothing
pg_rational> building
pg_rational> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_rational> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -Wextra -Wpedantic -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_rational.o pg_rational.c
pg_rational> In file included from pg_rational.c:2:
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/fmgr.h:487:1: warning: '_Static_assert' is a C11 extension [-Wc11-extensions]
pg_rational> StaticAssertDecl(sizeof(FMGR_ABI_EXTRA) <= sizeof(((Pg_magic_struct *) 0)->abi_extra),
pg_rational> ^
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/c.h:914:2: note: expanded from macro 'StaticAssertDecl'
pg_rational> _Static_assert(condition, errmessage)
pg_rational> ^
pg_rational> In file included from pg_rational.c:3:
pg_rational> In file included from /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/access/hash.h:21:
pg_rational> In file included from /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/access/itup.h:19:
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/storage/bufpage.h:325:33: warning: unused parameter 'page' [-Wunused-parameter]
pg_rational> PageValidateSpecialPointer(Page page)
pg_rational> ^
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/storage/bufpage.h:485:1: warning: '_Static_assert' is a C11 extension [-Wc11-extensions]
pg_rational> StaticAssertDecl(BLCKSZ == ((BLCKSZ / sizeof(size_t)) * sizeof(size_t)),
pg_rational> ^
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/c.h:914:2: note: expanded from macro 'StaticAssertDecl'
pg_rational> _Static_assert(condition, errmessage)
pg_rational> ^
pg_rational> In file included from pg_rational.c:3:
pg_rational> In file included from /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/access/hash.h:26:
pg_rational> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/storage/bufmgr.h:341:26: warning: unused parameter 'buffer' [-Wunused-parameter]
pg_rational> BufferGetPageSize(Buffer buffer)
pg_rational> ^
pg_rational> 4 warnings generated.
pg_rational> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden pg_rational.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o pg_rational.dylib
pg_rational> installing
pg_rational> cp: missing destination file operand after '/nix/store/gzyx05d575s5fzgp6yia89yhz7j383mp-pg_rational-0.0.2/lib'
pg_rational> Try 'cp --help' for more information.
error: builder for '/nix/store/c5xs3n7rnbs49357ib835r7d95y7l9mq-pg_rational-0.0.2.drv' failed with exit code 1;
last 10 log lines:
> In file included from pg_rational.c:3:
> In file included from /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/access/hash.h:26:
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/storage/bufmgr.h:341:26: warning: unused parameter 'buffer' [-Wunused-parameter]
> BufferGetPageSize(Buffer buffer)
> ^
> 4 warnings generated.
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden pg_rational.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o pg_rational.dylib
> installing
> cp: missing destination file operand after '/nix/store/gzyx05d575s5fzgp6yia89yhz7j383mp-pg_rational-0.0.2/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/c5xs3n7rnbs49357ib835r7d95y7l9mq-pg_rational-0.0.2.drv'.
Built pg_relusage (15)
pg_relusage> unpacking sources
pg_relusage> unpacking source archive /nix/store/4lr1kvz6m7c7rvprp99nasn99brxh6c3-source
pg_relusage> source root is source
pg_relusage> patching sources
pg_relusage> updateAutotoolsGnuConfigScriptsPhase
pg_relusage> configuring
pg_relusage> no configure script, doing nothing
pg_relusage> building
pg_relusage> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_relusage> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_relusage.o pg_relusage.c
pg_relusage> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden pg_relusage.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o pg_relusage.dylib
pg_relusage> installing
pg_relusage> install: missing file operand
pg_relusage> Try 'install --help' for more information.
error: builder for '/nix/store/vvaf5cc2jaz7hayska3bb3x7sc0f8hsc-pg_relusage-0.0.1.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_relusage.o pg_relusage.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden pg_relusage.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o pg_relusage.dylib
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/vvaf5cc2jaz7hayska3bb3x7sc0f8hsc-pg_relusage-0.0.1.drv'.
Built pg_repack (15)
pg_repack> unpacking sources
pg_repack> unpacking source archive /nix/store/3riysfnrdibbfwpz8hjc9ld58frwh27a-source
pg_repack> source root is source
pg_repack> patching sources
pg_repack> updateAutotoolsGnuConfigScriptsPhase
pg_repack> configuring
pg_repack> no configure script, doing nothing
pg_repack> building
pg_repack> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_repack> make[1]: Entering directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/bin'
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_repack.o pg_repack.c
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgut/pgut.o pgut/pgut.c
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgut/pgut-fe.o pgut/pgut-fe.c
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 pg_repack.o pgut/pgut.o pgut/pgut-fe.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpgcommon -lpgport -lzstd -llz4 -lssl -lcrypto -lz -lreadline -lm -o pg_repack
pg_repack> make[1]: Leaving directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/bin'
pg_repack> make[1]: Entering directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/lib'
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -DREPACK_VERSION=1.4.8 -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repack.o repack.c
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -DREPACK_VERSION=1.4.8 -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgut/pgut-spi.o pgut/pgut-spi.c
pg_repack> gawk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list
pg_repack> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -bundle -multiply_defined suppress -o pg_repack.dylib repack.o pgut/pgut-spi.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_repack> sed 's,REPACK_VERSION,1.4.8,g' pg_repack.sql.in \
pg_repack> | sed 's,relhasoids,false,g'> pg_repack--1.4.8.sql;
pg_repack> sed 's,REPACK_VERSION,1.4.8,g' pg_repack.control.in > pg_repack.control
pg_repack> make[1]: Leaving directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/lib'
pg_repack> make[1]: Entering directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/regress'
pg_repack> make[1]: Nothing to be done for 'all'.
pg_repack> make[1]: Leaving directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/regress'
pg_repack> installing
pg_repack> install: cannot stat 'lib/pg_repack.so': No such file or directory
error: builder for '/nix/store/56cnhkf32s1sxk74ijzsnhy05z4xvmzk-pg_repack-1.4.8.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -bundle -multiply_defined suppress -o pg_repack.dylib repack.o pgut/pgut-spi.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> sed 's,REPACK_VERSION,1.4.8,g' pg_repack.sql.in \
> | sed 's,relhasoids,false,g'> pg_repack--1.4.8.sql;
> sed 's,REPACK_VERSION,1.4.8,g' pg_repack.control.in > pg_repack.control
> make[1]: Leaving directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/lib'
> make[1]: Entering directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/regress'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/private/tmp/nix-build-pg_repack-1.4.8.drv-0/source/regress'
> installing
> install: cannot stat 'lib/pg_repack.so': No such file or directory
For full logs, run 'nix log /nix/store/56cnhkf32s1sxk74ijzsnhy05z4xvmzk-pg_repack-1.4.8.drv'.
Built pg_safeupdate (15)
pg-safeupdate> unpacking sources
pg-safeupdate> unpacking source archive /nix/store/z7c2kqbk0jk2f1hknycri991q5zpbv8a-source
pg-safeupdate> source root is source
pg-safeupdate> patching sources
pg-safeupdate> updateAutotoolsGnuConfigScriptsPhase
pg-safeupdate> configuring
pg-safeupdate> no configure script, doing nothing
pg-safeupdate> building
pg-safeupdate> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg-safeupdate> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o safeupdate.o safeupdate.c
pg-safeupdate> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden safeupdate.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o safeupdate.dylib
pg-safeupdate> installing
pg-safeupdate> install: cannot stat 'safeupdate.so': No such file or directory
error: builder for '/nix/store/k14pjzw0svhln8b715q92vcdxpi5pw2k-pg-safeupdate-1.4.drv' failed with exit code 1;
last 10 log lines:
> patching sources
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o safeupdate.o safeupdate.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden safeupdate.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o safeupdate.dylib
> installing
> install: cannot stat 'safeupdate.so': No such file or directory
For full logs, run 'nix log /nix/store/k14pjzw0svhln8b715q92vcdxpi5pw2k-pg-safeupdate-1.4.drv'.
Built pg_similarity (15)
pg_similarity> unpacking sources
pg_similarity> unpacking source archive /nix/store/0kvzl7in7yxn3d6lv65604difg2516m6-source
pg_similarity> source root is source
pg_similarity> patching sources
pg_similarity> updateAutotoolsGnuConfigScriptsPhase
pg_similarity> configuring
pg_similarity> no configure script, doing nothing
pg_similarity> building
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tokenizer.o tokenizer.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o similarity.o similarity.c
pg_similarity> similarity.c:579:4: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
pg_similarity> LONG_MAX,
pg_similarity> ^~~~~~~~
pg_similarity> /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/resource-root/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
pg_similarity> #define LONG_MAX __LONG_MAX__
pg_similarity> ^~~~~~~~~~~~
pg_similarity> <built-in>:40:22: note: expanded from here
pg_similarity> #define __LONG_MAX__ 9223372036854775807L
pg_similarity> ^~~~~~~~~~~~~~~~~~~~
pg_similarity> 1 warning generated.
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o similarity_gin.o similarity_gin.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o block.o block.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o cosine.o cosine.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o dice.o dice.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o euclidean.o euclidean.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o hamming.o hamming.c
pg_similarity> hamming.c:181:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hammingdistance(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:181:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hammingdistance(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:191:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hamming(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:191:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hamming(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> 4 warnings generated.
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jaccard.o jaccard.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jaro.o jaro.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o levenshtein.o levenshtein.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o matching.o matching.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o mongeelkan.o mongeelkan.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o needlemanwunsch.o needlemanwunsch.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o overlap.o overlap.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o qgram.o qgram.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwaterman.o smithwaterman.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwatermangotoh.o smithwatermangotoh.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o soundex.o soundex.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_similarity.dylib tokenizer.o similarity.o similarity_gin.o block.o cosine.o dice.o euclidean.o hamming.o jaccard.o jaro.o levenshtein.o matching.o mongeelkan.o needlemanwunsch.o overlap.o qgram.o smithwaterman.o smithwatermangotoh.o soundex.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_similarity> sed 's,MODULE_PATHNAME,$libdir/pg_similarity,g' pg_similarity.sql.in >pg_similarity.sql
pg_similarity> installing
pg_similarity> install: cannot stat 'pg_similarity.so': No such file or directory
error: builder for '/nix/store/wpnx089s402aa5asyl4vlqwm2dbh6mqc-pg_similarity-1.0.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o needlemanwunsch.o needlemanwunsch.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o overlap.o overlap.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o qgram.o qgram.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwaterman.o smithwaterman.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwatermangotoh.o smithwatermangotoh.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o soundex.o soundex.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_similarity.dylib tokenizer.o similarity.o similarity_gin.o block.o cosine.o dice.o euclidean.o hamming.o jaccard.o jaro.o levenshtein.o matching.o mongeelkan.o needlemanwunsch.o overlap.o qgram.o smithwaterman.o smithwatermangotoh.o soundex.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> sed 's,MODULE_PATHNAME,$libdir/pg_similarity,g' pg_similarity.sql.in >pg_similarity.sql
> installing
> install: cannot stat 'pg_similarity.so': No such file or directory
For full logs, run 'nix log /nix/store/wpnx089s402aa5asyl4vlqwm2dbh6mqc-pg_similarity-1.0.drv'.
Built pg_topn (15)
pg_topn> unpacking sources
pg_topn> unpacking source archive /nix/store/vm6n973dr2290f3j8fpihdpnxl0bsxfj-source
pg_topn> source root is source
pg_topn> patching sources
pg_topn> updateAutotoolsGnuConfigScriptsPhase
pg_topn> configuring
pg_topn> no configure script, doing nothing
pg_topn> building
pg_topn> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.0.0--2.1.0.sql > topn--2.0.0--2.1.0.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.0.0.sql > topn--2.0.0.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.1.0--2.2.0.sql > topn--2.1.0--2.2.0.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.2.0--2.2.1.sql > topn--2.2.0--2.2.1.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.2.1--2.2.2.sql > topn--2.2.1--2.2.2.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.2.2--2.3.0.sql > topn--2.2.2--2.3.0.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.3.0--2.3.1.sql > topn--2.3.0--2.3.1.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.3.1--2.4.0.sql > topn--2.3.1--2.4.0.sql
pg_topn> cpp -undef -w -P -imacros /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/pg_config.h update/topn--2.4.0--2.5.0.sql > topn--2.4.0--2.5.0.sql
pg_topn> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o topn.o topn.c
pg_topn> topn.c:1165:19: warning: incompatible function pointer types assigning to 'json_struct_action' (aka 'enum JsonParseErrorType (*)(void *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
pg_topn> sem.object_start = jsonb_in_object_start;
pg_topn> ^ ~~~~~~~~~~~~~~~~~~~~~
pg_topn> topn.c:1166:18: warning: incompatible function pointer types assigning to 'json_struct_action' (aka 'enum JsonParseErrorType (*)(void *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
pg_topn> sem.array_start = jsonb_in_array_start;
pg_topn> ^ ~~~~~~~~~~~~~~~~~~~~
pg_topn> topn.c:1167:17: warning: incompatible function pointer types assigning to 'json_struct_action' (aka 'enum JsonParseErrorType (*)(void *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
pg_topn> sem.object_end = jsonb_in_object_end;
pg_topn> ^ ~~~~~~~~~~~~~~~~~~~
pg_topn> topn.c:1168:16: warning: incompatible function pointer types assigning to 'json_struct_action' (aka 'enum JsonParseErrorType (*)(void *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
pg_topn> sem.array_end = jsonb_in_array_end;
pg_topn> ^ ~~~~~~~~~~~~~~~~~~
pg_topn> topn.c:1169:13: warning: incompatible function pointer types assigning to 'json_scalar_action' (aka 'enum JsonParseErrorType (*)(void *, char *, enum JsonTokenType)') from 'void (void *, char *, JsonTokenType)' (aka 'void (void *, char *, enum JsonTokenType)') [-Wincompatible-function-pointer-types]
pg_topn> sem.scalar = jsonb_in_scalar;
pg_topn> ^ ~~~~~~~~~~~~~~~
pg_topn> topn.c:1170:25: warning: incompatible function pointer types assigning to 'json_ofield_action' (aka 'enum JsonParseErrorType (*)(void *, char *, bool)') from 'void (void *, char *, bool)' [-Wincompatible-function-pointer-types]
pg_topn> sem.object_field_start = jsonb_in_object_field_start;
pg_topn> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_topn> 6 warnings generated.
pg_topn> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden topn.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o topn.dylib
pg_topn> installing
pg_topn> cp: missing destination file operand after '/nix/store/dzdckp4a0r174y7729jlkkvsjvhv2qvz-pg_topn-2.5.0/lib'
pg_topn> Try 'cp --help' for more information.
error: builder for '/nix/store/bw6jqakjwp8qfrk2ybr19fhfk8i8bs2s-pg_topn-2.5.0.drv' failed with exit code 1;
last 10 log lines:
> sem.scalar = jsonb_in_scalar;
> ^ ~~~~~~~~~~~~~~~
> topn.c:1170:25: warning: incompatible function pointer types assigning to 'json_ofield_action' (aka 'enum JsonParseErrorType (*)(void *, char *, bool)') from 'void (void *, char *, bool)' [-Wincompatible-function-pointer-types]
> sem.object_field_start = jsonb_in_object_field_start;
> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 6 warnings generated.
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden topn.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o topn.dylib
> installing
> cp: missing destination file operand after '/nix/store/dzdckp4a0r174y7729jlkkvsjvhv2qvz-pg_topn-2.5.0/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/bw6jqakjwp8qfrk2ybr19fhfk8i8bs2s-pg_topn-2.5.0.drv'.
Built pgaudit (15)
pgaudit> unpacking sources
pgaudit> unpacking source archive /nix/store/yq19xry6gaf45w43y5kwvq32sa3l3vkk-source
pgaudit> source root is source
pgaudit> patching sources
pgaudit> updateAutotoolsGnuConfigScriptsPhase
pgaudit> configuring
pgaudit> no configure script, doing nothing
pgaudit> building
pgaudit> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
pgaudit> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgaudit.o pgaudit.c
pgaudit> pgaudit.c:983:19: warning: implicit declaration of function 'bms_first_member' is invalid in C99 [-Wimplicit-function-declaration]
pgaudit> while ((col = bms_first_member(tmpSet)) >= 0)
pgaudit> ^
pgaudit> pgaudit.c:1069:18: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> if (rte->requiredPerms & ACL_INSERT)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1075:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_UPDATE &&
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1082:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_DELETE)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1088:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_SELECT)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1153:22: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> rte->requiredPerms;
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1174:53: error: no member named 'selectedCols' in 'struct RangeTblEntry'
pgaudit> rte->selectedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1184:53: error: no member named 'insertedCols' in 'struct RangeTblEntry'
pgaudit> rte->insertedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1194:53: error: no member named 'updatedCols' in 'struct RangeTblEntry'
pgaudit> rte->updatedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1418:60: error: too few arguments to function call, expected 3, have 2
pgaudit> !(*next_ExecutorCheckPerms_hook) (rangeTabls, abort))
pgaudit> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
pgaudit> pgaudit.c:2185:29: warning: incompatible function pointer types assigning to 'ExecutorCheckPerms_hook_type' (aka 'bool (*)(struct List *, struct List *, bool)') from 'bool (List *, bool)' (aka 'bool (struct List *, bool)') [-Wincompatible-function-pointer-types]
pgaudit> ExecutorCheckPerms_hook = pgaudit_ExecutorCheckPerms_hook;
pgaudit> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pgaudit> 2 warnings and 9 errors generated.
pgaudit> make: *** [<builtin>: pgaudit.o] Error 1
error: builder for '/nix/store/j4x78vx543kqadzj8lkigda0zjwdx97m-pgaudit-1.7.0.drv' failed with exit code 2;
last 10 log lines:
> rte->updatedCols,
> ~~~ ^
> pgaudit.c:1418:60: error: too few arguments to function call, expected 3, have 2
> !(*next_ExecutorCheckPerms_hook) (rangeTabls, abort))
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> pgaudit.c:2185:29: warning: incompatible function pointer types assigning to 'ExecutorCheckPerms_hook_type' (aka 'bool (*)(struct List *, struct List *, bool)') from 'bool (List *, bool)' (aka 'bool (struct List *, bool)') [-Wincompatible-function-pointer-types]
> ExecutorCheckPerms_hook = pgaudit_ExecutorCheckPerms_hook;
> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2 warnings and 9 errors generated.
> make: *** [<builtin>: pgaudit.o] Error 1
For full logs, run 'nix log /nix/store/j4x78vx543kqadzj8lkigda0zjwdx97m-pgaudit-1.7.0.drv'.
Built pgjwt (15)
Built pgjwt (16)
Built pgroonga (15)
pgroonga> unpacking sources
pgroonga> unpacking source archive /nix/store/42jxnhkjnpl7kwnrschlb42lfzznlzgg-pgroonga-3.0.8.tar.gz
pgroonga> source root is pgroonga-3.0.8
pgroonga> setting SOURCE_DATE_EPOCH to timestamp 1687413548 of file pgroonga-3.0.8/tools/prepare-rhel.sh
pgroonga> patching sources
pgroonga> updateAutotoolsGnuConfigScriptsPhase
pgroonga> configuring
pgroonga> no configure script, doing nothing
pgroonga> building
pgroonga> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash HAVE_MSGPACK=1 MSGPACK_PACKAGE_NAME=msgpack-c
pgroonga> make -f pgroonga.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-alias.o src/pgrn-alias.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-auto-close.o src/pgrn-auto-close.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-column-name.o src/pgrn-column-name.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-command-escape-value.o src/pgrn-command-escape-value.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-convert.o src/pgrn-convert.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-create.o src/pgrn-create.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-ctid.o src/pgrn-ctid.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-escape.o src/pgrn-escape.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-flush.o src/pgrn-flush.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-full-text-search-condition.o src/pgrn-full-text-search-condition.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-global.o src/pgrn-global.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-groonga.o src/pgrn-groonga.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-groonga-tuple-is-alive.o src/pgrn-groonga-tuple-is-alive.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-highlight-html.o src/pgrn-highlight-html.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-index-column-name.o src/pgrn-index-column-name.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-index-status.o src/pgrn-index-status.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-jsonb.o src/pgrn-jsonb.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-keywords.o src/pgrn-keywords.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-match-positions-byte.o src/pgrn-match-positions-byte.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-match-positions-character.o src/pgrn-match-positions-character.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-normalize.o src/pgrn-normalize.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-options.o src/pgrn-options.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-pg.o src/pgrn-pg.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-query-escape.o src/pgrn-query-escape.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-query-expand.o src/pgrn-query-expand.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-query-extract-keywords.o src/pgrn-query-extract-keywords.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-result-converter.o src/pgrn-result-converter.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-result-to-jsonb-objects.o src/pgrn-result-to-jsonb-objects.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-result-to-recordset.o src/pgrn-result-to-recordset.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-row-level-security.o src/pgrn-row-level-security.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-sequential-search.o src/pgrn-sequential-search.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-snippet-html.o src/pgrn-snippet-html.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-string.o src/pgrn-string.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-tokenize.o src/pgrn-tokenize.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-trace-log.o src/pgrn-trace-log.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-vacuum.o src/pgrn-vacuum.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-variables.o src/pgrn-variables.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-wal.o src/pgrn-wal.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgrn-writable.o src/pgrn-writable.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga.o src/pgroonga.c
pgroonga> src/pgroonga.c:5383:8: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~
pgroonga> src/pgroonga.c:5395:6: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:5407:8: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~
pgroonga> src/pgroonga.c:5413:8: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~
pgroonga> src/pgroonga.c:5426:6: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:7528:7: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:7602:7: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid,
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:7705:6: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:7751:6: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> src/pgroonga.c:8282:7: warning: format specifies type 'unsigned long long' but the argument has type 'uint64' (aka 'unsigned long') [-Wformat]
pgroonga> packedCtid);
pgroonga> ^~~~~~~~~~~
pgroonga> /nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga/groonga/groonga.h:1104:68: note: expanded from macro 'GRN_LOG'
pgroonga> grn_logger_put(ctx, (level), __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); \
pgroonga> ^~~~~~~~~~~
pgroonga> 10 warnings generated.
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -I/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/include -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o vendor/xxHash/xxhash.o vendor/xxHash/xxhash.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga.dylib src/pgrn-alias.o src/pgrn-auto-close.o src/pgrn-column-name.o src/pgrn-command-escape-value.o src/pgrn-convert.o src/pgrn-create.o src/pgrn-ctid.o src/pgrn-escape.o src/pgrn-flush.o src/pgrn-full-text-search-condition.o src/pgrn-global.o src/pgrn-groonga.o src/pgrn-groonga-tuple-is-alive.o src/pgrn-highlight-html.o src/pgrn-index-column-name.o src/pgrn-index-status.o src/pgrn-jsonb.o src/pgrn-keywords.o src/pgrn-match-positions-byte.o src/pgrn-match-positions-character.o src/pgrn-normalize.o src/pgrn-options.o src/pgrn-pg.o src/pgrn-query-escape.o src/pgrn-query-expand.o src/pgrn-query-extract-keywords.o src/pgrn-result-converter.o src/pgrn-result-to-jsonb-objects.o src/pgrn-result-to-recordset.o src/pgrn-row-level-security.o src/pgrn-sequential-search.o src/pgrn-snippet-html.o src/pgrn-string.o src/pgrn-tokenize.o src/pgrn-trace-log.o src/pgrn-vacuum.o src/pgrn-variables.o src/pgrn-wal.o src/pgrn-writable.o src/pgroonga.o vendor/xxHash/xxhash.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/gx2wy1frnzk8viqa4r1p9qb3pxz0gzaw-msgpack-c-6.0.0/lib -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lmsgpack-c -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> make -f pgroonga-check.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-check.o src/pgroonga-check.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_check.dylib src/pgroonga-check.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> make -f pgroonga-database.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-database.o src/pgroonga-database.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_database.dylib src/pgroonga-database.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> make -f pgroonga-wal-applier.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-wal-applier.o src/pgroonga-wal-applier.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_wal_applier.dylib src/pgroonga-wal-applier.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> make -f pgroonga-crash-safer.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-crash-safer.o src/pgroonga-crash-safer.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_crash_safer.dylib src/pgroonga-crash-safer.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> make -f pgroonga-standby-maintainer.mk all
pgroonga> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-standby-maintainer.o src/pgroonga-standby-maintainer.c
pgroonga> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_standby_maintainer.dylib src/pgroonga-standby-maintainer.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgroonga> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
pgroonga> installing
pgroonga> install: cannot stat 'pgroonga.so': No such file or directory
error: builder for '/nix/store/vfyvsxdqynqy5mq3ibkl51m3b6wymq5d-pgroonga-3.0.8.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-crash-safer.o src/pgroonga-crash-safer.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_crash_safer.dylib src/pgroonga-crash-safer.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
> make -f pgroonga-standby-maintainer.mk all
> make[1]: Entering directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/include/groonga -DPGRN_VERSION="\"3.0.8\"" -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pgroonga-standby-maintainer.o src/pgroonga-standby-maintainer.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pgroonga_standby_maintainer.dylib src/pgroonga-standby-maintainer.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/21l2hffk1lj0kbggbm3d4phkikr9fkls-groonga-12.0.7/lib -lgroonga -lm -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> make[1]: Leaving directory '/private/tmp/nix-build-pgroonga-3.0.8.drv-0/pgroonga-3.0.8'
> installing
> install: cannot stat 'pgroonga.so': No such file or directory
For full logs, run 'nix log /nix/store/vfyvsxdqynqy5mq3ibkl51m3b6wymq5d-pgroonga-3.0.8.drv'.
Built pgrouting (15)
Built pgrouting (16)
Built pgsql-http (15)
pgsql-http> unpacking sources
pgsql-http> unpacking source archive /nix/store/3r18r2mkil3q6f8zpsrijiq08bgk5yq3-source
pgsql-http> source root is source
pgsql-http> patching sources
pgsql-http> updateAutotoolsGnuConfigScriptsPhase
pgsql-http> configuring
pgsql-http> no configure script, doing nothing
pgsql-http> building
pgsql-http> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pgsql-http> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o http.o http.c
pgsql-http> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o http.dylib http.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/bkcnw9h151h93s049w1q7kh0j9ahvkbd-curl-8.2.1/lib -lcurl -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgsql-http> installing
pgsql-http> install: missing file operand
pgsql-http> Try 'install --help' for more information.
error: builder for '/nix/store/lkxsnc2x29a6lhhnqb9c17vraqsfljgx-pgsql-http-1.6.0.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o http.o http.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o http.dylib http.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/bkcnw9h151h93s049w1q7kh0j9ahvkbd-curl-8.2.1/lib -lcurl -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/lkxsnc2x29a6lhhnqb9c17vraqsfljgx-pgsql-http-1.6.0.drv'.
Built pgtap (15)
Built pgtap (16)
Built pgvector (15)
pgvector> unpacking sources
pgvector> unpacking source archive /nix/store/m2nprn2n7swjb0kl7lw3gbmd11780gzx-source
pgvector> source root is source
pgvector> patching sources
pgvector> updateAutotoolsGnuConfigScriptsPhase
pgvector> configuring
pgvector> no configure script, doing nothing
pgvector> building
pgvector> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnsw.o src/hnsw.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnswbuild.o src/hnswbuild.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnswinsert.o src/hnswinsert.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnswscan.o src/hnswscan.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnswutils.o src/hnswutils.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hnswvacuum.o src/hnswvacuum.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfbuild.o src/ivfbuild.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfflat.o src/ivfflat.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfinsert.o src/ivfinsert.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfkmeans.o src/ivfkmeans.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfscan.o src/ivfscan.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfutils.o src/ivfutils.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfvacuum.o src/ivfvacuum.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/vector.o src/vector.c
pgvector> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -bundle -multiply_defined suppress -o vector.dylib src/hnsw.o src/hnswbuild.o src/hnswinsert.o src/hnswscan.o src/hnswutils.o src/hnswvacuum.o src/ivfbuild.o src/ivfflat.o src/ivfinsert.o src/ivfkmeans.o src/ivfscan.o src/ivfutils.o src/ivfvacuum.o src/vector.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pgvector> cp sql/vector.sql sql/vector--0.5.0.sql
pgvector> installing
pgvector> install: cannot stat 'vector.so': No such file or directory
error: builder for '/nix/store/k7nm6k66wpnk755hy56xx9wh29vd9f62-pgvector-0.5.0.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfinsert.o src/ivfinsert.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfkmeans.o src/ivfkmeans.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfscan.o src/ivfscan.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfutils.o src/ivfutils.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ivfvacuum.o src/ivfvacuum.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/vector.o src/vector.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -fvisibility=hidden -bundle -multiply_defined suppress -o vector.dylib src/hnsw.o src/hnswbuild.o src/hnswinsert.o src/hnswscan.o src/hnswutils.o src/hnswvacuum.o src/ivfbuild.o src/ivfflat.o src/ivfinsert.o src/ivfkmeans.o src/ivfscan.o src/ivfutils.o src/ivfvacuum.o src/vector.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> cp sql/vector.sql sql/vector--0.5.0.sql
> installing
> install: cannot stat 'vector.so': No such file or directory
For full logs, run 'nix log /nix/store/k7nm6k66wpnk755hy56xx9wh29vd9f62-pgvector-0.5.0.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘pipelinedb-1.0.0-13’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/pipelinedb.nix:32 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘pipelinedb-1.0.0-13’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/pipelinedb.nix:32 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built plpgsql_check (15)
plpgsql_check> unpacking sources
plpgsql_check> unpacking source archive /nix/store/2sgbb8b7li39fdp96iqk9zcwyd53l3f0-source
plpgsql_check> source root is source
plpgsql_check> patching sources
plpgsql_check> updateAutotoolsGnuConfigScriptsPhase
plpgsql_check> configuring
plpgsql_check> no configure script, doing nothing
plpgsql_check> building
plpgsql_check> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/assign.o src/assign.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/catalog.o src/catalog.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/check_expr.o src/check_expr.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/check_function.o src/check_function.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/expr_walk.o src/expr_walk.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/format.o src/format.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/parser.o src/parser.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pldbgapi2.o src/pldbgapi2.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/plpgsql_check.o src/plpgsql_check.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pragma.o src/pragma.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/profiler.o src/profiler.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/report.o src/report.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/stmtwalk.o src/stmtwalk.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tablefunc.o src/tablefunc.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tracer.o src/tracer.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/typdesc.o src/typdesc.c
plpgsql_check> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -bundle -multiply_defined suppress -o plpgsql_check.dylib src/assign.o src/catalog.o src/check_expr.o src/check_function.o src/expr_walk.o src/format.o src/parser.o src/pldbgapi2.o src/plpgsql_check.o src/pragma.o src/profiler.o src/report.o src/stmtwalk.o src/tablefunc.o src/tracer.o src/typdesc.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
plpgsql_check> installing
plpgsql_check> install: missing file operand
plpgsql_check> Try 'install --help' for more information.
error: builder for '/nix/store/hdycrm0rnvcznh241hq5xivmdgjd4y17-plpgsql_check-2.5.1.drv' failed with exit code 1;
last 10 log lines:
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/profiler.o src/profiler.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/report.o src/report.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/stmtwalk.o src/stmtwalk.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tablefunc.o src/tablefunc.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tracer.o src/tracer.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/typdesc.o src/typdesc.c
> cc -g -fvisibility=hidden -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -Wall -bundle -multiply_defined suppress -o plpgsql_check.dylib src/assign.o src/catalog.o src/check_expr.o src/check_function.o src/expr_walk.o src/format.o src/parser.o src/pldbgapi2.o src/plpgsql_check.o src/pragma.o src/profiler.o src/report.o src/stmtwalk.o src/tablefunc.o src/tracer.o src/typdesc.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/hdycrm0rnvcznh241hq5xivmdgjd4y17-plpgsql_check-2.5.1.drv'.
Built plr (15)
plr> unpacking sources
plr> unpacking source archive /nix/store/0jlqzh58q5f32qfpvqgnh5829dl2gza6-source
plr> source root is source
plr> patching sources
plr> updateAutotoolsGnuConfigScriptsPhase
plr> configuring
plr> no configure script, doing nothing
plr> building
plr> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o plr.o plr.c
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_conversion.o pg_conversion.c
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_backend_support.o pg_backend_support.c
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_userfuncs.o pg_userfuncs.c
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_rsupport.o pg_rsupport.c
plr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o plr.dylib plr.o pg_conversion.o pg_backend_support.o pg_userfuncs.o pg_rsupport.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/lib -L/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/lib -lR -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
plr> installing
plr> install: cannot stat 'plr.so': No such file or directory
error: builder for '/nix/store/f7yrf1sal9ynh3ajchjzmvby4alk86zx-plr-8.4.6.drv' failed with exit code 1;
last 10 log lines:
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o plr.o plr.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_conversion.o pg_conversion.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_backend_support.o pg_backend_support.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_userfuncs.o pg_userfuncs.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I"./" -I"-I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include" -I/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -DPKGLIBDIR=\"/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib\" -DDLSUFFIX=\".dylib\" -DR_HOME_DEFAULT=\"/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R\" -c -o pg_rsupport.o pg_rsupport.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o plr.dylib plr.o pg_conversion.o pg_backend_support.o pg_userfuncs.o pg_rsupport.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/lib -L/nix/store/ma79i4i6bh1f23pipbivz0m4h4wd5njl-R-4.3.1/lib/R/lib -lR -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> installing
> install: cannot stat 'plr.so': No such file or directory
For full logs, run 'nix log /nix/store/f7yrf1sal9ynh3ajchjzmvby4alk86zx-plr-8.4.6.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘plv8-3.1.5’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/plv8/default.nix:136 is not available on the requested hostPlatform:
hostPlatform.config = "aarch64-apple-darwin"
package.meta.platforms = [
"x86_64-linux"
"aarch64-linux"
]
package.meta.badPlatforms = [ ]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘plv8-3.1.5’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/plv8/default.nix:136 is not available on the requested hostPlatform:
hostPlatform.config = "aarch64-apple-darwin"
package.meta.platforms = [
"x86_64-linux"
"aarch64-linux"
]
package.meta.badPlatforms = [ ]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
Built postgis (15)
Built postgis (16)
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘promscale_extension-0.8.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/promscale_extension.nix:50 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"promscale_extension"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘promscale_extension-0.8.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/promscale_extension.nix:50 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"promscale_extension"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.recurseForDerivations' is not a derivation or path
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql16Packages.recurseForDerivations' is not a derivation or path
Built repmgr (15)
repmgr> unpacking sources
repmgr> unpacking source archive /nix/store/xy6cbh2jwqxlz8xd4fcgmp7n5g201hg7-source
repmgr> source root is source
repmgr> patching sources
repmgr> updateAutotoolsGnuConfigScriptsPhase
repmgr> configuring
repmgr> configure flags: --prefix=/nix/store/i23y402p4z9jyxrsjik0zbrmhpwg8ykc-repmgr-5.4.1
repmgr> checking for a sed that does not truncate output... /nix/store/niqr00gsad0gfxx3skr1vhl7wb76idml-gnused-4.9/bin/sed
repmgr> checking for pg_config... /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/pg_config
repmgr> configure: building against PostgreSQL 16.0
repmgr> checking for gnused... no
repmgr> checking for gsed... no
repmgr> checking for sed... yes
repmgr> configure: creating ./config.status
repmgr> config.status: creating Makefile
repmgr> config.status: creating Makefile.global
repmgr> config.status: creating config.h
repmgr> building
repmgr> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
repmgr> Building against PostgreSQL 16
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr.o repmgr.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o repmgr.dylib repmgr.o -lcurl -ljson-c -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
repmgr> sed -E 's/REPMGR_VERSION_DATE.*""/REPMGR_VERSION_DATE "2023-09-27"/' repmgr_version.h.in >repmgr_version.h; \
repmgr> sed -i -E 's/PG_ACTUAL_VERSION_NUM/PG_ACTUAL_VERSION_NUM 160000/' repmgr_version.h
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-client.o repmgr-client.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-primary.o repmgr-action-primary.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-standby.o repmgr-action-standby.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-witness.o repmgr-action-witness.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-cluster.o repmgr-action-cluster.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-node.o repmgr-action-node.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-service.o repmgr-action-service.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgr-action-daemon.o repmgr-action-daemon.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o configdata.o configdata.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o configfile.o configfile.c
repmgr> flex -o'configfile-scan.c' configfile-scan.l
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o configfile-scan.o configfile-scan.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o log.o log.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o strutil.o strutil.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o controldata.o controldata.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o dirutil.o dirutil.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o compat.o compat.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o dbutils.o dbutils.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o sysutils.o sysutils.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgbackupapi.o pgbackupapi.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden repmgr-client.o repmgr-action-primary.o repmgr-action-standby.o repmgr-action-witness.o repmgr-action-cluster.o repmgr-action-node.o repmgr-action-service.o repmgr-action-daemon.o configdata.o configfile.o configfile-scan.o log.o strutil.o controldata.o dirutil.o compat.o dbutils.o sysutils.o pgbackupapi.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpgcommon -lpgport -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -lcurl -ljson-c -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -o repmgr
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgrd.o repmgrd.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgrd-physical.o repmgrd-physical.c
repmgr> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden repmgrd.o repmgrd-physical.o configdata.o configfile.o configfile-scan.o log.o dbutils.o strutil.o controldata.o compat.o sysutils.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpgcommon -lpgport -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -lcurl -ljson-c -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -o repmgrd
repmgr> installing
repmgr> cp: missing destination file operand after '/nix/store/i23y402p4z9jyxrsjik0zbrmhpwg8ykc-repmgr-5.4.1/lib'
repmgr> Try 'cp --help' for more information.
error: builder for '/nix/store/lyi7jrqlsaqdbwcyqz0vssljz6daz09i-repmgr-5.4.1.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o dbutils.o dbutils.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o sysutils.o sysutils.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgbackupapi.o pgbackupapi.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden repmgr-client.o repmgr-action-primary.o repmgr-action-standby.o repmgr-action-witness.o repmgr-action-cluster.o repmgr-action-node.o repmgr-action-service.o repmgr-action-daemon.o configdata.o configfile.o configfile-scan.o log.o strutil.o controldata.o dirutil.o compat.o dbutils.o sysutils.o pgbackupapi.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpgcommon -lpgport -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -lcurl -ljson-c -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -o repmgr
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgrd.o repmgrd.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=gnu89 -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o repmgrd-physical.o repmgrd-physical.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden repmgrd.o repmgrd-physical.o configdata.o configfile.o configfile-scan.o log.o dbutils.o strutil.o controldata.o compat.o sysutils.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpgcommon -lpgport -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -lpq -lcurl -ljson-c -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -o repmgrd
> installing
> cp: missing destination file operand after '/nix/store/i23y402p4z9jyxrsjik0zbrmhpwg8ykc-repmgr-5.4.1/lib'
> Try 'cp --help' for more information.
For full logs, run 'nix log /nix/store/lyi7jrqlsaqdbwcyqz0vssljz6daz09i-repmgr-5.4.1.drv'.
Built rum (15)
rum> unpacking sources
rum> unpacking source archive /nix/store/7ll78ggw9816c8798mgrgac0jpjk3vwb-source
rum> source root is source
rum> patching sources
rum> updateAutotoolsGnuConfigScriptsPhase
rum> configuring
rum> no configure script, doing nothing
rum> building
rum> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumsort.o src/rumsort.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rum_ts_utils.o src/rum_ts_utils.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumtsquery.o src/rumtsquery.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumbtree.o src/rumbtree.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumbulk.o src/rumbulk.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumdatapage.o src/rumdatapage.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumentrypage.o src/rumentrypage.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumget.o src/rumget.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ruminsert.o src/ruminsert.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumscan.o src/rumscan.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumutil.o src/rumutil.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumvacuum.o src/rumvacuum.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumvalidate.o src/rumvalidate.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/btree_rum.o src/btree_rum.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rum_arr_utils.o src/rum_arr_utils.c
rum> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o rum.dylib src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o src/rumbtree.o src/rumbulk.o src/rumdatapage.o src/rumentrypage.o src/rumget.o src/ruminsert.o src/rumscan.o src/rumutil.o src/rumvacuum.o src/rumvalidate.o src/btree_rum.o src/rum_arr_utils.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lm -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
rum> installing
rum> install: missing file operand
rum> Try 'install --help' for more information.
error: builder for '/nix/store/a0xgpsy514p2bd22gczvnvxj0j04jw41-rum-1.3.13.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumscan.o src/rumscan.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumutil.o src/rumutil.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumvacuum.o src/rumvacuum.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rumvalidate.o src/rumvalidate.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/btree_rum.o src/btree_rum.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/rum_arr_utils.o src/rum_arr_utils.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o rum.dylib src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o src/rumbtree.o src/rumbulk.o src/rumdatapage.o src/rumentrypage.o src/rumget.o src/ruminsert.o src/rumscan.o src/rumutil.o src/rumvacuum.o src/rumvalidate.o src/btree_rum.o src/rum_arr_utils.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -lm -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/a0xgpsy514p2bd22gczvnvxj0j04jw41-rum-1.3.13.drv'.
Built smlar (15)
smlar-unstable> unpacking sources
smlar-unstable> unpacking source archive /nix/store/v6pczksinp0p5xx0h9yq98gbmr0wi8qm-smlar-f2522d5
smlar-unstable> source root is smlar-f2522d5
smlar-unstable> patching sources
smlar-unstable> updateAutotoolsGnuConfigScriptsPhase
smlar-unstable> configuring
smlar-unstable> no configure script, doing nothing
smlar-unstable> building
smlar-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar.o smlar.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_gist.o smlar_gist.c
smlar-unstable> smlar_gist.c:433:45: warning: incompatible pointer to integer conversion passing 'struct varlena *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
smlar-unstable> SmlSign *key = (SmlSign*)DatumGetPointer(PG_DETOAST_DATUM(entry->key));
smlar-unstable> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
smlar-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/fmgr.h:241:2: note: expanded from macro 'PG_DETOAST_DATUM'
smlar-unstable> pg_detoast_datum((struct varlena *) DatumGetPointer(datum))
smlar-unstable> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smlar-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:312:23: note: passing argument to parameter 'X' here
smlar-unstable> DatumGetPointer(Datum X)
smlar-unstable> ^
smlar-unstable> smlar_gist.c:825:28: warning: implicit declaration of function 'Abs' is invalid in C99 [-Wimplicit-function-declaration]
smlar-unstable> costvector[j - 1].cost = Abs(size_alpha - size_beta);
smlar-unstable> ^
smlar-unstable> 2 warnings generated.
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_gin.o smlar_gin.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_cache.o smlar_cache.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsarr.o tsarr.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_guc.o smlar_guc.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_stat.o smlar_stat.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o smlar.dylib smlar.o smlar_gist.o smlar_gin.o smlar_cache.o tsarr.o smlar_guc.o smlar_stat.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
smlar-unstable> Undefined symbols for architecture arm64:
smlar-unstable> "_Abs", referenced from:
smlar-unstable> _gsmlsign_picksplit in smlar_gist.o
smlar-unstable> ld: symbol(s) not found for architecture arm64
smlar-unstable> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
smlar-unstable> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: smlar.dylib] Error 1
error: builder for '/nix/store/ckfv26mz9jw7dlk2qxyq51aghsz3nhq3-smlar-unstable-2021-11-08.drv' failed with exit code 2;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsarr.o tsarr.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_guc.o smlar_guc.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_stat.o smlar_stat.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o smlar.dylib smlar.o smlar_gist.o smlar_gin.o smlar_cache.o tsarr.o smlar_guc.o smlar_stat.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> Undefined symbols for architecture arm64:
> "_Abs", referenced from:
> _gsmlsign_picksplit in smlar_gist.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: smlar.dylib] Error 1
For full logs, run 'nix log /nix/store/ckfv26mz9jw7dlk2qxyq51aghsz3nhq3-smlar-unstable-2021-11-08.drv'.
tds_fdw-unstable> unpacking sources
tds_fdw-unstable> unpacking source archive /nix/store/rq46vn98rgax94axycpvrn1hgwwsyv02-source
tds_fdw-unstable> source root is source
tds_fdw-unstable> patching sources
tds_fdw-unstable> updateAutotoolsGnuConfigScriptsPhase
tds_fdw-unstable> configuring
tds_fdw-unstable> no configure script, doing nothing
tds_fdw-unstable> building
tds_fdw-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
tds_fdw-unstable> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
tds_fdw-unstable> return (objectId < FirstBootstrapObjectId);
tds_fdw-unstable> ^
tds_fdw-unstable> 1 error generated.
tds_fdw-unstable> make: *** [<builtin>: src/deparse.o] Error 1
error: builder for '/nix/store/h0y77xh339ks1cglprz2wh08l7bkvf5c-tds_fdw-unstable-2021-12-14.drv' failed with exit code 2;
last 10 log lines:
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
> return (objectId < FirstBootstrapObjectId);
> ^
> 1 error generated.
> make: *** [<builtin>: src/deparse.o] Error 1
For full logs, run 'nix log /nix/store/h0y77xh339ks1cglprz2wh08l7bkvf5c-tds_fdw-unstable-2021-12-14.drv'.
tds_fdw-unstable> unpacking sources
tds_fdw-unstable> unpacking source archive /nix/store/rq46vn98rgax94axycpvrn1hgwwsyv02-source
tds_fdw-unstable> source root is source
tds_fdw-unstable> patching sources
tds_fdw-unstable> updateAutotoolsGnuConfigScriptsPhase
tds_fdw-unstable> configuring
tds_fdw-unstable> no configure script, doing nothing
tds_fdw-unstable> building
tds_fdw-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
tds_fdw-unstable> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
tds_fdw-unstable> return (objectId < FirstBootstrapObjectId);
tds_fdw-unstable> ^
tds_fdw-unstable> 1 error generated.
tds_fdw-unstable> make: *** [<builtin>: src/deparse.o] Error 1
error: builder for '/nix/store/arf95ha547m000qsfkglvvh6q3q3bviw-tds_fdw-unstable-2021-12-14.drv' failed with exit code 2;
last 10 log lines:
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
> return (objectId < FirstBootstrapObjectId);
> ^
> 1 error generated.
> make: *** [<builtin>: src/deparse.o] Error 1
For full logs, run 'nix log /nix/store/arf95ha547m000qsfkglvvh6q3q3bviw-tds_fdw-unstable-2021-12-14.drv'.
Built temporal_tables (15)
temporal_tables-unstable> unpacking sources
temporal_tables-unstable> unpacking source archive /nix/store/49rg2pibhfpjj9g19gcirv5s97raqcwd-source
temporal_tables-unstable> source root is source
temporal_tables-unstable> patching sources
temporal_tables-unstable> updateAutotoolsGnuConfigScriptsPhase
temporal_tables-unstable> configuring
temporal_tables-unstable> no configure script, doing nothing
temporal_tables-unstable> building
temporal_tables-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
temporal_tables-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o temporal_tables.o temporal_tables.c
temporal_tables-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o versioning.o versioning.c
temporal_tables-unstable> versioning.c:628:82: error: too few arguments to function call, expected 2, have 1
temporal_tables-unstable> relrv = makeRangeVarFromNameList(stringToQualifiedNameList(history_relation_name));
temporal_tables-unstable> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
temporal_tables-unstable> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:930:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:981:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:996:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:1043:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> 5 errors generated.
temporal_tables-unstable> make: *** [<builtin>: versioning.o] Error 1
error: builder for '/nix/store/31zgqin4nxv6p39hjwk73zximmzax81k-temporal_tables-unstable-2021-02-20.drv' failed with exit code 2;
last 10 log lines:
> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
> ^
> versioning.c:1043:52: error: too few arguments to function call, expected 5, have 4
> range = make_range(typcache, &lower, &upper, false);
> ~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
> ^
> 5 errors generated.
> make: *** [<builtin>: versioning.o] Error 1
For full logs, run 'nix log /nix/store/31zgqin4nxv6p39hjwk73zximmzax81k-temporal_tables-unstable-2021-02-20.drv'.
Built timescaledb (15)
timescaledb> unpacking sources
timescaledb> unpacking source archive /nix/store/2r6spchcnkgpdgp8ylj0lgxqhmsim0nd-source
timescaledb> source root is source
timescaledb> patching sources
timescaledb> updateAutotoolsGnuConfigScriptsPhase
timescaledb> configuring
timescaledb> fixing cmake files...
timescaledb> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/share/doc/timescaledb -DCMAKE_INSTALL_INFODIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/strip -DCMAKE_RANLIB=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ranlib -DCMAKE_AR=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/waix5rh98yhz2zsnvns8sncwkx06qi47-timescaledb-2.11.2 -DSEND_TELEMETRY_DEFAULT=OFF -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DLINTER=OFF
timescaledb> -- The C compiler identification is Clang 11.1.0
timescaledb> -- Detecting C compiler ABI info
timescaledb> -- Detecting C compiler ABI info - done
timescaledb> -- Check for working C compiler: /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/clang - skipped
timescaledb> -- Detecting C compile features
timescaledb> -- Detecting C compile features - done
timescaledb> -- TimescaleDB version 2.11.2. Can be updated from version 2.11.1
timescaledb> -- Build type is Release
timescaledb> -- Install method is 'source'
timescaledb> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG
timescaledb> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success
timescaledb> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION
timescaledb> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Failed
timescaledb> -- Compiler does not support -Wno-format-truncation
timescaledb> -- Performing Test CC_STRINGOP_TRUNCATION
timescaledb> -- Performing Test CC_STRINGOP_TRUNCATION - Failed
timescaledb> -- Compiler does not support -Wno-stringop-truncation
timescaledb> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH
timescaledb> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success
timescaledb> -- Performing Test CC_SUPPORTS_NEWLINE_EOF
timescaledb> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
timescaledb> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
timescaledb> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
timescaledb> -- Using compiler Clang
timescaledb> -- Could NOT find Git (missing: GIT_EXECUTABLE)
timescaledb> CMake Error at CMakeLists.txt:349 (message):
timescaledb> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
timescaledb>
timescaledb> -- Configuring incomplete, errors occurred!
error: builder for '/nix/store/qimhmqxsq0j1m00v7xrjj3sbaadzbfcy-timescaledb-2.11.2.drv' failed with exit code 1;
last 10 log lines:
> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
> -- Using compiler Clang
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> CMake Error at CMakeLists.txt:349 (message):
> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
>
>
> -- Configuring incomplete, errors occurred!
For full logs, run 'nix log /nix/store/qimhmqxsq0j1m00v7xrjj3sbaadzbfcy-timescaledb-2.11.2.drv'.
Built timescaledb-apache (15)
timescaledb-apache> unpacking sources
timescaledb-apache> unpacking source archive /nix/store/2r6spchcnkgpdgp8ylj0lgxqhmsim0nd-source
timescaledb-apache> source root is source
timescaledb-apache> patching sources
timescaledb-apache> updateAutotoolsGnuConfigScriptsPhase
timescaledb-apache> configuring
timescaledb-apache> fixing cmake files...
timescaledb-apache> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/share/doc/timescaledb-apache -DCMAKE_INSTALL_INFODIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/strip -DCMAKE_RANLIB=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ranlib -DCMAKE_AR=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/2fbdskz71d4hnx0kniryh4zw3rq2jngh-timescaledb-apache-2.11.2 -DSEND_TELEMETRY_DEFAULT=OFF -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DAPACHE_ONLY=ON -DLINTER=OFF
timescaledb-apache> -- The C compiler identification is Clang 11.1.0
timescaledb-apache> -- Detecting C compiler ABI info
timescaledb-apache> -- Detecting C compiler ABI info - done
timescaledb-apache> -- Check for working C compiler: /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/clang - skipped
timescaledb-apache> -- Detecting C compile features
timescaledb-apache> -- Detecting C compile features - done
timescaledb-apache> -- TimescaleDB version 2.11.2. Can be updated from version 2.11.1
timescaledb-apache> -- Build type is Release
timescaledb-apache> -- Install method is 'source'
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Failed
timescaledb-apache> -- Compiler does not support -Wno-format-truncation
timescaledb-apache> -- Performing Test CC_STRINGOP_TRUNCATION
timescaledb-apache> -- Performing Test CC_STRINGOP_TRUNCATION - Failed
timescaledb-apache> -- Compiler does not support -Wno-stringop-truncation
timescaledb-apache> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH
timescaledb-apache> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_NEWLINE_EOF
timescaledb-apache> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
timescaledb-apache> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
timescaledb-apache> -- Using compiler Clang
timescaledb-apache> -- Could NOT find Git (missing: GIT_EXECUTABLE)
timescaledb-apache> CMake Error at CMakeLists.txt:349 (message):
timescaledb-apache> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
timescaledb-apache>
timescaledb-apache> -- Configuring incomplete, errors occurred!
error: builder for '/nix/store/zjk78xcv4w6xyiv95wg4z4qh39n6bsfz-timescaledb-apache-2.11.2.drv' failed with exit code 1;
last 10 log lines:
> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
> -- Using compiler Clang
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> CMake Error at CMakeLists.txt:349 (message):
> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
>
>
> -- Configuring incomplete, errors occurred!
For full logs, run 'nix log /nix/store/zjk78xcv4w6xyiv95wg4z4qh39n6bsfz-timescaledb-apache-2.11.2.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘timescaledb_toolkit-1.16.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix:38 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘timescaledb_toolkit-1.16.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix:38 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built tsearch_extras (15)
tsearch-extras> unpacking sources
tsearch-extras> unpacking source archive /nix/store/gxri60xpdndkgs97m0ljjn1gm4pphmwb-source
tsearch-extras> source root is source
tsearch-extras> patching sources
tsearch-extras> updateAutotoolsGnuConfigScriptsPhase
tsearch-extras> configuring
tsearch-extras> no configure script, doing nothing
tsearch-extras> building
tsearch-extras> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
tsearch-extras> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsearch_extras.o tsearch_extras.c
tsearch-extras> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden tsearch_extras.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o tsearch_extras.dylib
tsearch-extras> installing
tsearch-extras> install: cannot stat 'tsearch_extras.so': No such file or directory
error: builder for '/nix/store/fxk6vlqj44qqk39rvxp5q6m2avwvnnyx-tsearch-extras-0.4.drv' failed with exit code 1;
last 10 log lines:
> patching sources
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsearch_extras.o tsearch_extras.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden tsearch_extras.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o tsearch_extras.dylib
> installing
> install: cannot stat 'tsearch_extras.so': No such file or directory
For full logs, run 'nix log /nix/store/fxk6vlqj44qqk39rvxp5q6m2avwvnnyx-tsearch-extras-0.4.drv'.
Built wal2json (15)
wal2json> unpacking sources
wal2json> unpacking source archive /nix/store/aawyrva4s9500cwnjm232db7pwbsakwl-source
wal2json> source root is source
wal2json> patching sources
wal2json> updateAutotoolsGnuConfigScriptsPhase
wal2json> configuring
wal2json> no configure script, doing nothing
wal2json> building
wal2json> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
wal2json> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o wal2json.o wal2json.c
wal2json> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden wal2json.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o wal2json.dylib
wal2json> installing
wal2json> install: missing file operand
wal2json> Try 'install --help' for more information.
error: builder for '/nix/store/njkgnzyr8qyzwywq6hcav9k2y3lcgr7d-wal2json-2.5.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o wal2json.o wal2json.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden wal2json.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres -o wal2json.dylib
> installing
> install: missing file operand
> Try 'install --help' for more information.
For full logs, run 'nix log /nix/store/njkgnzyr8qyzwywq6hcav9k2y3lcgr7d-wal2json-2.5.drv'.
> for i in 'age' 'apache_datasketches' 'cstore_fdw' 'jsonb_deep_sum' 'override' 'overrideDerivation' 'periods' 'pg_auto_failover' 'pg_bigm' 'pg_cron' 'pg_ed25519' 'pg_hint_plan' 'pg_hll' 'pg_ivm' 'pg_net' 'pg_partman' 'pg_rational' 'pg_relusage' 'pg_repack' 'pg_safeupdate' 'pg_similarity' 'pg_topn' 'pg_uuidv7' 'pgaudit' 'pgjwt' 'pgroonga' 'pgrouting' 'pgsql-http' 'pgtap' 'pgvector' 'pipelinedb' 'plpgsql_check' 'plr' 'plv8' 'postgis' 'promscale_extension' 'recurseForDerivations' 'repmgr' 'rum' 'smlar' 'tds_fdw' 'temporal_tables' 'timescaledb' 'timescaledb-apache' 'timescaledb_toolkit' 'tsearch_extras' 'wal2json'; do
nix build -L "n#postgresql15Packages.${i}" && print -l -- "\nBuilt ${i} (15)\n"
nix build -L "n#postgresql16Packages.${i}" && print -l -- "\nBuilt ${i} (16)\n"
done
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘age-1.1.0-rc0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/age.nix:59 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘age-1.1.0-rc0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/age.nix:59 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built apache_datasketches (15)
apache_datasketches> unpacking sources
apache_datasketches> unpacking source archive /nix/store/p7rs5mbdgxbgm4apfxr9rrswx5a0w4a6-datasketches-postgresql
apache_datasketches> unpacking source archive /nix/store/g1mywh8fba0xfxcyx8b420vq7yj2fhz6-datasketches-cpp
apache_datasketches> source root is datasketches-postgresql
apache_datasketches> patching sources
apache_datasketches> updateAutotoolsGnuConfigScriptsPhase
apache_datasketches> configuring
apache_datasketches> no configure script, doing nothing
apache_datasketches> building
apache_datasketches> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/global_hooks.o src/global_hooks.c
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/base64.o src/base64.c
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/common.o src/common.c
apache_datasketches> src/common.c:45:39: warning: implicit declaration of function 'VARDATA' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> b64_decode(encoded, encoded_length, VARDATA(decoded));
apache_datasketches> ^
apache_datasketches> src/common.c:45:39: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
apache_datasketches> b64_decode(encoded, encoded_length, VARDATA(decoded));
apache_datasketches> ^~~~~~~~~~~~~~~~
apache_datasketches> src/base64.h:24:57: note: passing argument to parameter 'dst' here
apache_datasketches> void b64_decode(const char *src, unsigned srclen, char *dst);
apache_datasketches> ^
apache_datasketches> src/common.c:46:3: warning: implicit declaration of function 'SET_VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> SET_VARSIZE(decoded, VARHDRSZ + decoded_length);
apache_datasketches> ^
apache_datasketches> src/common.c:55:47: warning: implicit declaration of function 'VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> const unsigned encoded_length = b64_enc_len(VARSIZE(bytes) - VARHDRSZ);
apache_datasketches> ^
apache_datasketches> src/common.c:57:14: warning: implicit declaration of function 'VARDATA' is invalid in C99 [-Wimplicit-function-declaration]
apache_datasketches> b64_encode(VARDATA(bytes), VARSIZE(bytes) - VARHDRSZ, encoded);
apache_datasketches> ^
apache_datasketches> src/common.c:57:14: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
apache_datasketches> b64_encode(VARDATA(bytes), VARSIZE(bytes) - VARHDRSZ, encoded);
apache_datasketches> ^~~~~~~~~~~~~~
apache_datasketches> src/base64.h:23:29: note: passing argument to parameter 'src' here
apache_datasketches> void b64_encode(const char *src, unsigned srclen, char *dst);
apache_datasketches> ^
apache_datasketches> 6 warnings generated.
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_float_sketch_pg_functions.o src/kll_float_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_float_sketch_c_adapter.o src/kll_float_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_double_sketch_pg_functions.o src/kll_double_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/kll_double_sketch_c_adapter.o src/kll_double_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/cpc_sketch_pg_functions.o src/cpc_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/cpc_sketch_c_adapter.o src/cpc_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/theta_sketch_pg_functions.o src/theta_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/theta_sketch_c_adapter.o src/theta_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/frequent_strings_sketch_pg_functions.o src/frequent_strings_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/frequent_strings_sketch_c_adapter.o src/frequent_strings_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll_sketch_pg_functions.o src/hll_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll_sketch_c_adapter.o src/hll_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/aod_sketch_pg_functions.o src/aod_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/aod_sketch_c_adapter.o src/aod_sketch_c_adapter.cpp
apache_datasketches> In file included from src/aod_sketch_c_adapter.cpp:34:
apache_datasketches> In file included from include/boost/math/distributions/students_t.hpp:16:
apache_datasketches> In file included from include/boost/math/special_functions/beta.hpp:13:
apache_datasketches> In file included from include/boost/math/special_functions/math_fwd.hpp:29:
apache_datasketches> In file included from include/boost/math/special_functions/detail/round_fwd.hpp:11:
apache_datasketches> include/boost/math/tools/config.hpp:23:6: warning: "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-W#warnings]
apache_datasketches> # warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)"
apache_datasketches> ^
apache_datasketches> 1 warning generated.
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/req_float_sketch_pg_functions.o src/req_float_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/req_float_sketch_c_adapter.o src/req_float_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/quantiles_double_sketch_pg_functions.o src/quantiles_double_sketch_pg_functions.c
apache_datasketches> clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/usr/local/include -Iboost -Idatasketches-cpp/common/include -Idatasketches-cpp/kll/include -Idatasketches-cpp/cpc/include -Idatasketches-cpp/theta/include -Idatasketches-cpp/fi/include -Idatasketches-cpp/hll/include -Idatasketches-cpp/tuple/include -Idatasketches-cpp/req/include -Idatasketches-cpp/quantiles/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/quantiles_double_sketch_c_adapter.o src/quantiles_double_sketch_c_adapter.cpp
apache_datasketches> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o datasketches".so" src/global_hooks.o src/base64.o src/common.o src/kll_float_sketch_pg_functions.o src/kll_float_sketch_c_adapter.o src/kll_double_sketch_pg_functions.o src/kll_double_sketch_c_adapter.o src/cpc_sketch_pg_functions.o src/cpc_sketch_c_adapter.o src/theta_sketch_pg_functions.o src/theta_sketch_c_adapter.o src/frequent_strings_sketch_pg_functions.o src/frequent_strings_sketch_c_adapter.o src/hll_sketch_pg_functions.o src/hll_sketch_c_adapter.o src/aod_sketch_pg_functions.o src/aod_sketch_c_adapter.o src/req_float_sketch_pg_functions.o src/req_float_sketch_c_adapter.o src/quantiles_double_sketch_pg_functions.o src/quantiles_double_sketch_c_adapter.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -lstdc++ -L/usr/local/lib -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
apache_datasketches> Undefined symbols for architecture arm64:
apache_datasketches> "_SET_VARSIZE", referenced from:
apache_datasketches> _pg_sketch_in in common.o
apache_datasketches> "_VARDATA", referenced from:
apache_datasketches> _pg_sketch_in in common.o
apache_datasketches> _pg_sketch_out in common.o
apache_datasketches> "_VARSIZE", referenced from:
apache_datasketches> _pg_sketch_out in common.o
apache_datasketches> ld: symbol(s) not found for architecture arm64
apache_datasketches> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
apache_datasketches> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: datasketches".so"] Error 1
error: builder for '/nix/store/7cflgfh10f792cl93fyz2r94z0m00xn1-apache_datasketches-1.6.0.drv' failed with exit code 2;
last 10 log lines:
> "_SET_VARSIZE", referenced from:
> _pg_sketch_in in common.o
> "_VARDATA", referenced from:
> _pg_sketch_in in common.o
> _pg_sketch_out in common.o
> "_VARSIZE", referenced from:
> _pg_sketch_out in common.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: datasketches".so"] Error 1
For full logs, run 'nix log /nix/store/7cflgfh10f792cl93fyz2r94z0m00xn1-apache_datasketches-1.6.0.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘cstore_fdw-unstable-2022-03-08’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/cstore_fdw.nix:27 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘cstore_fdw-unstable-2022-03-08’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/cstore_fdw.nix:27 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built jsonb_deep_sum (15)
Built jsonb_deep_sum (16)
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.override' is not a derivation or path
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql16Packages.override' is not a derivation or path
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.overrideDerivation' is not a derivation or path
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql16Packages.overrideDerivation' is not a derivation or path
Built periods (15)
Built periods (16)
Built pg_auto_failover (15)
pg_auto_failover> unpacking sources
pg_auto_failover> unpacking source archive /nix/store/8k41ciaj5fbhmhz46r84n7apswpxv7il-source
pg_auto_failover> source root is source
pg_auto_failover> patching sources
pg_auto_failover> updateAutotoolsGnuConfigScriptsPhase
pg_auto_failover> configuring
pg_auto_failover> no configure script, doing nothing
pg_auto_failover> building
pg_auto_failover> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
pg_auto_failover> make -C src/monitor/ all
pg_auto_failover> make[1]: Entering directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o conninfo.o conninfo.c
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o formation_metadata.o formation_metadata.c
pg_auto_failover> cc -std=c99 -D_GNU_SOURCE -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -Wno-missing-braces -fvisibility=hidden -std=c99 -Wall -Werror -Wno-unused-parameter -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -g -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o group_state_machine.o group_state_machine.c
pg_auto_failover> In file included from group_state_machine.c:24:
pg_auto_failover> ./version_compat.h:19:2: error: "Unknown or unsupported postgresql version"
pg_auto_failover> #error "Unknown or unsupported postgresql version"
pg_auto_failover> ^
pg_auto_failover> group_state_machine.c:2080:24: error: implicit declaration of function 'Abs' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
pg_auto_failover> int64 walDifference = Abs(otherNodeLsn - secondaryLsn);
pg_auto_failover> ^
pg_auto_failover> group_state_machine.c:2080:24: note: did you mean 'abs'?
pg_auto_failover> /nix/store/13070az7ny152x6lnbvjlpz1ds188fqx-libSystem-11.0.0/include/stdlib.h:132:6: note: 'abs' declared here
pg_auto_failover> int abs(int) __pure2;
pg_auto_failover> ^
pg_auto_failover> 2 errors generated.
pg_auto_failover> make[1]: *** [<builtin>: group_state_machine.o] Error 1
pg_auto_failover> make[1]: Leaving directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
pg_auto_failover> make: *** [Makefile:138: monitor] Error 2
error: builder for '/nix/store/3w6lffn0wmg1ficzq4i4cndm1q1h7121-pg_auto_failover-2.0.drv' failed with exit code 2;
last 10 log lines:
> int64 walDifference = Abs(otherNodeLsn - secondaryLsn);
> ^
> group_state_machine.c:2080:24: note: did you mean 'abs'?
> /nix/store/13070az7ny152x6lnbvjlpz1ds188fqx-libSystem-11.0.0/include/stdlib.h:132:6: note: 'abs' declared here
> int abs(int) __pure2;
> ^
> 2 errors generated.
> make[1]: *** [<builtin>: group_state_machine.o] Error 1
> make[1]: Leaving directory '/private/tmp/nix-build-pg_auto_failover-2.0.drv-0/source/src/monitor'
> make: *** [Makefile:138: monitor] Error 2
For full logs, run 'nix log /nix/store/3w6lffn0wmg1ficzq4i4cndm1q1h7121-pg_auto_failover-2.0.drv'.
Built pg_bigm (15)
pg_bigm> unpacking sources
pg_bigm> unpacking source archive /nix/store/23c44q9biv9rmbxki845k9214fqinyb0-pg_bigm-1.2-20200228.tar.gz
pg_bigm> source root is pg_bigm-1.2-20200228
pg_bigm> setting SOURCE_DATE_EPOCH to timestamp 1582867881 of file pg_bigm-1.2-20200228/sql/pg_bigm_ja.sql
pg_bigm> patching sources
pg_bigm> updateAutotoolsGnuConfigScriptsPhase
pg_bigm> configuring
pg_bigm> no configure script, doing nothing
pg_bigm> building
pg_bigm> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1 DLSUFFIX=\".so\"
pg_bigm> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o bigm_op.o bigm_op.c
pg_bigm> bigm_op.c:62:2: warning: implicit declaration of function 'DefineCustomBoolVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomBoolVariable("pg_bigm.enable_recheck",
pg_bigm> ^
pg_bigm> bigm_op.c:68:9: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:74:2: warning: implicit declaration of function 'DefineCustomIntVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomIntVariable("pg_bigm.gin_key_limit",
pg_bigm> ^
pg_bigm> bigm_op.c:81:8: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:87:2: warning: implicit declaration of function 'DefineCustomRealVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomRealVariable("pg_bigm.similarity_limit",
pg_bigm> ^
pg_bigm> bigm_op.c:94:9: error: use of undeclared identifier 'PGC_USERSET'
pg_bigm> PGC_USERSET,
pg_bigm> ^
pg_bigm> bigm_op.c:101:2: warning: implicit declaration of function 'DefineCustomStringVariable' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> DefineCustomStringVariable("pg_bigm.last_update",
pg_bigm> ^
pg_bigm> bigm_op.c:107:11: error: use of undeclared identifier 'GUC_REPORT'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:107:24: error: use of undeclared identifier 'GUC_NOT_IN_SAMPLE'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:107:44: error: use of undeclared identifier 'GUC_DISALLOW_IN_FILE'
pg_bigm> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
pg_bigm> ^
pg_bigm> bigm_op.c:106:11: error: use of undeclared identifier 'PGC_INTERNAL'
pg_bigm> PGC_INTERNAL,
pg_bigm> ^
pg_bigm> bigm_op.c:112:2: warning: implicit declaration of function 'EmitWarningsOnPlaceholders' is invalid in C99 [-Wimplicit-function-declaration]
pg_bigm> EmitWarningsOnPlaceholders("pg_bigm");
pg_bigm> ^
pg_bigm> 5 warnings and 7 errors generated.
pg_bigm> make: *** [<builtin>: bigm_op.o] Error 1
error: builder for '/nix/store/g33f5mycyiws1xa783yiwvm09344ah98-pg_bigm-1.2-20200228.drv' failed with exit code 2;
last 10 log lines:
> GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE,
> ^
> bigm_op.c:106:11: error: use of undeclared identifier 'PGC_INTERNAL'
> PGC_INTERNAL,
> ^
> bigm_op.c:112:2: warning: implicit declaration of function 'EmitWarningsOnPlaceholders' is invalid in C99 [-Wimplicit-function-declaration]
> EmitWarningsOnPlaceholders("pg_bigm");
> ^
> 5 warnings and 7 errors generated.
> make: *** [<builtin>: bigm_op.o] Error 1
For full logs, run 'nix log /nix/store/g33f5mycyiws1xa783yiwvm09344ah98-pg_bigm-1.2-20200228.drv'.
Built pg_cron (15)
Built pg_cron (16)
Built pg_ed25519 (15)
pg_ed25519> unpacking sources
pg_ed25519> unpacking source archive /nix/store/zadl2v381cbxqpbrlx2bxj76rz0pfg0q-source
pg_ed25519> source root is source
pg_ed25519> patching sources
pg_ed25519> updateAutotoolsGnuConfigScriptsPhase
pg_ed25519> configuring
pg_ed25519> no configure script, doing nothing
pg_ed25519> building
pg_ed25519> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/fe.o src/ed25519/fe.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/ge.o src/ed25519/ge.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sc.o src/ed25519/sc.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sha512.o src/ed25519/sha512.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/sign.o src/ed25519/sign.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/ed25519/verify.o src/ed25519/verify.c
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/pg_ed25519.o src/pg_ed25519.c
pg_ed25519> src/pg_ed25519.c:21:16: warning: implicit declaration of function 'VARSIZE_ANY_EXHDR' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> message_len = VARSIZE_ANY_EXHDR(message);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:36:2: warning: implicit declaration of function 'SET_VARSIZE' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> SET_VARSIZE(signature, ED25519_DIGEST_LENGTH + VARHDRSZ);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:38:33: warning: implicit declaration of function 'VARDATA_ANY' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> ed25519_sign((unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:38:15: warning: cast to 'unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> ed25519_sign((unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:39:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(message),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:41:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(public_key),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:42:15: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(private_key));
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:60:16: warning: implicit declaration of function 'VARSIZE_ANY_EXHDR' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> message_len = VARSIZE_ANY_EXHDR(message);
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:74:47: warning: implicit declaration of function 'VARDATA_ANY' is invalid in C99 [-Wimplicit-function-declaration]
pg_ed25519> res = ed25519_verify((const unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^
pg_ed25519> src/pg_ed25519.c:74:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> res = ed25519_verify((const unsigned char *) VARDATA_ANY(signature),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:75:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(message),
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> src/pg_ed25519.c:77:23: warning: cast to 'const unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
pg_ed25519> (const unsigned char *) VARDATA_ANY(public_key));
pg_ed25519> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pg_ed25519> 12 warnings generated.
pg_ed25519> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_ed25519".so" src/ed25519/fe.o src/ed25519/ge.o src/ed25519/sc.o src/ed25519/sha512.o src/ed25519/sign.o src/ed25519/verify.o src/pg_ed25519.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_ed25519> Undefined symbols for architecture arm64:
pg_ed25519> "_SET_VARSIZE", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> "_VARDATA_ANY", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> _pg_verify in pg_ed25519.o
pg_ed25519> "_VARSIZE_ANY_EXHDR", referenced from:
pg_ed25519> _pg_sign in pg_ed25519.o
pg_ed25519> _pg_verify in pg_ed25519.o
pg_ed25519> ld: symbol(s) not found for architecture arm64
pg_ed25519> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
pg_ed25519> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: pg_ed25519".so"] Error 1
error: builder for '/nix/store/f2j6b2w6fzr1c1z73cxj0f5fw34f26cv-pg_ed25519-0.2.drv' failed with exit code 2;
last 10 log lines:
> _pg_sign in pg_ed25519.o
> "_VARDATA_ANY", referenced from:
> _pg_sign in pg_ed25519.o
> _pg_verify in pg_ed25519.o
> "_VARSIZE_ANY_EXHDR", referenced from:
> _pg_sign in pg_ed25519.o
> _pg_verify in pg_ed25519.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: pg_ed25519".so"] Error 1
For full logs, run 'nix log /nix/store/f2j6b2w6fzr1c1z73cxj0f5fw34f26cv-pg_ed25519-0.2.drv'.
Built pg_hint_plan (15)
pg_hint_plan> unpacking sources
pg_hint_plan> unpacking source archive /nix/store/4mccjs13v9bh2b8qjglzjkk2briiri37-source
pg_hint_plan> source root is source
pg_hint_plan> patching sources
pg_hint_plan> updateAutotoolsGnuConfigScriptsPhase
pg_hint_plan> configuring
pg_hint_plan> no configure script, doing nothing
pg_hint_plan> building
pg_hint_plan> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
pg_hint_plan> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pg_hint_plan.o pg_hint_plan.c
pg_hint_plan> pg_hint_plan.c:2881:32: error: too many arguments to function call, expected single argument 'query', have 2 arguments
pg_hint_plan> jstate = JumbleQuery(query, query_str);
pg_hint_plan> ~~~~~~~~~~~ ^~~~~~~~~
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/nodes/queryjumble.h:67:21: note: 'JumbleQuery' declared here
pg_hint_plan> extern JumbleState *JumbleQuery(Query *query);
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4890:
pg_hint_plan> ./core.c:212:13: error: too many arguments to function call, expected 5, have 6
pg_hint_plan> false);
pg_hint_plan> ^~~~~
pg_hint_plan> /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/resource-root/include/stdbool.h:17:15: note: expanded from macro 'false'
pg_hint_plan> #define false 0
pg_hint_plan> ^
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/paths.h:221:14: note: 'build_expression_pathkey' declared here
pg_hint_plan> extern List *build_expression_pathkey(PlannerInfo *root, Expr *expr,
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4890:
pg_hint_plan> ./core.c:1720:14: error: too many arguments to function call, expected 6, have 7
pg_hint_plan> child_sjinfo->jointype);
pg_hint_plan> ^~~~~~~~~~~~~~~~~~~~~~
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:338:20: note: 'build_child_join_rel' declared here
pg_hint_plan> extern RelOptInfo *build_child_join_rel(PlannerInfo *root,
pg_hint_plan> ^
pg_hint_plan> In file included from pg_hint_plan.c:4895:
pg_hint_plan> ./make_join_rel.c:115:11: error: no member named 'delay_upper_joins' in 'struct SpecialJoinInfo'
pg_hint_plan> sjinfo->delay_upper_joins = false;
pg_hint_plan> ~~~~~~ ^
pg_hint_plan> ./make_join_rel.c:127:22: error: too few arguments to function call, expected 7, have 6
pg_hint_plan> &restrictlist);
pg_hint_plan> ^
pg_hint_plan> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:309:20: note: 'build_join_rel' declared here
pg_hint_plan> extern RelOptInfo *build_join_rel(PlannerInfo *root,
pg_hint_plan> ^
pg_hint_plan> 5 errors generated.
pg_hint_plan> make: *** [<builtin>: pg_hint_plan.o] Error 1
error: builder for '/nix/store/4rqll5klbvfbzqjdqjr1fn3v192453ky-pg_hint_plan-14-1.4.0.drv' failed with exit code 2;
last 10 log lines:
> sjinfo->delay_upper_joins = false;
> ~~~~~~ ^
> ./make_join_rel.c:127:22: error: too few arguments to function call, expected 7, have 6
> &restrictlist);
> ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/pathnode.h:309:20: note: 'build_join_rel' declared here
> extern RelOptInfo *build_join_rel(PlannerInfo *root,
> ^
> 5 errors generated.
> make: *** [<builtin>: pg_hint_plan.o] Error 1
For full logs, run 'nix log /nix/store/4rqll5klbvfbzqjdqjr1fn3v192453ky-pg_hint_plan-14-1.4.0.drv'.
Built pg_hll (15)
pg_hll> unpacking sources
pg_hll> unpacking source archive /nix/store/ngaglij2zk2y1lh1zvsjkggsq1wpri4f-source
pg_hll> source root is source
pg_hll> patching sources
pg_hll> updateAutotoolsGnuConfigScriptsPhase
pg_hll> configuring
pg_hll> no configure script, doing nothing
pg_hll> building
pg_hll> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
pg_hll> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -std=c99 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/hll.o src/hll.c
pg_hll> src/hll.c:145:12: error: static declaration of 'get_extension_schema' follows non-static declaration
pg_hll> static Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/extension.h:50:12: note: previous declaration is here
pg_hll> extern Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> src/hll.c:267:1: error: static declaration of 'get_extension_schema' follows non-static declaration
pg_hll> get_extension_schema(Oid ext_oid)
pg_hll> ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/extension.h:50:12: note: previous declaration is here
pg_hll> extern Oid get_extension_schema(Oid ext_oid);
pg_hll> ^
pg_hll> src/hll.c:326:83: error: too few arguments to function call, expected 2, have 1
pg_hll> List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName);
pg_hll> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
pg_hll> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
pg_hll> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
pg_hll> ^
pg_hll> 3 errors generated.
pg_hll> make: *** [<builtin>: src/hll.o] Error 1
error: builder for '/nix/store/6y150rkwna9mmzq7i731jg8dm1mmy6yr-pg_hll-2.17.drv' failed with exit code 2;
last 10 log lines:
> extern Oid get_extension_schema(Oid ext_oid);
> ^
> src/hll.c:326:83: error: too few arguments to function call, expected 2, have 1
> List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName);
> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
> ^
> 3 errors generated.
> make: *** [<builtin>: src/hll.o] Error 1
For full logs, run 'nix log /nix/store/6y150rkwna9mmzq7i731jg8dm1mmy6yr-pg_hll-2.17.drv'.
Built pg_ivm (15)
pg_ivm> unpacking sources
pg_ivm> unpacking source archive /nix/store/pk1hp9n34697kifc83k3h0lb2crrjakj-source
pg_ivm> source root is source
pg_ivm> patching sources
pg_ivm> updateAutotoolsGnuConfigScriptsPhase
pg_ivm> configuring
pg_ivm> no configure script, doing nothing
pg_ivm> building
pg_ivm> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
pg_ivm> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o createas.o createas.c
pg_ivm> createas.c:1344:9: error: no member named 'oldNode' in 'struct IndexStmt'
pg_ivm> index->oldNode = InvalidOid;
pg_ivm> ~~~~~ ^
pg_ivm> createas.c:1346:9: error: no member named 'oldFirstRelfilenodeSubid' in 'struct IndexStmt'; did you mean 'oldFirstRelfilelocatorSubid'?
pg_ivm> index->oldFirstRelfilenodeSubid = InvalidSubTransactionId;
pg_ivm> ^~~~~~~~~~~~~~~~~~~~~~~~
pg_ivm> oldFirstRelfilelocatorSubid
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/nodes/parsenodes.h:3196:19: note: 'oldFirstRelfilelocatorSubid' declared here
pg_ivm> SubTransactionId oldFirstRelfilelocatorSubid; /* rd_firstRelfilelocatorSubid
pg_ivm> ^
pg_ivm> createas.c:1463:40: error: too few arguments to function call, expected 11, have 10
pg_ivm> false, true, false, false, true);
pg_ivm> ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/commands/defrem.h:27:22: note: 'DefineIndex' declared here
pg_ivm> extern ObjectAddress DefineIndex(Oid relationId,
pg_ivm> ^
pg_ivm> createas.c:1577:79: error: too few arguments to function call, expected 3, have 2
pg_ivm> TargetEntry *tle = (TargetEntry *) flatten_join_alias_vars(query, lfirst(lc));
pg_ivm> ~~~~~~~~~~~~~~~~~~~~~~~ ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/optimizer.h:200:14: note: 'flatten_join_alias_vars' declared here
pg_ivm> extern Node *flatten_join_alias_vars(PlannerInfo *root, Query *query, Node *node);
pg_ivm> ^
pg_ivm> createas.c:1599:71: error: too few arguments to function call, expected 3, have 2
pg_ivm> rels_in_from = get_relids_in_jointree((Node *) query->jointree, false);
pg_ivm> ~~~~~~~~~~~~~~~~~~~~~~ ^
pg_ivm> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/prep.h:32:15: note: 'get_relids_in_jointree' declared here
pg_ivm> extern Relids get_relids_in_jointree(Node *jtnode, bool include_outer_joins,
pg_ivm> ^
pg_ivm> 5 errors generated.
pg_ivm> make: *** [<builtin>: createas.o] Error 1
error: builder for '/nix/store/px0cd6v43d7vg1cys4za1ixyh706nilb-pg_ivm-1.6.drv' failed with exit code 2;
last 10 log lines:
> extern Node *flatten_join_alias_vars(PlannerInfo *root, Query *query, Node *node);
> ^
> createas.c:1599:71: error: too few arguments to function call, expected 3, have 2
> rels_in_from = get_relids_in_jointree((Node *) query->jointree, false);
> ~~~~~~~~~~~~~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/optimizer/prep.h:32:15: note: 'get_relids_in_jointree' declared here
> extern Relids get_relids_in_jointree(Node *jtnode, bool include_outer_joins,
> ^
> 5 errors generated.
> make: *** [<builtin>: createas.o] Error 1
For full logs, run 'nix log /nix/store/px0cd6v43d7vg1cys4za1ixyh706nilb-pg_ivm-1.6.drv'.
Built pg_net (15)
Built pg_net (16)
Built pg_partman (15)
Built pg_partman (16)
Built pg_rational (15)
Built pg_rational (16)
Built pg_relusage (15)
Built pg_relusage (16)
Built pg_repack (15)
Built pg_repack (16)
Built pg_safeupdate (15)
Built pg_safeupdate (16)
Built pg_similarity (15)
pg_similarity> unpacking sources
pg_similarity> unpacking source archive /nix/store/0kvzl7in7yxn3d6lv65604difg2516m6-source
pg_similarity> source root is source
pg_similarity> patching sources
pg_similarity> updateAutotoolsGnuConfigScriptsPhase
pg_similarity> configuring
pg_similarity> no configure script, doing nothing
pg_similarity> building
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tokenizer.o tokenizer.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o similarity.o similarity.c
pg_similarity> similarity.c:579:4: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
pg_similarity> LONG_MAX,
pg_similarity> ^~~~~~~~
pg_similarity> /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/resource-root/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
pg_similarity> #define LONG_MAX __LONG_MAX__
pg_similarity> ^~~~~~~~~~~~
pg_similarity> <built-in>:40:22: note: expanded from here
pg_similarity> #define __LONG_MAX__ 9223372036854775807L
pg_similarity> ^~~~~~~~~~~~~~~~~~~~
pg_similarity> 1 warning generated.
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o similarity_gin.o similarity_gin.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o block.o block.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o cosine.o cosine.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o dice.o dice.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o euclidean.o euclidean.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o hamming.o hamming.c
pg_similarity> hamming.c:181:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hammingdistance(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:181:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hammingdistance(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:191:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hamming(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> hamming.c:191:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
pg_similarity> elog(DEBUG1, "hamming(%s, %s) = %.3f", DatumGetCString(a), DatumGetCString(b), res);
pg_similarity> ^
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:239:34: note: expanded from macro 'elog'
pg_similarity> ereport(elevel, errmsg_internal(__VA_ARGS__))
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:164:37: note: expanded from macro 'ereport'
pg_similarity> ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__)
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/elog.h:147:4: note: expanded from macro 'ereport_domain'
pg_similarity> __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \
pg_similarity> ^~~~~~~~~~~
pg_similarity> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:335:23: note: passing argument to parameter 'X' here
pg_similarity> DatumGetCString(Datum X)
pg_similarity> ^
pg_similarity> 4 warnings generated.
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jaccard.o jaccard.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o jaro.o jaro.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o levenshtein.o levenshtein.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o matching.o matching.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o mongeelkan.o mongeelkan.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o needlemanwunsch.o needlemanwunsch.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o overlap.o overlap.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o qgram.o qgram.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwaterman.o smithwaterman.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwatermangotoh.o smithwatermangotoh.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o soundex.o soundex.c
pg_similarity> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_similarity.dylib tokenizer.o similarity.o similarity_gin.o block.o cosine.o dice.o euclidean.o hamming.o jaccard.o jaro.o levenshtein.o matching.o mongeelkan.o needlemanwunsch.o overlap.o qgram.o smithwaterman.o smithwatermangotoh.o soundex.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
pg_similarity> sed 's,MODULE_PATHNAME,$libdir/pg_similarity,g' pg_similarity.sql.in >pg_similarity.sql
pg_similarity> installing
pg_similarity> install: cannot stat 'pg_similarity.so': No such file or directory
error: builder for '/nix/store/jj53l3in0c36jnhm672qywd7i10gy275-pg_similarity-1.0.drv' failed with exit code 1;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o needlemanwunsch.o needlemanwunsch.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o overlap.o overlap.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o qgram.o qgram.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwaterman.o smithwaterman.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smithwatermangotoh.o smithwatermangotoh.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o soundex.o soundex.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o pg_similarity.dylib tokenizer.o similarity.o similarity_gin.o block.o cosine.o dice.o euclidean.o hamming.o jaccard.o jaro.o levenshtein.o matching.o mongeelkan.o needlemanwunsch.o overlap.o qgram.o smithwaterman.o smithwatermangotoh.o soundex.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> sed 's,MODULE_PATHNAME,$libdir/pg_similarity,g' pg_similarity.sql.in >pg_similarity.sql
> installing
> install: cannot stat 'pg_similarity.so': No such file or directory
For full logs, run 'nix log /nix/store/jj53l3in0c36jnhm672qywd7i10gy275-pg_similarity-1.0.drv'.
Built pg_topn (15)
Built pg_topn (16)
Built pg_uuidv7 (15)
Built pg_uuidv7 (16)
Built pgaudit (15)
pgaudit> unpacking sources
pgaudit> unpacking source archive /nix/store/yq19xry6gaf45w43y5kwvq32sa3l3vkk-source
pgaudit> source root is source
pgaudit> patching sources
pgaudit> updateAutotoolsGnuConfigScriptsPhase
pgaudit> configuring
pgaudit> no configure script, doing nothing
pgaudit> building
pgaudit> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1 DLSUFFIX=\".so\"
pgaudit> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o pgaudit.o pgaudit.c
pgaudit> pgaudit.c:983:19: warning: implicit declaration of function 'bms_first_member' is invalid in C99 [-Wimplicit-function-declaration]
pgaudit> while ((col = bms_first_member(tmpSet)) >= 0)
pgaudit> ^
pgaudit> pgaudit.c:1069:18: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> if (rte->requiredPerms & ACL_INSERT)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1075:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_UPDATE &&
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1082:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_DELETE)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1088:23: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> else if (rte->requiredPerms & ACL_SELECT)
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1153:22: error: no member named 'requiredPerms' in 'struct RangeTblEntry'
pgaudit> rte->requiredPerms;
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1174:53: error: no member named 'selectedCols' in 'struct RangeTblEntry'
pgaudit> rte->selectedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1184:53: error: no member named 'insertedCols' in 'struct RangeTblEntry'
pgaudit> rte->insertedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1194:53: error: no member named 'updatedCols' in 'struct RangeTblEntry'
pgaudit> rte->updatedCols,
pgaudit> ~~~ ^
pgaudit> pgaudit.c:1418:60: error: too few arguments to function call, expected 3, have 2
pgaudit> !(*next_ExecutorCheckPerms_hook) (rangeTabls, abort))
pgaudit> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
pgaudit> pgaudit.c:2185:29: warning: incompatible function pointer types assigning to 'ExecutorCheckPerms_hook_type' (aka 'bool (*)(struct List *, struct List *, bool)') from 'bool (List *, bool)' (aka 'bool (struct List *, bool)') [-Wincompatible-function-pointer-types]
pgaudit> ExecutorCheckPerms_hook = pgaudit_ExecutorCheckPerms_hook;
pgaudit> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pgaudit> 2 warnings and 9 errors generated.
pgaudit> make: *** [<builtin>: pgaudit.o] Error 1
error: builder for '/nix/store/v5fvxpi76ga0ck1x1af42ypqwik54nng-pgaudit-1.7.0.drv' failed with exit code 2;
last 10 log lines:
> rte->updatedCols,
> ~~~ ^
> pgaudit.c:1418:60: error: too few arguments to function call, expected 3, have 2
> !(*next_ExecutorCheckPerms_hook) (rangeTabls, abort))
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> pgaudit.c:2185:29: warning: incompatible function pointer types assigning to 'ExecutorCheckPerms_hook_type' (aka 'bool (*)(struct List *, struct List *, bool)') from 'bool (List *, bool)' (aka 'bool (struct List *, bool)') [-Wincompatible-function-pointer-types]
> ExecutorCheckPerms_hook = pgaudit_ExecutorCheckPerms_hook;
> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2 warnings and 9 errors generated.
> make: *** [<builtin>: pgaudit.o] Error 1
For full logs, run 'nix log /nix/store/v5fvxpi76ga0ck1x1af42ypqwik54nng-pgaudit-1.7.0.drv'.
Built pgjwt (15)
Built pgjwt (16)
Built pgroonga (15)
Built pgroonga (16)
Built pgrouting (15)
Built pgrouting (16)
Built pgsql-http (15)
Built pgsql-http (16)
Built pgtap (15)
Built pgtap (16)
Built pgvector (15)
Built pgvector (16)
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘pipelinedb-1.0.0-13’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/pipelinedb.nix:32 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘pipelinedb-1.0.0-13’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/pipelinedb.nix:32 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built plpgsql_check (15)
Built plpgsql_check (16)
Built plr (15)
Built plr (16)
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘plv8-3.1.5’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/plv8/default.nix:136 is not available on the requested hostPlatform:
hostPlatform.config = "aarch64-apple-darwin"
package.meta.platforms = [
"x86_64-linux"
"aarch64-linux"
]
package.meta.badPlatforms = [ ]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘plv8-3.1.5’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/plv8/default.nix:136 is not available on the requested hostPlatform:
hostPlatform.config = "aarch64-apple-darwin"
package.meta.platforms = [
"x86_64-linux"
"aarch64-linux"
]
package.meta.badPlatforms = [ ]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
Built postgis (15)
Built postgis (16)
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘promscale_extension-0.8.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/promscale_extension.nix:50 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"promscale_extension"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘promscale_extension-0.8.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/promscale_extension.nix:50 has an unfree license (‘unfree’), refusing to evaluate.
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"promscale_extension"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql15Packages.recurseForDerivations' is not a derivation or path
error: flake output attribute 'legacyPackages.aarch64-darwin.postgresql16Packages.recurseForDerivations' is not a derivation or path
Built repmgr (15)
Built repmgr (16)
Built rum (15)
Built rum (16)
Built smlar (15)
smlar-unstable> unpacking sources
smlar-unstable> unpacking source archive /nix/store/v6pczksinp0p5xx0h9yq98gbmr0wi8qm-smlar-f2522d5
smlar-unstable> source root is smlar-f2522d5
smlar-unstable> patching sources
smlar-unstable> updateAutotoolsGnuConfigScriptsPhase
smlar-unstable> configuring
smlar-unstable> no configure script, doing nothing
smlar-unstable> building
smlar-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash USE_PGXS=1 DLSUFFIX=\".so\"
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar.o smlar.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_gist.o smlar_gist.c
smlar-unstable> smlar_gist.c:433:45: warning: incompatible pointer to integer conversion passing 'struct varlena *' to parameter of type 'Datum' (aka 'unsigned long') [-Wint-conversion]
smlar-unstable> SmlSign *key = (SmlSign*)DatumGetPointer(PG_DETOAST_DATUM(entry->key));
smlar-unstable> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
smlar-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/fmgr.h:241:2: note: expanded from macro 'PG_DETOAST_DATUM'
smlar-unstable> pg_detoast_datum((struct varlena *) DatumGetPointer(datum))
smlar-unstable> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smlar-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/postgres.h:312:23: note: passing argument to parameter 'X' here
smlar-unstable> DatumGetPointer(Datum X)
smlar-unstable> ^
smlar-unstable> smlar_gist.c:825:28: warning: implicit declaration of function 'Abs' is invalid in C99 [-Wimplicit-function-declaration]
smlar-unstable> costvector[j - 1].cost = Abs(size_alpha - size_beta);
smlar-unstable> ^
smlar-unstable> 2 warnings generated.
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_gin.o smlar_gin.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_cache.o smlar_cache.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsarr.o tsarr.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_guc.o smlar_guc.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_stat.o smlar_stat.c
smlar-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o smlar".so" smlar.o smlar_gist.o smlar_gin.o smlar_cache.o tsarr.o smlar_guc.o smlar_stat.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
smlar-unstable> Undefined symbols for architecture arm64:
smlar-unstable> "_Abs", referenced from:
smlar-unstable> _gsmlsign_picksplit in smlar_gist.o
smlar-unstable> ld: symbol(s) not found for architecture arm64
smlar-unstable> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
smlar-unstable> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: smlar".so"] Error 1
error: builder for '/nix/store/y4y8bx4gqqng1iddaqz28j4dzdnwlgcv-smlar-unstable-2021-11-08.drv' failed with exit code 2;
last 10 log lines:
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o tsarr.o tsarr.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_guc.o smlar_guc.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o smlar_stat.o smlar_stat.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -bundle -multiply_defined suppress -o smlar".so" smlar.o smlar_gist.o smlar_gin.o smlar_cache.o tsarr.o smlar_guc.o smlar_stat.o -L/nix/store/6ildn6qxzk4vcpzipi48m46dwgpz3syz-postgresql-16.0-lib/lib -L/nix/store/5zghyzxf6zvnavmglcjhrab140gfmwig-libxml2-2.11.5/lib -L/nix/store/xal70bxk0rx3c8fsazlixhsc7nady7jn-lz4-1.9.4/lib -L/nix/store/ay59b8c1s2p2wr292ssa353ww0smczc3-zstd-1.5.5/lib -Wl,-dead_strip_dylibs -fvisibility=hidden -bundle_loader /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/bin/postgres
> Undefined symbols for architecture arm64:
> "_Abs", referenced from:
> _gsmlsign_picksplit in smlar_gist.o
> ld: symbol(s) not found for architecture arm64
> clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/lib/pgxs/src/makefiles/../../src/Makefile.shlib:278: smlar".so"] Error 1
For full logs, run 'nix log /nix/store/y4y8bx4gqqng1iddaqz28j4dzdnwlgcv-smlar-unstable-2021-11-08.drv'.
tds_fdw-unstable> unpacking sources
tds_fdw-unstable> unpacking source archive /nix/store/rq46vn98rgax94axycpvrn1hgwwsyv02-source
tds_fdw-unstable> source root is source
tds_fdw-unstable> patching sources
tds_fdw-unstable> updateAutotoolsGnuConfigScriptsPhase
tds_fdw-unstable> configuring
tds_fdw-unstable> no configure script, doing nothing
tds_fdw-unstable> building
tds_fdw-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
tds_fdw-unstable> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
tds_fdw-unstable> return (objectId < FirstBootstrapObjectId);
tds_fdw-unstable> ^
tds_fdw-unstable> 1 error generated.
tds_fdw-unstable> make: *** [<builtin>: src/deparse.o] Error 1
error: builder for '/nix/store/h0y77xh339ks1cglprz2wh08l7bkvf5c-tds_fdw-unstable-2021-12-14.drv' failed with exit code 2;
last 10 log lines:
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/server -I/nix/store/n4wsbhyakr6mnjafdb05fzb8zavc1zs7-postgresql-15.4/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
> return (objectId < FirstBootstrapObjectId);
> ^
> 1 error generated.
> make: *** [<builtin>: src/deparse.o] Error 1
For full logs, run 'nix log /nix/store/h0y77xh339ks1cglprz2wh08l7bkvf5c-tds_fdw-unstable-2021-12-14.drv'.
tds_fdw-unstable> unpacking sources
tds_fdw-unstable> unpacking source archive /nix/store/rq46vn98rgax94axycpvrn1hgwwsyv02-source
tds_fdw-unstable> source root is source
tds_fdw-unstable> patching sources
tds_fdw-unstable> updateAutotoolsGnuConfigScriptsPhase
tds_fdw-unstable> configuring
tds_fdw-unstable> no configure script, doing nothing
tds_fdw-unstable> building
tds_fdw-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
tds_fdw-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
tds_fdw-unstable> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
tds_fdw-unstable> return (objectId < FirstBootstrapObjectId);
tds_fdw-unstable> ^
tds_fdw-unstable> 1 error generated.
tds_fdw-unstable> make: *** [<builtin>: src/deparse.o] Error 1
error: builder for '/nix/store/bznxmcwmrsp0sbir1l8v2rc6f6ibivkl-tds_fdw-unstable-2021-12-14.drv' failed with exit code 2;
last 10 log lines:
> building
> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/tds_fdw.o src/tds_fdw.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/options.o src/options.c
> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I./include/ -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o src/deparse.o src/deparse.c
> src/deparse.c:667:21: error: use of undeclared identifier 'FirstBootstrapObjectId'
> return (objectId < FirstBootstrapObjectId);
> ^
> 1 error generated.
> make: *** [<builtin>: src/deparse.o] Error 1
For full logs, run 'nix log /nix/store/bznxmcwmrsp0sbir1l8v2rc6f6ibivkl-tds_fdw-unstable-2021-12-14.drv'.
Built temporal_tables (15)
temporal_tables-unstable> unpacking sources
temporal_tables-unstable> unpacking source archive /nix/store/49rg2pibhfpjj9g19gcirv5s97raqcwd-source
temporal_tables-unstable> source root is source
temporal_tables-unstable> patching sources
temporal_tables-unstable> updateAutotoolsGnuConfigScriptsPhase
temporal_tables-unstable> configuring
temporal_tables-unstable> no configure script, doing nothing
temporal_tables-unstable> building
temporal_tables-unstable> build flags: SHELL=/nix/store/hm8sxwvz7qbf5kzgprdlggj231l5g2s4-bash-5.2-p15/bin/bash DLSUFFIX=\".so\"
temporal_tables-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o temporal_tables.o temporal_tables.c
temporal_tables-unstable> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fvisibility=hidden -I. -I./ -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server -I/nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/internal -I/nix/store/i9ac4y0pz99s3f0d7hc248m3322rw204-icu4c-73.2-dev/include -I/nix/store/536vnf35izjph4f5hn3vcwvxmyn3fj4i-libxml2-2.11.5-dev/include/libxml2 -I/nix/store/acwyzia4nvg2bpmv1952fja4xnr3698c-lz4-1.9.4-dev/include -I/nix/store/5ad4bypscwiyhjgj60ghqv7q4hq85g81-zstd-1.5.5-dev/include -c -o versioning.o versioning.c
temporal_tables-unstable> versioning.c:628:82: error: too few arguments to function call, expected 2, have 1
temporal_tables-unstable> relrv = makeRangeVarFromNameList(stringToQualifiedNameList(history_relation_name));
temporal_tables-unstable> ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/regproc.h:28:14: note: 'stringToQualifiedNameList' declared here
temporal_tables-unstable> extern List *stringToQualifiedNameList(const char *string, Node *escontext);
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:930:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:981:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:996:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> versioning.c:1043:52: error: too few arguments to function call, expected 5, have 4
temporal_tables-unstable> range = make_range(typcache, &lower, &upper, false);
temporal_tables-unstable> ~~~~~~~~~~ ^
temporal_tables-unstable> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
temporal_tables-unstable> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
temporal_tables-unstable> ^
temporal_tables-unstable> 5 errors generated.
temporal_tables-unstable> make: *** [<builtin>: versioning.o] Error 1
error: builder for '/nix/store/hgza3dglgsfsp5gjibmlrw3byb7dpdky-temporal_tables-unstable-2021-02-20.drv' failed with exit code 2;
last 10 log lines:
> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
> ^
> versioning.c:1043:52: error: too few arguments to function call, expected 5, have 4
> range = make_range(typcache, &lower, &upper, false);
> ~~~~~~~~~~ ^
> /nix/store/aag1jq1gyll5sn9agi29jlw1pm607szv-postgresql-16.0/include/server/utils/rangetypes.h:153:19: note: 'make_range' declared here
> extern RangeType *make_range(TypeCacheEntry *typcache, RangeBound *lower,
> ^
> 5 errors generated.
> make: *** [<builtin>: versioning.o] Error 1
For full logs, run 'nix log /nix/store/hgza3dglgsfsp5gjibmlrw3byb7dpdky-temporal_tables-unstable-2021-02-20.drv'.
Built timescaledb (15)
timescaledb> unpacking sources
timescaledb> unpacking source archive /nix/store/2r6spchcnkgpdgp8ylj0lgxqhmsim0nd-source
timescaledb> source root is source
timescaledb> patching sources
timescaledb> updateAutotoolsGnuConfigScriptsPhase
timescaledb> configuring
timescaledb> fixing cmake files...
timescaledb> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/share/doc/timescaledb -DCMAKE_INSTALL_INFODIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/strip -DCMAKE_RANLIB=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ranlib -DCMAKE_AR=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/z51lfnqlrvbhgnm06dwwcic7psm8ll3g-timescaledb-2.11.2 -DSEND_TELEMETRY_DEFAULT=OFF -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DLINTER=OFF
timescaledb> -- The C compiler identification is Clang 11.1.0
timescaledb> -- Detecting C compiler ABI info
timescaledb> -- Detecting C compiler ABI info - done
timescaledb> -- Check for working C compiler: /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/clang - skipped
timescaledb> -- Detecting C compile features
timescaledb> -- Detecting C compile features - done
timescaledb> -- TimescaleDB version 2.11.2. Can be updated from version 2.11.1
timescaledb> -- Build type is Release
timescaledb> -- Install method is 'source'
timescaledb> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG
timescaledb> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success
timescaledb> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION
timescaledb> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Failed
timescaledb> -- Compiler does not support -Wno-format-truncation
timescaledb> -- Performing Test CC_STRINGOP_TRUNCATION
timescaledb> -- Performing Test CC_STRINGOP_TRUNCATION - Failed
timescaledb> -- Compiler does not support -Wno-stringop-truncation
timescaledb> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH
timescaledb> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success
timescaledb> -- Performing Test CC_SUPPORTS_NEWLINE_EOF
timescaledb> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
timescaledb> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
timescaledb> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
timescaledb> -- Using compiler Clang
timescaledb> -- Could NOT find Git (missing: GIT_EXECUTABLE)
timescaledb> CMake Error at CMakeLists.txt:349 (message):
timescaledb> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
timescaledb>
timescaledb> -- Configuring incomplete, errors occurred!
error: builder for '/nix/store/szcm8hnr3rr1a0b7i9b5k1sbwfj3rlwb-timescaledb-2.11.2.drv' failed with exit code 1;
last 10 log lines:
> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
> -- Using compiler Clang
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> CMake Error at CMakeLists.txt:349 (message):
> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
>
>
> -- Configuring incomplete, errors occurred!
For full logs, run 'nix log /nix/store/szcm8hnr3rr1a0b7i9b5k1sbwfj3rlwb-timescaledb-2.11.2.drv'.
Built timescaledb-apache (15)
timescaledb-apache> unpacking sources
timescaledb-apache> unpacking source archive /nix/store/2r6spchcnkgpdgp8ylj0lgxqhmsim0nd-source
timescaledb-apache> source root is source
timescaledb-apache> patching sources
timescaledb-apache> updateAutotoolsGnuConfigScriptsPhase
timescaledb-apache> configuring
timescaledb-apache> fixing cmake files...
timescaledb-apache> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/share/doc/timescaledb-apache -DCMAKE_INSTALL_INFODIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/strip -DCMAKE_RANLIB=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ranlib -DCMAKE_AR=/nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/i2c4g3w6phkj2liz3r6wmw9i4v2zkhy4-timescaledb-apache-2.11.2 -DSEND_TELEMETRY_DEFAULT=OFF -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DAPACHE_ONLY=ON -DLINTER=OFF
timescaledb-apache> -- The C compiler identification is Clang 11.1.0
timescaledb-apache> -- Detecting C compiler ABI info
timescaledb-apache> -- Detecting C compiler ABI info - done
timescaledb-apache> -- Check for working C compiler: /nix/store/lhqd2mwnd8wf1zh4jrd73hp8z1v5q9jw-clang-wrapper-11.1.0/bin/clang - skipped
timescaledb-apache> -- Detecting C compile features
timescaledb-apache> -- Detecting C compile features - done
timescaledb-apache> -- TimescaleDB version 2.11.2. Can be updated from version 2.11.1
timescaledb-apache> -- Build type is Release
timescaledb-apache> -- Install method is 'source'
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION
timescaledb-apache> -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Failed
timescaledb-apache> -- Compiler does not support -Wno-format-truncation
timescaledb-apache> -- Performing Test CC_STRINGOP_TRUNCATION
timescaledb-apache> -- Performing Test CC_STRINGOP_TRUNCATION - Failed
timescaledb-apache> -- Compiler does not support -Wno-stringop-truncation
timescaledb-apache> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH
timescaledb-apache> -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_NEWLINE_EOF
timescaledb-apache> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
timescaledb-apache> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
timescaledb-apache> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
timescaledb-apache> -- Using compiler Clang
timescaledb-apache> -- Could NOT find Git (missing: GIT_EXECUTABLE)
timescaledb-apache> CMake Error at CMakeLists.txt:349 (message):
timescaledb-apache> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
timescaledb-apache>
timescaledb-apache> -- Configuring incomplete, errors occurred!
error: builder for '/nix/store/4wmi03q4lgf202131b6dkk96d86nw57w-timescaledb-apache-2.11.2.drv' failed with exit code 1;
last 10 log lines:
> -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Success
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
> -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN - Success
> -- Using compiler Clang
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> CMake Error at CMakeLists.txt:349 (message):
> TimescaleDB only supports PostgreSQL 12, 13, 14 and 15
>
>
> -- Configuring incomplete, errors occurred!
For full logs, run 'nix log /nix/store/4wmi03q4lgf202131b6dkk96d86nw57w-timescaledb-apache-2.11.2.drv'.
error:
… in the condition of the assert statement
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/customisation.nix:222:17:
221| in commonAttrs // {
222| drvPath = assert condition; drv.drvPath;
| ^
223| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'handled'
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/stdenv/generic/check-meta.nix:447:7:
446| # or, alternatively, just output a warning message.
447| handled =
| ^
448| {
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘timescaledb_toolkit-1.16.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix:38 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
error:
… while evaluating a branch condition
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:818:9:
817| let here = attrPath ++ [n]; in
818| if length values == 1
| ^
819| || pred here (elemAt values 1) (head values) then
… in the right operand of the OR (||) operator
at /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/lib/attrsets.nix:819:9:
818| if length values == 1
819| || pred here (elemAt values 1) (head values) then
| ^
820| head values
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘timescaledb_toolkit-1.16.0’ in /nix/store/i6hq63805y784dml4j8pgkrz3lryxzld-source/pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix:38 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Built tsearch_extras (15)
Built tsearch_extras (16)
Built wal2json (15)
Built wal2json (16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment