Running phase: unpackPhase
unpacking source archive /nix/store/3f6vsrlj58xg83sh0jgm0gk95npi359n-code-r1056
source root is code-r1056
Running phase: patchPhase
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
no configure script, doing nothing
Running phase: buildPhase
build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash CC=cc all
/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash: line 1: svnversion: command not found
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o aprcl/mpz_aprcl32.o aprcl/mpz_aprcl32.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/clique.o common/filter/clique.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/filter.o common/filter/filter.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge.o common/filter/merge.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_post.o common/filter/merge_post.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_pre.o common/filter/merge_pre.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_util.o common/filter/merge_util.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/singleton.o common/filter/singleton.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/filter/singleton.c: In function 'filter_read_lp_file':
common/filter/singleton.c:155: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;;]
  155 |                 fread(&tmp, sizeof(uint32), header_words, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:160:25: 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;;]
  160 |                         fread(&curr_ideal, sizeof(uint32), (size_t)1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:211: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;;]
  211 |                 fread(r, sizeof(uint32), header_words, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:217:25: 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;;]
  217 |                         fread(&curr_ideal, sizeof(uint32), (size_t)1, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c: In function 'filter_read_lp_file_1pass':
common/filter/singleton.c:41:9: 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;;]
   41 |         fread(filter->relation_array, (size_t)1,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   42 |                         (size_t)filter->lp_file_size, fp);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c: In function 'filter_purge_lp_singletons':
common/filter/singleton.c:296: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;;]
  296 |                 fread(&tmp, sizeof(uint32), header_words, in_fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:297: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;;]
  297 |                 fread(ideal_list, sizeof(uint32),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298 |                         (size_t)tmp.ideal_count, in_fp);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:318:25: 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;;]
  318 |                         fread(&tmp, sizeof(uint32), header_words, in_fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:319:25: 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;;]
  319 |                         fread(ideal_list, sizeof(uint32),
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                         (size_t)tmp.ideal_count, in_fp);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:369: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;;]
  369 |                 fread(&tmp, sizeof(uint32), header_words, in_fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/filter/singleton.c:370: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;;]
  370 |                 fread(ideal_list, sizeof(uint32),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  371 |                                 (size_t)tmp.ideal_count, in_fp);
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos.o common/lanczos/lanczos.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/lanczos/lanczos.c: In function 'dump_lanczos_state':
common/lanczos/lanczos.c:624:42: warning: unused parameter 'packed_matrix' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  624 |                         packed_matrix_t *packed_matrix,
      |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
common/lanczos/lanczos.c:627:32: warning: unused parameter 'n' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  627 |                         uint32 n, uint32 max_n, uint32 dim_solved, uint32 iter,
      |                         ~~~~~~~^
common/lanczos/lanczos.c:628:64: warning: unused parameter 'scratch' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  628 |                         uint32 s[2][VBITS], uint32 dim1, void *scratch) {
      |                                                          ~~~~~~^~~~~~~
common/lanczos/lanczos.c: In function 'read_lanczos_state':
common/lanczos/lanczos.c:734:42: warning: unused parameter 'packed_matrix' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  734 |                         packed_matrix_t *packed_matrix,
      |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
common/lanczos/lanczos.c:737:32: warning: unused parameter 'n' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  737 |                         uint32 n, uint32 max_n, uint32 *dim_solved,
      |                         ~~~~~~~^
common/lanczos/lanczos.c:739:31: warning: unused parameter 'scratch' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  739 |                         void *scratch) {
      |                         ~~~~~~^~~~~~~
common/lanczos/lanczos.c:756:9: 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;;]
  756 |         fread(&read_n, sizeof(uint32), (size_t)1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_io.o common/lanczos/lanczos_io.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/lanczos/lanczos_io.c: In function 'dump_matrix':
common/lanczos/lanczos_io.c:173:24: warning: unused parameter 'sparse_weight' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  173 |                 uint64 sparse_weight) {
      |                 ~~~~~~~^~~~~~~~~~~~~
common/lanczos/lanczos_io.c: In function 'file_cache_get_next':
common/lanczos/lanczos_io.c:372:45: warning: unused parameter 'obj' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  372 | static void file_cache_get_next(msieve_obj *obj, FILE *fp,
      |                                 ~~~~~~~~~~~~^~~
common/lanczos/lanczos_io.c:375:40: warning: unused parameter 'read_submatrix' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  375 |                                 uint32 read_submatrix) {
      |                                 ~~~~~~~^~~~~~~~~~~~~~
common/lanczos/lanczos_io.c: In function 'read_matrix':
common/lanczos/lanczos_io.c:438:30: warning: variable 'mpi_nrows' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;]
  438 |         uint32 mpi_resclass, mpi_nrows;
      |                              ^~~~~~~~~
common/lanczos/lanczos_io.c:438:16: warning: variable 'mpi_resclass' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;]
  438 |         uint32 mpi_resclass, mpi_nrows;
      |                ^~~~~~~~~~~~
common/lanczos/lanczos_io.c: In function 'read_cycles':
common/lanczos/lanczos_io.c:257:9: 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;;]
  257 |         fread(&num_cycles, sizeof(uint32), (size_t)1, cycle_fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/lanczos/lanczos_io.c: In function 'read_matrix':
common/lanczos/lanczos_io.c:461:9: 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;;]
  461 |         fread(&max_nrows, sizeof(uint32), (size_t)1, matrix_fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/lanczos/lanczos_io.c:462:9: 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;;]
  462 |         fread(&dense_rows, sizeof(uint32), (size_t)1, matrix_fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/lanczos/lanczos_io.c:463:9: 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;;]
  463 |         fread(&max_ncols, sizeof(uint32), (size_t)1, matrix_fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_matmul.o common/lanczos/lanczos_matmul.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_pre.o common/lanczos/lanczos_pre.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/matmul_util.o common/lanczos/matmul_util.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/cpu/lanczos_matmul0.o common/lanczos/cpu/lanczos_matmul0.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/cpu/lanczos_matmul1.o common/lanczos/cpu/lanczos_matmul1.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/lanczos/cpu/lanczos_matmul1.c: In function 'mul_packed_core':
common/lanczos/cpu/lanczos_matmul1.c:310:38: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  310 | void mul_packed_core(void *data, int thread_num)
      |                                  ~~~~^~~~~~~~~~
common/lanczos/cpu/lanczos_matmul1.c: In function 'mul_packed_small_core':
common/lanczos/cpu/lanczos_matmul1.c:349:44: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  349 | void mul_packed_small_core(void *data, int thread_num)
      |                                        ~~~~^~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/cpu/lanczos_matmul2.o common/lanczos/cpu/lanczos_matmul2.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/lanczos/cpu/lanczos_matmul2.c: In function 'mul_trans_packed_core':
common/lanczos/cpu/lanczos_matmul2.c:337:44: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  337 | void mul_trans_packed_core(void *data, int thread_num)
      |                                        ~~~~^~~~~~~~~~
common/lanczos/cpu/lanczos_matmul2.c: In function 'mul_trans_packed_small_core':
common/lanczos/cpu/lanczos_matmul2.c:376:50: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  376 | void mul_trans_packed_small_core(void *data, int thread_num)
      |                                              ~~~~^~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/cpu/lanczos_vv.o common/lanczos/cpu/lanczos_vv.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/lanczos/cpu/lanczos_vv.c: In function 'vv_alloc':
common/lanczos/cpu/lanczos_vv.c:18:32: warning: unused parameter 'extra' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
   18 | void *vv_alloc(uint32 n, void *extra) {
      |                          ~~~~~~^~~~~
common/lanczos/cpu/lanczos_vv.c: In function 'outer_thread_run':
common/lanczos/cpu/lanczos_vv.c:310:46: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  310 | static void outer_thread_run(void *data, int thread_num)
      |                                          ~~~~^~~~~~~~~~
common/lanczos/cpu/lanczos_vv.c: In function 'inner_thread_run':
common/lanczos/cpu/lanczos_vv.c:549:46: warning: unused parameter 'thread_num' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;]
  549 | static void inner_thread_run(void *data, int thread_num)
      |                                          ~~~~^~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/gmp_ecm.o common/smallfact/gmp_ecm.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/smallfact.o common/smallfact/smallfact.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/smallfact/smallfact.c: In function 'trial_factor':
common/smallfact/smallfact.c:22:16: warning: variable 'factor_found' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;]
   22 |         uint32 factor_found = 0;
      |                ^~~~~~~~~~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/squfof.o common/smallfact/squfof.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/tinyqs.o common/smallfact/tinyqs.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/batch_factor.o common/batch_factor.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/cuda_xface.o common/cuda_xface.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/dickman.o common/dickman.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/driver.o common/driver.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/expr_eval.o common/expr_eval.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/hashtable.o common/hashtable.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
In file included from common/hashtable.c:15:
include/common.h: In function 'hash_function':
include/common.h:184:25: 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;;]
  184 |                 hashval ^= HASH2(data[3] ^ 0x0f0f0f0f);
      |                         ^
include/common.h:185:9: note: here
  185 |         case 3:
      |         ^~~~
include/common.h:186:25: 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;;]
  186 |                 hashval ^= HASH1(data[2] ^ 0x0f0f0f0f);
      |                         ^
include/common.h:187:9: note: here
  187 |         case 2:
      |         ^~~~
include/common.h:188:25: 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;;]
  188 |                 hashval ^= HASH2(data[1]);
      |                         ^
include/common.h:189:9: note: here
  189 |         case 1:
      |         ^~~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/integrate.o common/integrate.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/minimize.o common/minimize.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/minimize.c: In function 'solve_dmatrix':
common/minimize.c:421:23: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  421 |         for (i = 0; i < n; i++)
      |                       ^
common/minimize.c:424:23: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  424 |         for (i = 0; i < n - 1; i++) {
      |                       ^
common/minimize.c:431:35: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  431 |                 for (j = i + 1; j < n; j++) {
      |                                   ^
common/minimize.c:444:35: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  444 |                 for (j = i + 1; j < n; j++) {
      |                                   ^
common/minimize.c:448:43: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  448 |                         for (k = i + 1; k < n; k++) {
      |                                           ^
common/minimize.c:460:35: warning: comparison of integer expressions of different signedness: 'int32' {aka 'int'} and 'uint32' {aka 'unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;]
  460 |                 for (j = i + 1; j < n; j++) {
      |                                   ^
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/minimize_global.o common/minimize_global.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/mp.o common/mp.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/polyroot.o common/polyroot.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
In file included from include/polyroot.h:19,
                 from common/polyroot.c:15:
include/dd.h: In function 'dd_precision_is_ieee':
include/dd.h:78:34: warning: bitwise comparison always evaluates to false [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-tautological-compare-Wtautological-compare8;;]
   78 |         return ((prec & ~0x0300) == 0x0200) ? 1 : 0;
      |                                  ^~
common/polyroot.c: At top level:
common/polyroot.c:38:21: warning: 'are' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-const-variable-Wunused-const-variable=8;;]
   38 | static const double are = DBL_EPSILON;
      |                     ^~~
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/prime_delta.o common/prime_delta.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/prime_sieve.o common/prime_sieve.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
cc -O3 -fomit-frame-pointer -march=native -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=64  -Wall -W -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/savefile.o common/savefile.c
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
common/savefile.c: In function 'savefile_open':
common/savefile.c:131:23: error: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  131 |                 s->fp = gzopen(name_gz, open_string);
      |                       ^
common/savefile.c:157:31: error: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  157 |                         s->fp = gzopen(s->name, "a");
      |                               ^
common/savefile.c:163:23: error: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  163 |                 s->fp = gzopen(s->name, open_string);
      |                       ^
common/savefile.c: In function 'savefile_close':
common/savefile.c:182:57: error: passing argument 1 of 'gzclose' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  182 |         s->is_a_FILE ? fclose((FILE *)s->fp) : gzclose(s->fp);
      |                                                        ~^~~~
      |                                                         |
      |                                                         struct gzFile_s **
In file included from include/util.h:46,
                 from include/msieve.h:24,
                 from include/common.h:18,
                 from common/savefile.c:15:
/nix/store/fidbdimfbqlhf93pmqdk50k0j9fgbafd-zlib-1.3.1-dev/include/zlib.h:1634:39: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
 1634 | ZEXTERN int ZEXPORT    gzclose(gzFile file);
      |                                ~~~~~~~^~~~
common/savefile.c: In function 'savefile_eof':
common/savefile.c:193:61: error: passing argument 1 of 'gzeof' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  193 |         return (s->is_a_FILE ? feof((FILE *)s->fp) : gzeof(s->fp));
      |                                                            ~^~~~
      |                                                             |
      |                                                             struct gzFile_s **
/nix/store/fidbdimfbqlhf93pmqdk50k0j9fgbafd-zlib-1.3.1-dev/include/zlib.h:1598:34: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
 1598 | ZEXTERN int ZEXPORT gzeof(gzFile file);
      |                           ~~~~~~~^~~~
common/savefile.c: In function 'savefile_read_line':
common/savefile.c:251:17: error: passing argument 1 of 'gzgets' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  251 |         gzgets(s->fp, buf, (int)max_len);
      |                ~^~~~
      |                 |
      |                 struct gzFile_s **
/nix/store/fidbdimfbqlhf93pmqdk50k0j9fgbafd-zlib-1.3.1-dev/include/zlib.h:1494:38: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
 1494 | ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
      |                               ~~~~~~~^~~~
common/savefile.c: In function 'savefile_flush':
common/savefile.c:279:25: error: passing argument 1 of 'gzputs' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  279 |                 gzputs(s->fp, s->buf);
      |                        ~^~~~
      |                         |
      |                         struct gzFile_s **
/nix/store/fidbdimfbqlhf93pmqdk50k0j9fgbafd-zlib-1.3.1-dev/include/zlib.h:1486:35: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
 1486 | ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
      |                            ~~~~~~~^~~~
common/savefile.c: In function 'savefile_rewind':
common/savefile.c:298:58: error: passing argument 1 of 'gzrewind' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;]
  298 |         s->is_a_FILE ? rewind((FILE *)s->fp) : gzrewind(s->fp);
      |                                                         ~^~~~
      |                                                          |
      |                                                          struct gzFile_s **
/nix/store/fidbdimfbqlhf93pmqdk50k0j9fgbafd-zlib-1.3.1-dev/include/zlib.h:1570:40: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
 1570 | ZEXTERN int ZEXPORT    gzrewind(gzFile file);
      |                                 ~~~~~~~^~~~
make: *** [Makefile:313: common/savefile.o] Error 1