Running phase: unpackPhase
unpacking source archive /nix/store/xxhrg4lqhdx78asmd4dhz9q0n4p2kh7s-source
source root is source
Running phase: patchPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/sh"
configure flags: --prefix=/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha --jq-prefix=/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1
config will be saved to config.mk
checking for AWK tool... awk
checking for MAKE tool... make
checking for C compiler... gcc
checking whether C compiler works... yes
checking for ar... ar
checking for ranlib... ranlib
checking host system type... x86_64-unknown-linux-gnu
checking whether compiler accepts -Werror=unknown-warning-option... no
checking whether compiler accepts -Werror=unused-command-line-argument... no
checking whether compiler accepts -Werror=ignored-optimization-argument... no
checking whether linker accepts -Werror=unknown-warning-option... no
checking whether linker accepts -Werror=unused-command-line-argument... no
checking whether linker accepts -Werror=ignored-optimization-argument... no
checking whether compiler accepts -fvectorize... no
checking whether compiler accepts -ftree-vectorize... yes
checking whether compiler accepts -fopt-info-vec-optimized... yes
checking whether compiler accepts -fopt-info-vec-missed... yes
checking whether compiler accepts -fopt-info-vec-all... yes
checking whether compiler accepts -fopenmp... yes
checking whether compiler accepts -fpie... yes
checking whether compiler accepts -fpic... yes
checking whether linker accepts -pie... yes
checking whether linker accepts -fpic... yes
checking whether compiler accepts -pipe... yes
checking whether compiler accepts -ffunction-sections... yes
checking whether compiler accepts -fdata-sections... yes
checking whether CPU accepts avx2... yes
checking whether CPU accepts sse2... yes
checking whether compiler accepts -msse2... yes
checking whether linker accepts -fwhole-program... yes
checking whether compiler accepts -fvisibility=hidden... yes
checking whether linker accepts -Wl,--gc-sections... yes
checking whether compiler accepts -march=native... yes
checking whether linker accepts -ldl... yes
checking whether linker accepts -Wl,-z,now... yes
checking whether linker accepts -Wl,-z,relro... yes
checking whether linker accepts -Wl,-z,now... yes
checking whether linker accepts -Wl,-z,relro... yes
checking whether compiler accepts memmem from string.h...yes
checking whether compiler accepts tgetent from termcap.h...no
checking --prefix-jq /nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1
checking whether linker accepts -ljq... yes
checking whether linker accepts -lm... yes
checking whether linker accepts -lshlwapi... no
checking whether linker accepts -pthread... yes
checking whether compiler accepts arc4random_uniform from stdlib.h...yes
checking whether compiler accepts __builtin_expect(0,0)...yes
checking whether compiler accepts __builtin_expect_with_probability(0,0,0.5)...yes
creating config.mk... done

****************************************************************
*  zsv configuration                                           *
****************************************************************
*  - jq-prefix: /nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1                                       *
*  - termcap: no. `pretty` will use default width assumption   *
*  - using 256-bit AVX2 instruction set
****************************************************************

To build and install, run
  ./install.sh
or
  make install

Other common commands:
  make                     # print available make commands
  (cd src && make install) # install library
  (cd app && make install) # install library and zsv CLI
  make uninstall           # uninstall library and zsv CLI
  make clean               # remove build artifacts

Running phase: buildPhase
build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash
**** Welcome to ZSV/lib (alpha) ****

This package has two primary components:
* zsvlib  : a fast CSV parser library
* zsv     : CSV editor and toolkit (that uses zsvlib)

`zsv` also supports dynamic extensions, a sample of which you can
build and run as described in docs/extension.md

To build, test and install zsvlib and zsv:
  ./configure && make test

To build and install zsvlib and zsv:
  ./configure && make install

To build and install only zsvlib:
  ./configure && make lib

To build and install only zsv (i.e. install both, remove zsvlib):
  ./configure && make install && make uninstall-lib

To save and build from a configuration without losing the current one,
use the configuration option CONFIGFILE e.g.:
  ./configure --config-file=/path/to/config.custom
  ./configure && make -C src CONFIGFILE=/path/to/config.custom install

To clean (remove temporary build objects) (after running configure):
  make clean

To uninstall libs and apps:
  make uninstall

Additional make options available for the library or the apps by
  running make from the src or app directory

For more information, see README.md
Running phase: installPhase
install flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash install
make[1]: Entering directory '/build/source/src'
Using config file /build/source/config.mk
No profiling set. To use PGO, compile with PGO=1, then run with data, then compile again with PGO=2
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fvisibility=hidden -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -mavx2 -msse2 -DZSV_EXTRAS -DNDEBUG -O3   -fopenmp -fPIC -std=gnu11 -Wno-gnu-statement-expression -Wshadow -Wall -Wextra -Wno-missing-braces -pedantic -D_GNU_SOURCE  -DZSV_VERSION=\"0.0.0-zsv\" -I/build/source/include -DNO_UTF8_CHECK -o /build/source/build/Linux/rel/gcc/objs/zsv.o -c zsv.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
ar rcv /build/source/build/Linux/rel/gcc/lib/libzsv.a /build/source/build/Linux/rel/gcc/objs/zsv.o
a - /build/source/build/Linux/rel/gcc/objs/zsv.o
ranlib /build/source/build/Linux/rel/gcc/lib/libzsv.a
ar -t /build/source/build/Linux/rel/gcc/lib/libzsv.a # check it is there
zsv.o
Built /build/source/build/Linux/rel/gcc/lib/libzsv.a
libzsv installed to /nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/lib/libzsv.a
include files copied to /nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include
make[1]: Leaving directory '/build/source/src'
make[1]: Entering directory '/build/source/app'
Using config file /build/source/config.mk
cat /build/source/app/../include/zsv/ext/implementation_private.h | perl -ne 'print if /ZSV_EXT_EXPORT/ .. /;/' | sed 's/ZSV_EXT_EXPORT *//g' | sed $'s/ *;.*/;\\\n/' | sed 's/(/)(/' | sed 's/zsv_ext_\([a-z]*\))/(*\1)/' | grep -v '^$' > cli_internal.h.in
cat cli_internal.h.in | sed 's/\(.*(\*\)\([^)]*\)\(.*\);/zsv_ext_func_assign((\1\3), \2);/' > cli_internal.c.in
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c cli.c -o /build/source/build/Linux/rel/gcc/objs/cli_cli.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cli.c: In function 'dl_name_from_func':
cli.c:603:44: warning: unused parameter 'func' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  603 | static char *dl_name_from_func(const void *func) {
      |                                ~~~~~~~~~~~~^~~~
cli.c: In function 'zsv_ext_new':
cli.c:688:44: warning: ISO C forbids conversion of function pointer to object pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pedantic-Wpedantic8;;]
  688 |       char *image_name = dl_name_from_func((const void *)tmp.module.id);
      |                                            ^
cli.c: In function 'zsv_ext_errmsg':
cli.c:197:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  197 |       asprintf(&s, "Unrecognized command %s", d->argv[1]);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cli.c:32:
cli_ini.c: In function 'load_extension_dl':
cli_ini.c:98:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   98 |   asprintf(&extension_name, "zsvext%s.%s", extension_id, DL_SUFFIX);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cli_ini.c: In function 'config_save':
cli_ini.c:39:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   39 |   asprintf(&tmp, "%s.tmp", config->filepath);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c echo.c -o /build/source/build/Linux/rel/gcc/objs/cli_echo.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/sqlite3
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
echo.c:58:12: warning: 'zsv_echo_sqlite3_check_stmt' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-function-Wunused-function8;;]
   58 | static int zsv_echo_sqlite3_check_stmt(sqlite3_stmt *stmt) {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c select.c -o /build/source/build/Linux/rel/gcc/objs/cli_select.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c desc.c -o /build/source/build/Linux/rel/gcc/objs/cli_desc.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/json_writer-1.0
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
desc.c: In function 'zsv_desc_print':
desc.c:290:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  290 |           asprintf(&tmp, "%s (%zu)", sl->value, sl->count + 1);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c count.c -o /build/source/build/Linux/rel/gcc/objs/cli_count.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c paste.c -o /build/source/build/Linux/rel/gcc/objs/cli_paste.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c 2tsv.c -o /build/source/build/Linux/rel/gcc/objs/cli_2tsv.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c pretty.c -o /build/source/build/Linux/rel/gcc/objs/cli_pretty.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c sql.c -o /build/source/build/Linux/rel/gcc/objs/cli_sql.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/sqlite3
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
sql.c: In function 'zsv_sql_main':
sql.c:437:46: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;]
  437 |               asprintf(&data.sql_dynamic, "%.*s from %s%s%s", prefix_end - my_sql, my_sql,
      |                                            ~~^~               ~~~~~~~~~~~~~~~~~~~
      |                                              |                           |
      |                                              int                         long int
sql.c:196:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  196 |             asprintf(&data.join_indexes, ",%s,", arg);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sql.c:212:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  212 |                 fread(data.sql_dynamic, 1, st.st_size, f);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sql.c:434:15: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  434 |               asprintf(&data.sql_dynamic, "select %s from %s",
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435 |                        sqlite3_str_value(select_clause), sqlite3_str_value(from_clause));
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sql.c:437:15: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  437 |               asprintf(&data.sql_dynamic, "%.*s from %s%s%s", prefix_end - my_sql, my_sql,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                        sqlite3_str_value(from_clause),
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439 |                        strlen(prefix_end + strlen(prefix_search)) ? " " : "",
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  440 |                        strlen(prefix_end + strlen(prefix_search)) ?
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                        prefix_end + strlen(prefix_search) : "");
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c flatten.c -o /build/source/build/Linux/rel/gcc/objs/cli_flatten.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c 2json.c -o /build/source/build/Linux/rel/gcc/objs/cli_2json.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/sqlite3 -I/build/source/app/external/json_writer-1.0
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c serialize.c -o /build/source/build/Linux/rel/gcc/objs/cli_serialize.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
serialize.c: In function 'serialize_header':
serialize.c:125:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  125 |     asprintf(&data->err_msg, "No columns read in first row; aborting\n");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
serialize.c:147:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  147 |           asprintf(&data->err_msg, "Column '%s' not found\n", (char *)c->name);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
serialize.c:153:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  153 |         asprintf(&data->err_msg, "Out of memory!");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
serialize.c:160:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  160 |         asprintf((char **)&data->header_names[i].str, "%u", i);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
serialize.c:172:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  172 |         asprintf(&data->err_msg, "Out of memory!");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c stack.c -o /build/source/build/Linux/rel/gcc/objs/cli_stack.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c 2db.c -o /build/source/build/Linux/rel/gcc/objs/cli_2db.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/sqlite3
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2db.c: In function 'zsv_2db_new':
2db.c:589:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  589 |   asprintf(&data->db_fn_tmp, "%s.tmp", data->opts.db_fn);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2db.c: In function 'json_process_value':
2db.c:554:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  554 |         asprintf(&defn, "%s,%.*s", data->json_parser.current_index.on, (int)len, jsstr);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c compare.c -o /build/source/build/Linux/rel/gcc/objs/cli_compare.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/sqlite3 -I/build/source/app/external/json_writer-1.0
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c prop.c -o /build/source/build/Linux/rel/gcc/objs/cli_prop.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
prop.c: In function 'zsv_prop_execute_clean':
prop.c:814:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  814 |     asprintf(&cache_parent, "%.*s%c%s", (int)dirpath_len, dirpath, FILESLASH, ZSV_CACHE_DIR);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prop.c: In function 'zsv_prop_foreach_clean':
prop.c:649:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  649 |       asprintf(&cache_owner_path, "%s%c%s", ctx->dirpath, FILESLASH, h->entry);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prop.c: In function 'zsv_prop_foreach_copy':
prop.c:697:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  697 |       asprintf(&dest_prop_filepath, "%s%s", ctx->dest_cache_dir, h->parent_and_entry + strlen((const char *)ctx->src_cache_dir));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prop.c:722:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  722 |             asprintf(&dest_prop_filepath_tmp, "%s.temp", dest_prop_filepath);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c rm.c -o /build/source/build/Linux/rel/gcc/objs/cli_rm.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c mv.c -o /build/source/build/Linux/rel/gcc/objs/cli_mv.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -DVERSION=\"0.0.0-zsv\" -DZSV_CLI -I/build/source/app/external/inih -I/build/source/app/external/sglib -I/build/source/include -c jq.c -o /build/source/build/Linux/rel/gcc/objs/cli_jq.o -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/utf8proc-2.6.1 -c /build/source/app/external/utf8proc-2.6.1/utf8proc.c -o /build/source/build/Linux/rel/gcc-external/utf8proc-2.6.1/utf8proc.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/inih -DINI_HANDLER_LINENO=1 -DINI_CALL_HANDLER_ON_NEW_SECTION=1 -c /build/source/app/external/inih/ini.c -o /build/source/build/Linux/rel/gcc-external/inih/inih.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -o /build/source/build/Linux/rel/gcc-external/sqlite3/sqlite3_and_csv_vtab.o -c external/sqlite3/sqlite3_and_csv_vtab.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
In file included from external/sqlite3/sqlite3_and_csv_vtab.c:1:
external/sqlite3/sqlite3.c: In function 'sqlite3DefaultRowEst':
external/sqlite3/sqlite3.c:114494:3: warning: this 'if' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;]
114494 |   if( pIdx->pPartIdxWhere!=0 ) x -= 10;  assert( 10==sqlite3LogEst(2) );
       |   ^~
In file included from external/sqlite3/sqlite3.c:14129:
external/sqlite3/sqlite3.c:114494:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
114494 |   if( pIdx->pPartIdxWhere!=0 ) x -= 10;  assert( 10==sqlite3LogEst(2) );
       |                                          ^~~~~~
In file included from external/sqlite3/sqlite3_and_csv_vtab.c:2:
external/sqlite3/sqlite3_csv_vtab-zsv.c: In function 'zsvtabConnect':
external/sqlite3/sqlite3_csv_vtab-zsv.c:209:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  209 |         asprintf(&errmsg, "max_columns= value must be > 0 and < 2000");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:214:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  214 |       asprintf(&errmsg, "bad parameter: '%s'", z);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:220:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  220 |     asprintf(&errmsg, "No csv filename provided");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:225:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  225 |     asprintf(&errmsg, "Unable to open for reading: %s", CSV_FILENAME);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:237:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  237 |     asprintf(&errmsg, "Could not fetch header row: %s", zsv_parse_status_desc(pNew->parser_status));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:278:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  278 |     asprintf(&errmsg, "bad schema: '%s' - %s", schema, sqlite3_errmsg(db));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3_csv_vtab-zsv.c:299:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  299 |   asprintf(&errmsg, "Out of memory!");
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from external/sqlite3/sqlite3_csv_vtab-zsv.c:152:
external/sqlite3/vtab_helper.c: In function 'csv_string_parameter':
external/sqlite3/vtab_helper.c:65:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   65 |     asprintf(errmsg, "more than one '%s' parameter", zParam);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/vtab_helper.c:70:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   70 |     asprintf(errmsg, "out of memory");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3.c: In function 'sqlite3VdbeExpandSql':
external/sqlite3/sqlite3.c:85232:10: warning: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-return-local-addr-Wreturn-local-addr8;;]
85232 |   return sqlite3StrAccumFinish(&out);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3.c:85128:8: note: declared here
85128 |   char zBase[100];         /* Initial working space */
      |        ^~~~~
external/sqlite3/sqlite3.c:85232:10: warning: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-return-local-addr-Wreturn-local-addr8;;]
85232 |   return sqlite3StrAccumFinish(&out);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
external/sqlite3/sqlite3.c:85128:8: note: declared here
85128 |   char zBase[100];         /* Initial working space */
      |        ^~~~~
external/sqlite3/sqlite3.c:85128:8: note: declared here
external/sqlite3/sqlite3.c:85128:8: note: declared here
external/sqlite3/sqlite3.c:85128:8: note: declared here
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/json_writer-1.0 -DINCLUDE_UTILS /build/source/app/external/json_writer-1.0/jsonwriter.c -c -o /build/source/build/Linux/rel/gcc-external/json_writer-1.0/jsonwriter.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
/build/source/app/external/json_writer-1.0/jsonwriter.c: In function 'jsonwriter_variant':
/build/source/app/external/json_writer-1.0/jsonwriter.c:368:29: note: the ABI of passing union with 'long double' has changed in GCC 4.4
  368 |   struct jsonwriter_variant jv = d->to_jsw_variant(data);
      |                             ^~
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/db.o -c utils/db.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib -I/build/source/app/external/json_writer-1.0 -I/build/source/app/external/sqlite3
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/writer.o -c utils/writer.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
utils/writer.c: In function 'zsv_writer_cell':
utils/writer.c:244:7: warning: pointer targets in assignment from 'const char *' to 'const unsigned char *' differ in signedness [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-sign-Wpointer-sign8;;]
  244 |     s = (const char *)tmp;
      |       ^
utils/writer.c:241:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  241 |     asprintf(&tmp, "%s%.*s", w->cell_prepend, (int)len, s);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils/writer.c: In function 'zsv_writer_cell_Lf':
utils/writer.c:241:23: warning: '%.*s' directive argument is null [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=8;;]
  241 |     asprintf(&tmp, "%s%.*s", w->cell_prepend, (int)len, s);
      |                       ^~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/file.o -c utils/file.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
utils/file.c: In function 'zsv_get_temp_filename':
utils/file.c:50:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   50 |   asprintf(&s, "%s/%s_XXXXXXXX", tmpdir, prefix);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/err.o -c utils/err.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/signal.o -c utils/signal.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/mem.o -c utils/mem.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/clock.o -c utils/clock.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/arg.o -c utils/arg.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/dl.o -c utils/dl.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/string.o -c utils/string.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/dirs.o -c utils/dirs.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
utils/dirs.c: In function 'zsv_foreach_dirent_aux':
utils/dirs.c:258:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  258 |       asprintf(&tmp, "%s%c%s", dir_path, FILESLASH, de->d_name);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from utils/dirs.c:317:
utils/dirs_from_json.c: In function 'zsv_dir_from_json_map_key':
utils/dirs_from_json.c:41:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   41 |       asprintf(&fn, "%s%c%.*s", ctx->filepath_prefix, FILESLASH, (int)len, s);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils/dirs_from_json.c:43:7: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   43 |       asprintf(&fn, "%.*s", (int)len, s);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/prop.o -c utils/prop.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/cache.o -c utils/cache.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
utils/cache.c: In function 'zsv_cache_filepath':
utils/cache.c:43:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
   43 |   asprintf((char **)&cache_filename, "%s.json%s", cache_filename_base, temp_file ? ZSV_TEMPFILE_SUFFIX : "");
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils/cache.c: In function 'zsv_cache_path':
utils/cache.c:223:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  223 |     asprintf(&filename_suffix, "%c%s%s", FILESLASH, cache_filename,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |              temp_file ? ZSV_TEMPFILE_SUFFIX : "");
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils/cache.c:227:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  227 |     asprintf(&s, ZSV_CACHE_DIR"%c%s%s", FILESLASH, data_filepath, filename_suffix ? filename_suffix : "");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils/cache.c:229:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;]
  229 |     asprintf(&s, "%.*s%c"ZSV_CACHE_DIR"%c%s%s", (int)(dir_end - data_filepath),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |              data_filepath, FILESLASH, FILESLASH, dir_end + 1, filename_suffix ? filename_suffix : "");
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/jq.o -c utils/jq.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/include -I/build/source/app/external/utf8proc-2.6.1 -DINCLUDE_SRC -o /build/source/build/Linux/rel/gcc/objs/utils/os.o -c utils/os.c -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -I/nix/store/75lxfnxl0wsifkqs6pb7rdmanrdd6qjp-jq-1.7.1/include -I/build/source/app/external/sglib
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_alloc.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_alloc.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_buf.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_buf.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_encode.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_encode.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_gen.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_gen.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_lex.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_lex.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_parser.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_parser.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
external/yajl/src/yajl_parser.c: In function 'yajl_do_parse':
external/yajl/src/yajl_parser.c:345:24: warning: this statement may fall through [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough-Wimplicit-fallthrough=8;;]
  345 |                     if (yajl_bs_current(hand->stateStack) ==
      |                        ^
external/yajl/src/yajl_parser.c:358:17: note: here
  358 |                 case yajl_tok_colon:
      |                 ^~~~
external/yajl/src/yajl_parser.c:416:24: warning: this statement may fall through [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough-Wimplicit-fallthrough=8;;]
  416 |                     if (yajl_bs_current(hand->stateStack) ==
      |                        ^
external/yajl/src/yajl_parser.c:425:17: note: here
  425 |                 default:
      |                 ^~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_tree.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_tree.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -c external/yajl/src/yajl_version.c -o /build/source/build/Linux/rel/gcc-external/yajl/yajl_version.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
gcc -pipe -ffunction-sections -fdata-sections -march=native  -fpic -std=gnu11 -Wunused -O3 -Wshadow -Wall -Wextra -DNDEBUG -Wno-gnu-statement-expression -Wno-missing-braces -pedantic -DSTDC_HEADERS -D_GNU_SOURCE -fvisibility=hidden  -I/nix/store/c5h25776f1gijwl4d5b8mqb11418jbyj-zsv-0.3.8-alpha/include -mavx2 -msse2 -DZSV_EXTRAS -DUSE_JQ -DHAVE_MEMMEM -DHAVE_ARC4RANDOM_UNIFORM -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_EXPECT_WITH_PROBABILITY -I/build/source/app/external -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external/utf8proc-2.6.1 -DUTF8PROC -DUTF8PROC_STATIC -I/build/source/app/external/yajl/build/yajl-2.1.1/include -I/build/source/app/external -c external/yajl_helper/yajl_helper.c -o /build/source/build/Linux/rel/gcc-external/yajl_helper/yajl_helper.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
external/yajl_helper/yajl_helper.c: In function 'yajl_helper_callbacks_init':
external/yajl_helper/yajl_helper.c:435:5: error: initialization of 'int (*)(void *, const char *, size_t,  int)' {aka 'int (*)(void *, const char *, long unsigned int,  int)'} from incompatible pointer type 'int (*)(void *, const unsigned char *, unsigned int,  int)' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  435 |     yajl_helper_error
      |     ^~~~~~~~~~~~~~~~~
external/yajl_helper/yajl_helper.c:435:5: note: (near initialization for 'x.yajl_helper_error')
At top level:
cc1: note: unrecognized command-line option '-Wno-gnu-statement-expression' may have been intended to silence earlier diagnostics
make[1]: *** [Makefile:411: /build/source/build/Linux/rel/gcc-external/yajl_helper/yajl_helper.o] Error 1
make[1]: Leaving directory '/build/source/app'
make: *** [Makefile:62: install] Error 2