Build · 20eb0ebeFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output10.4 MiB captured
hdt-1.3.3
checking for size_t... yes
checking for uint32_t... yes
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for select... yes
checking whether C++ compiler handles -Werror -Wunknown-warning-option... yes
checking whether C++ compiler handles -Wall... yes
checking whether C++ compiler handles -Wextra... yes
checking whether C++ compiler handles -Wno-sign-compare... yes
checking whether C++ compiler handles -Wno-unused-but-set-variable... yes
checking whether C++ compiler handles -Wno-unused-parameter... yes
checking whether C++ compiler handles -Wno-unknown-warning-option... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libhdt/hdt.pc
config.status: creating libhdt/Makefile
config.status: creating libhdt/tools/Makefile
config.status: creating libhdt/tests/Makefile
config.status: creating libcds/cds.pc
config.status: creating libcds/Makefile
config.status: creating libcds/tests/Makefile
config.status: creating build/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
Making all in libcds
make[1]: Entering directory '/build/source/libcds'
Making all in .
make[2]: Entering directory '/build/source/libcds'
  CXX      src/static/bitsequence/BitSequenceBuilderRG.lo
  CXX      src/static/bitsequence/BitSequenceBuilderDArray.lo
  CXX      src/static/bitsequence/BitSequenceBuilderRRR.lo
  CXX      src/static/bitsequence/BitSequenceBuilderSDArray.lo
  CXX      src/static/bitsequence/BitSequence.lo
  CXX      src/static/bitsequence/BitSequenceDArray.lo
  CXX      src/static/bitsequence/BitSequenceRG.lo
  CXX      src/static/bitsequence/BitSequenceRRR.lo
  CXX      src/static/bitsequence/BitSequenceSDArray.lo
  CXX      src/static/bitsequence/sdarraySadakane.lo
  CXX      src/static/bitsequence/TableOffsetRRR.lo
  CXX      src/static/coders/huff.lo
  CXX      src/static/coders/HuffmanCoder.lo
  CXX      src/static/mapper/MapperCont.lo
  CXX      src/static/mapper/Mapper.lo
  CXX      src/static/mapper/MapperNone.lo
src/static/coders/huff.cpp:142:16: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  142 |         void bitzero (register uint *e, register uint p,
      |                       ^~~~~~~~
src/static/coders/huff.cpp:142:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  142 |         void bitzero (register uint *e, register uint p,
      |                                         ^~~~~~~~
src/static/coders/huff.cpp:143:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  143 |         register uint len) {
      |         ^~~~~~~~
3 warnings generated.
  CXX      src/static/mapper/MapperRev.lo
  CXX      src/static/permutation/perm.lo
  CXX      src/static/permutation/PermutationBuilderMRRR.lo
  CXX      src/static/permutation/PermutationBuilderWT.lo
  CXX      src/static/permutation/Permutation.lo
  CXX      src/static/permutation/PermutationMRRR.lo
  CXX      src/static/permutation/PermutationWT.lo
  CXX      src/static/sequence/BitmapsSequence.lo
  CXX      src/static/sequence/SequenceAlphPart.lo
  CXX      src/static/sequence/SequenceBuilderAlphPart.lo
  CXX      src/static/sequence/SequenceBuilderGMRChunk.lo
  CXX      src/static/sequence/SequenceBuilderGMR.lo
  CXX      src/static/sequence/SequenceBuilderStr.lo
  CXX      src/static/sequence/SequenceBuilderWaveletMatrix.lo
  CXX      src/static/sequence/SequenceBuilderWaveletTree.lo
  CXX      src/static/sequence/SequenceBuilderWaveletTreeNoptrs.lo
  CXX      src/static/sequence/SequenceBuilderWaveletTreeNoptrsS.lo
src/static/sequence/SequenceAlphPart.cpp:310:16: warning: assigning field to itself [-Wself-assign-field]
  310 |                 this->maxLen = maxLen;
      |                              ^
1 warning generated.
  CXX      src/static/sequence/Sequence.lo
  CXX      src/static/sequence/SequenceGMRChunk.lo
  CXX      src/static/sequence/SequenceGMR.lo
  CXX      src/static/sequence/WaveletMatrix.lo
  CXX      src/static/sequence/WaveletTree.lo
  CXX      src/static/sequence/WaveletTreeNoptrs.lo
src/static/sequence/SequenceGMRChunk.cpp:69:15: warning: assigning field to itself [-Wself-assign-field]
   69 |                 this->sigma = sigma;
      |                             ^
src/static/sequence/SequenceGMRChunk.cpp:115:15: warning: assigning field to itself [-Wself-assign-field]
  115 |                 this->sigma = sigma;
      |                             ^
2 warnings generated.
  CXX      src/static/sequence/WaveletTreeNoptrsS.lo
  CXX      src/static/sequence/wt_coder_binary.lo
src/static/sequence/WaveletMatrix.cpp:27:104: warning: field 'n' is uninitialized when used here [-Wuninitialized]
   27 |         WaveletMatrix::WaveletMatrix(const Array &symbols2, BitSequenceBuilder * bmb, Mapper * am) : Sequence(n) {
      |                                                                                                               ^
1 warning generated.
  CXX      src/static/sequence/wt_coder.lo
  CXX      src/static/sequence/wt_coder_huff.lo
  CXX      src/static/sequence/wt_node.lo
  CXX      src/static/sequence/wt_node_internal.lo
  CXX      src/static/sequence/wt_node_leaf.lo
src/static/sequence/WaveletTreeNoptrsS.cpp:27:113: warning: field 'n' is uninitialized when used here [-Wuninitialized]
   27 |     WaveletTreeNoptrsS::WaveletTreeNoptrsS(const Array &symb, BitSequenceBuilder * bmb, Mapper * am) : Sequence(n) {
      |                                                                                                                 ^
1 warning generated.
  CXX      src/static/suffixtree/factorization.lo
  CXX      src/static/suffixtree/factorization_var.lo
src/static/sequence/wt_coder_huff.cpp:79:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
   79 |         delete buffer;
      |         ^
      |               []
src/static/sequence/wt_coder_huff.cpp:76:24: note: allocated with 'new[]' here
   76 |         uint *buffer = new uint[maxBuffer];
      |                        ^
src/static/sequence/wt_coder_huff.cpp:92:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
   92 |         delete buffer;
      |         ^
      |               []
src/static/sequence/wt_coder_huff.cpp:89:24: note: allocated with 'new[]' here
   89 |         uint *buffer = new uint[maxBuffer];
      |                        ^
2 warnings generated.
  CXX      src/static/suffixtree/LCP.lo
  CXX      src/static/suffixtree/LCP_DAC.lo
  CXX      src/static/suffixtree/LCP_DAC_VAR.lo
In file included from src/static/suffixtree/factorization_var.cpp:19:
In file included from ./include/factorization_var.h:29:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/factorization_var.cpp:44:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   44 |                 register uint i;
      |                 ^~~~~~~~
src/static/suffixtree/factorization_var.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  174 |                 register uint j;
      |                 ^~~~~~~~
src/static/suffixtree/factorization_var.cpp:203:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  203 |                 register uint j;
      |                 ^~~~~~~~
7 warnings generated.
  CXX      src/static/suffixtree/LCP_FMN.lo
  CXX      src/static/suffixtree/LCP_naive.lo
In file included from src/static/suffixtree/factorization.cpp:19:
In file included from ./include/factorization.h:29:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/factorization.cpp:61:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   61 |                 register uint i;
      |                 ^~~~~~~~
src/static/suffixtree/factorization.cpp:142:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  142 |                 register uint j;
      |                 ^~~~~~~~
src/static/suffixtree/factorization.cpp:176:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  176 |                 register uint j;
      |                 ^~~~~~~~
src/static/suffixtree/factorization.cpp:26:22: warning: unused variable 'TABLESUM' [-Wunused-const-variable]
   26 | const unsigned short TABLESUM[256] = {
      |                      ^~~~~~~~
8 warnings generated.
  CXX      src/static/suffixtree/LCP_PhiSpare.lo
In file included from src/static/suffixtree/LCP.cpp:19:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/LCP_PT.lo
In file included from src/static/suffixtree/LCP_DAC.cpp:19:
In file included from ./include/LCP_DAC.h:22:
In file included from ./include/factorization.h:29:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/LCP_Sad.lo
In file included from src/static/suffixtree/LCP_DAC_VAR.cpp:19:
In file included from ./include/LCP_DAC_VAR.h:22:
In file included from ./include/factorization_var.h:29:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/NPR_CN.lo
In file included from src/static/suffixtree/LCP_naive.cpp:19:
In file included from ./include/LCP_naive.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/NPR.lo
In file included from src/static/suffixtree/LCP_PhiSpare.cpp:19:
In file included from ./include/LCP_PhiSpare.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/NPR_FMN.lo
In file included from src/static/suffixtree/LCP_FMN.cpp:19:
In file included from ./include/LCP_FMN.h:23:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/NSV.lo
In file included from src/static/suffixtree/LCP_PT.cpp:19:
In file included from ./include/LCP_PT.h:22:
In file included from ./include/RMQ_succinct.h:24:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/LCP_PT.cpp:237:3: warning: delete called on non-final 'cds_static::RMQ_succinct' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  237 |                 delete (RMQ_succinct *)rmq;
      |                 ^
src/static/suffixtree/LCP_PT.cpp:22:11: warning: unused variable 'coversizes' [-Wunused-const-variable]
   22 | const int coversizes[max_precomputed_cover+1]= {1,2,3,4,5,7,9,13,20};
      |           ^~~~~~~~~~
6 warnings generated.
  CXX      src/static/suffixtree/PSV.lo
In file included from src/static/suffixtree/LCP_Sad.cpp:19:
In file included from ./include/LCP_Sad.h:23:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/RMQ_succinct.lo
In file included from src/static/suffixtree/NPR.cpp:19:
In file included from ./include/NPR.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/RMQ_succinct_lcp.lo
In file included from src/static/suffixtree/NPR_CN.cpp:19:
In file included from ./include/NPR_CN.h:22:
In file included from ./include/NPR.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/SuffixTree.lo
In file included from src/static/suffixtree/NPR_FMN.cpp:19:
In file included from ./include/NPR_FMN.h:22:
In file included from ./include/NPR.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/suffixtree/SuffixTreeY.lo
In file included from src/static/suffixtree/NSV.cpp:19:
In file included from ./include/NSV.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/textindex/comparray4.lo
In file included from src/static/suffixtree/RMQ_succinct.cpp:19:
In file included from ./include/RMQ_succinct.h:24:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/RMQ_succinct.cpp:107:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  107 |                 register unsigned int t, tt;
      |                 ^~~~~~~~
src/static/suffixtree/RMQ_succinct.cpp:107:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  107 |                 register unsigned int t, tt;
      |                 ^~~~~~~~
6 warnings generated.
  CXX      src/static/textindex/mmap.lo
  CXX      src/static/textindex/qsufsort.lo
In file included from src/static/suffixtree/SuffixTree.cpp:19:
In file included from ./include/SuffixTree.h:22:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/textindex/suftest3.test.lo
  CXX      src/static/textindex/TextIndex.lo
In file included from src/static/suffixtree/PSV.cpp:19:
In file included from ./include/PSV.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
4 warnings generated.
  CXX      src/static/textindex/TextIndexCSA.lo
In file included from src/static/suffixtree/RMQ_succinct_lcp.cpp:19:
In file included from ./include/RMQ_succinct_lcp.h:24:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/RMQ_succinct_lcp.cpp:106:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  106 |                 register uint t, tt;     // temporaries
      |                 ^~~~~~~~
src/static/suffixtree/RMQ_succinct_lcp.cpp:106:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  106 |                 register uint t, tt;     // temporaries
      |                 ^~~~~~~~
6 warnings generated.
  CXX      src/utils/Array.lo
In file included from src/static/suffixtree/SuffixTreeY.cpp:19:
In file included from ./include/SuffixTreeY.h:22:
In file included from ./include/LCP.h:23:
./include/libcdsTrees.h:81:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                               ^~~~~~~~
./include/libcdsTrees.h:81:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                 ^~~~~~~~
./include/libcdsTrees.h:81:59: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                  ^~~~~~~~
./include/libcdsTrees.h:81:78: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   81 |         inline void bitwrite (register uint *e, register uint p, register uint len, register uint s) {
      |                                                                                     ^~~~~~~~
src/static/suffixtree/SuffixTreeY.cpp:464:3: warning: delete called on non-final 'cds_static::TextIndexCSA' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  464 |                 delete (TextIndexCSA *)csa;
      |                 ^
5 warnings generated.
  CXX      src/utils/BitString.lo
src/static/textindex/suftest3.test.cpp:65:3: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
   65 |                 ftime(t);
      |                 ^
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/sys/timeb.h:31:3: note: 'ftime' has been explicitly marked deprecated here
   31 |   __attribute_deprecated_msg__ ("Use gettimeofday or clock_gettime instead");
      |   ^
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
1 warning generated.
  CXX      src/utils/cppUtils.lo
  CXX      src/utils/timing.lo
  CXXLD    libcds.la
make[2]: Leaving directory '/build/source/libcds'
Making all in tests
make[2]: Entering directory '/build/source/libcds/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/libcds/tests'
make[1]: Leaving directory '/build/source/libcds'
Making all in libhdt
make[1]: Entering directory '/build/source/libhdt'
Making all in .
make[2]: Entering directory '/build/source/libhdt'
  CXX      src/bitsequence/libhdt_la-BitSequence375.lo
  CXX      src/dictionary/libhdt_la-FourSectionDictionary.lo
  CXX      src/dictionary/libhdt_la-KyotoDictionary.lo
  CXX      src/dictionary/libhdt_la-LiteralDictionary.lo
  CXX      src/dictionary/libhdt_la-PlainDictionary.lo
  CXX      src/hdt/libhdt_la-BasicHDT.lo
  CXX      src/hdt/libhdt_la-BasicModifiableHDT.lo
  CXX      src/hdt/libhdt_la-ControlInformation.lo
  CXX      src/hdt/libhdt_la-HDTFactory.lo
In file included from src/hdt/BasicModifiableHDT.cpp:8:
In file included from src/hdt/BasicModifiableHDT.hpp:23:
In file included from src/hdt/../dictionary/PlainDictionary.hpp:46:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ext/hash_map:217:8: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
  217 | #      warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
      |        ^
src/hdt/BasicModifiableHDT.cpp:156:17: warning: assigning field to itself [-Wself-assign-field]
  156 |         this->fileName = fileName;
      |                        ^
2 warnings generated.
  CXX      src/hdt/libhdt_la-HDTManager.lo
In file included from src/dictionary/FourSectionDictionary.cpp:37:
src/dictionary/../libdcs/CSD_PFC.h:191:9: warning: private field 'count' is not used [-Wunused-private-field]
  191 |         size_t count;
      |                ^
src/dictionary/../libdcs/CSD_PFC.h:328:9: warning: private field 'count' is not used [-Wunused-private-field]
  328 |         size_t count;
      |                ^
2 warnings generated.
  CXX      src/hdt/libhdt_la-HDTSpecification.lo
In file included from src/dictionary/LiteralDictionary.cpp:37:
src/dictionary/../libdcs/CSD_PFC.h:191:9: warning: private field 'count' is not used [-Wunused-private-field]
  191 |         size_t count;
      |                ^
src/dictionary/../libdcs/CSD_PFC.h:328:9: warning: private field 'count' is not used [-Wunused-private-field]
  328 |         size_t count;
      |                ^
2 warnings generated.
  CXX      src/hdt/libhdt_la-TripleIDStringIterator.lo
In file included from src/hdt/HDTFactory.cpp:34:
In file included from src/hdt/BasicModifiableHDT.hpp:23:
In file included from src/hdt/../dictionary/PlainDictionary.hpp:46:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ext/hash_map:217:8: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
  217 | #      warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
      |        ^
1 warning generated.
  CXX      src/header/libhdt_la-PlainHeader.lo
  CXX      src/huffman/libhdt_la-huff.lo
  CXX      src/huffman/libhdt_la-Huffman.lo
In file included from src/dictionary/PlainDictionary.cpp:34:
In file included from src/dictionary/PlainDictionary.hpp:46:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ext/hash_map:217:8: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
  217 | #      warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
      |        ^
1 warning generated.
  CXX      src/libdcs/libhdt_la-CSD_Cache2.lo
  CXX      src/libdcs/libhdt_la-CSD_Cache.lo
In file included from src/hdt/BasicHDT.cpp:45:
In file included from src/hdt/../dictionary/PlainDictionary.hpp:46:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ext/hash_map:217:8: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
  217 | #      warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
      |        ^
1 warning generated.
  CXX      src/libdcs/libhdt_la-CSD.lo
src/huffman/huff.cpp:165:19: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  165 |     void bitzero (register uint *e, register uint64_t p,
      |                   ^~~~~~~~
src/huffman/huff.cpp:165:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  165 |     void bitzero (register uint *e, register uint64_t p,
      |                                     ^~~~~~~~
src/huffman/huff.cpp:166:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  166 |     register uint len) {
      |     ^~~~~~~~
3 warnings generated.
  CXX      src/libdcs/libhdt_la-CSD_FMIndex.lo
  CXX      src/libdcs/libhdt_la-CSD_HTFC.lo
  CXX      src/libdcs/libhdt_la-CSD_PFC.lo
  CXX      src/libdcs/libhdt_la-VByte.lo
In file included from src/libdcs/CSD.cpp:35:
src/libdcs/CSD_PFC.h:191:9: warning: private field 'count' is not used [-Wunused-private-field]
  191 |         size_t count;
      |                ^
src/libdcs/CSD_PFC.h:328:9: warning: private field 'count' is not used [-Wunused-private-field]
  328 |         size_t count;
      |                ^
2 warnings generated.
  CXX      src/libdcs/fmindex/libhdt_la-SSA.lo
  CXX      src/libdcs/fmindex/libhdt_la-SuffixArray.lo
  CXX      src/rdf/libhdt_la-RDFParser.lo
  CXX      src/rdf/libhdt_la-RDFParserNtriples.lo
  CXX      src/rdf/libhdt_la-RDFParserSerd.lo
In file included from src/libdcs/CSD_PFC.cpp:33:
src/libdcs/CSD_PFC.h:191:9: warning: private field 'count' is not used [-Wunused-private-field]
  191 |         size_t count;
      |                ^
src/libdcs/CSD_PFC.h:328:9: warning: private field 'count' is not used [-Wunused-private-field]
  328 |         size_t count;
      |                ^
2 warnings generated.
  CXX      src/rdf/libhdt_la-RDFSerializer.lo
src/rdf/RDFParser.cpp:27:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
   27 | }
      | ^
1 warning generated.
  CXX      src/rdf/libhdt_la-RDFSerializerNTriples.lo
  CXX      src/rdf/libhdt_la-RDFSerializerSerd.lo
  CXX      src/sequence/libhdt_la-AdjacencyList.lo
  CXX      src/sequence/libhdt_la-ArraySequence.lo
src/rdf/RDFParserSerd.cpp:188:23: warning: 'serd_uri_to_path' is deprecated [-Wdeprecated-declarations]
  188 |         const uint8_t* input=serd_uri_to_path((const uint8_t *)fileName);
      |                              ^~~~~~~~~~~~~~~~
      |                              serd_file_uri_parse
/nix/store/1brcvm8qq7x38fzw2rbrhyj01g9y53am-serd-x86_64-unknown-linux-gnufilc0-0.32.4-dev/include/serd-0/serd/serd.h:250:1: note: 'serd_uri_to_path' has been explicitly marked deprecated here
  250 | SERD_DEPRECATED_BY("serd_file_uri_parse")
      | ^
/nix/store/1brcvm8qq7x38fzw2rbrhyj01g9y53am-serd-x86_64-unknown-linux-gnufilc0-0.32.4-dev/include/serd-0/serd/serd.h:53:52: note: expanded from macro 'SERD_DEPRECATED_BY'
   53 | #    define SERD_DEPRECATED_BY(rep) __attribute__((deprecated("", rep)))
      |                                                    ^
1 warning generated.
  CXX      src/sequence/libhdt_la-HuffmanSequence.lo
  CXX      src/sequence/libhdt_la-IntSequence.lo
  CXX      src/sequence/libhdt_la-LogSequence2.lo
  CXX      src/sequence/libhdt_la-LogSequence.lo
  CXX      src/sequence/libhdt_la-WaveletSequence.lo
  CXX      src/sparql/libhdt_la-IndexJoinBinding.lo
  CXX      src/sparql/libhdt_la-JoinAlgorithms.lo
src/sequence/HuffmanSequence.cpp:90:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
   90 |     delete encV;
      |     ^
      |           []
src/sequence/HuffmanSequence.cpp:83:23: note: allocated with 'new[]' here
   83 |         unsigned int *encV = new unsigned int[encEntries];
      |                              ^
1 warning generated.
  CXX      src/sparql/libhdt_la-MergeJoinBinding.lo
  CXX      src/sparql/libhdt_la-QueryProcessor.lo
  CXX      src/sparql/libhdt_la-SortBinding.lo
  CXX      src/sparql/libhdt_la-TriplePatternBinding.lo
  CXX      src/triples/libhdt_la-BitmapTriples.lo
  CXX      src/triples/libhdt_la-BitmapTriplesIterators.lo
  CXX      src/triples/libhdt_la-PlainTriples.lo
  CXX      src/triples/libhdt_la-predicateindex.lo
  CXX      src/triples/libhdt_la-TripleIterators.lo
  CXX      src/triples/libhdt_la-TripleListDisk.lo
herbstluftwm-0.9.5
../tests/test_basic_events.py ......................                     [  1%]
hdt-1.3.3
  CXX      src/triples/libhdt_la-TripleOrderConvert.lo
  CXX      src/triples/libhdt_la-TriplesComparator.lo
  CXX      src/triples/libhdt_la-TriplesKyoto.lo
  CXX      src/triples/libhdt_la-TriplesList.lo
  CXX      src/util/libhdt_la-bitutil.lo
  CXX      src/util/libhdt_la-crc16.lo
src/triples/TripleListDisk.cpp:306:9: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'TripleID' [-Wnontrivial-memcall]
  306 |         memcpy(&arrayTriples[numTotalTriples], &triple, sizeof(TripleID));
      |                ^
src/triples/TripleListDisk.cpp:306:9: note: explicitly cast the pointer to silence this warning
  306 |         memcpy(&arrayTriples[numTotalTriples], &triple, sizeof(TripleID));
      |                ^
      |                (void*)
1 warning generated.
  CXX      src/util/libhdt_la-crc32.lo
  CXX      src/util/libhdt_la-crc8.lo
  CXX      src/util/libhdt_la-filemap.lo
  CXX      src/util/libhdt_la-fileUtil.lo
src/util/crc32.cpp:127:18: warning: unused variable 'tbl_idx' [-Wunused-variable]
  127 |     unsigned int tbl_idx;
      |                  ^~~~~~~
1 warning generated.
  CXX      src/util/libhdt_la-propertyutil.lo
  CXX      src/util/libhdt_la-StopWatch.lo
  CC       src/util/libhdt_la-getopt.lo
  CXX      third/libhdt_la-gzstream.lo
src/triples/BitmapTriples.cpp:216:41: warning: 'binary_function<unsigned int, unsigned int, bool>' is deprecated [-Wdeprecated-declarations]
  216 | class PredicateComparator : public std::binary_function<unsigned int,unsigned int,bool>
      |                                         ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__functional/binary_function.h:24:29: note: 'binary_function<unsigned int, unsigned int, bool>' has been explicitly marked deprecated here
   24 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function {
      |                             ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__config:713:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
  713 | #    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
      |                                         ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  698 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
1 warning generated.
src/triples/TriplesList.cpp:425:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
  425 |                                                 char copylist[listPredicates.size()+1];
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
src/triples/TriplesList.cpp:425:36: note: non-constexpr function 'size' cannot be used in a constant expression
  425 |                                                 char copylist[listPredicates.size()+1];
      |                                                                              ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1300:65: note: declared here
 1300 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type size() const _NOEXCEPT {
      |                                                                 ^
src/triples/TriplesList.cpp:511:31: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
  511 |                 char copylist[listPredicates.size()+1];
      |                               ^~~~~~~~~~~~~~~~~~~~~~~
src/triples/TriplesList.cpp:511:46: note: non-constexpr function 'size' cannot be used in a constant expression
  511 |                 char copylist[listPredicates.size()+1];
      |                                              ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1300:65: note: declared here
 1300 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type size() const _NOEXCEPT {
      |                                                                 ^
src/triples/TriplesList.cpp:1050:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
 1050 |                                         char copylist[listPredicates.size()+1];
      |                                                       ^~~~~~~~~~~~~~~~~~~~~~~
src/triples/TriplesList.cpp:1050:35: note: non-constexpr function 'size' cannot be used in a constant expression
 1050 |                                         char copylist[listPredicates.size()+1];
      |                                                                      ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1300:65: note: declared here
 1300 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type size() const _NOEXCEPT {
      |                                                                 ^
src/triples/TriplesList.cpp:1158:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
 1158 |                         char copylist[listPredicates.size()+1];
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~
src/triples/TriplesList.cpp:1158:33: note: non-constexpr function 'size' cannot be used in a constant expression
 1158 |                         char copylist[listPredicates.size()+1];
      |                                                      ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1300:65: note: declared here
 1300 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type size() const _NOEXCEPT {
      |                                                                 ^
4 warnings generated.
  CXXLD    libhdt.la
make[2]: Leaving directory '/build/source/libhdt'
Making all in tools
make[2]: Entering directory '/build/source/libhdt/tools'
  CXX      hdt2rdf.o
  CXX      hdtInfo.o
  CXX      hdtSearch.o
  CXX      modifyHeader.o
  CXX      rdf2hdt.o
  CXX      replaceHeader.o
  CXX      searchHeader.o
  CXXLD    hdt2rdf
  CXXLD    hdtInfo
../.libs/libhdt.so: error: undefined reference to 'pizlonated_sqrt'
/build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log2'
/build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:448: hdt2rdf] Error 1
make[2]: *** Waiting for unfinished jobs....
../.libs/libhdt.so: error: undefined reference to 'pizlonated_sqrt'
/build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log2'
/build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:452: hdtInfo] Error 1
herbstluftwm-0.9.5
../tests/test_clients.py ............................................... [  3%]
hdt-1.3.3
make[2]: Leaving directory '/build/source/libhdt/tools'
make[1]: *** [Makefile:1654: all-recursive] Error 1
make[1]: Leaving directory '/build/source/libhdt'
make: *** [Makefile:431: all-recursive] Error 1
herbstluftwm-0.9.5
..................................                                       [  4%]
../tests/test_completion.py Timeout (0:04:00)!
Thread 0x00007fffe3201210 (most recent call first):
  File "/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1885 in _execute_child
  File "/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026 in __init__
  File "/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 548 in run
  File "/build/herbstluftwm-0.9.5/python/herbstluftwm/__init__.py", line 52 in unchecked_call
  File "/build/herbstluftwm-0.9.5/tests/conftest.py", line 74 in unchecked_call
  File "/build/herbstluftwm-0.9.5/tests/test_completion.py", line 89 in generate_commands
  File "/build/herbstluftwm-0.9.5/tests/test_completion.py", line 117 in generate_commands
  File "/build/herbstluftwm-0.9.5/tests/test_completion.py", line 125 in generate_commands
  File "/build/herbstluftwm-0.9.5/tests/test_completion.py", line 117 in generate_commands
  File "/build/herbstluftwm-0.9.5/tests/test_completion.py", line 138 in test_generate_completable_commands
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/python.py", line 159 in pytest_pyfunc_call
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_callers.py", line 103 in _multicall
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in __call__
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/python.py", line 1627 in runtest
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 174 in pytest_runtest_call
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_callers.py", line 103 in _multicall
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in __call__
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 242 in <lambda>
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 341 in from_call
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 241 in call_and_report
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 132 in runtestprotocol
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/runner.py", line 113 in pytest_runtest_protocol
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_callers.py", line 103 in _multicall
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in __call__
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/main.py", line 362 in pytest_runtestloop
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_callers.py", line 103 in _multicall
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in __call__
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/main.py", line 337 in _main
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/main.py", line 283 in wrap_session
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/main.py", line 330 in pytest_cmdline_main
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_callers.py", line 103 in _multicall
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_manager.py", line 120 in _hookexec
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in __call__
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/config/__init__.py", line 175 in main
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/_pytest/config/__init__.py", line 201 in console_main
  File "/nix/store/xxqklb8qz458rz975psj0rpnjpnng1q1-python3-3.12.5-x86_64-unknown-linux-gnufilc0-env/lib/python3.12/site-packages/pytest/__main__.py", line 9 in <module>
  File "<frozen runpy>", line 88 in _run_code
  File "<frozen runpy>", line 198 in _run_module_as_main
.....................................        [  6%]
../tests/test_decorations.py ............FE.FE.FE.FE.FE.FE.FE........... [  8%]
......                                                                   [  8%]
../tests/test_doc.py ................................................... [ 10%]
........................................................................ [ 14%]
.....                                                                    [ 14%]
../tests/test_ewmh.py .................................................. [ 16%]
......................................................................   [ 20%]
../tests/test_floating.py .......................................        [ 21%]
../tests/test_frame_decorations.py ....                                  [ 22%]
../tests/test_global_commands.py ....................................... [ 23%]
.......                                                                  [ 24%]
../tests/test_herbstclient.py .......................................... [ 26%]
.................................                                        [ 27%]
../tests/test_herbstluftwm.py ................                           [ 28%]
../tests/test_hook.py ......                                             [ 28%]
../tests/test_keybind.py .....................F............FF........... [ 30%]
....................................................                     [ 33%]
../tests/test_layout.py ................................................ [ 35%]
........................................................................ [ 38%]
........................................................................ [ 42%]
........................................................................ [ 45%]
................/nix/store/sc6s17cxg9skv7x1b1fnf5mn73dx4n7x-pytest-check-hook/nix-support/setup-hook: line 23:   969 Trace/breakpoint trap   /nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3.12 "${flagsArray[@]}"
python3.12-hassil-2.2.3
error: Cannot build '/nix/store/z6y6w8aas68yg77xd5a40apxz399dlpi-python3.12-hassil-2.2.3-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/fqc8m3wvna4fh6hjyfzvy4qrfzdfvld1-python3.12-hassil-2.2.3-x86_64-unknown-linux-gnufilc0
         /nix/store/vbvf0di6qrsim7k1nps9lyym03lbqbi8-python3.12-hassil-2.2.3-x86_64-unknown-linux-gnufilc0-dist
haveged-1.9.19
error: Cannot build '/nix/store/ivmdd50wdc5a6ninkpababvh473c85md-haveged-x86_64-unknown-linux-gnufilc0-1.9.19.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/v2j2w4qdg9rbdml8615y7wwk5gi0mip3-haveged-x86_64-unknown-linux-gnufilc0-1.9.19
       Last 25 log lines:
       >     (libhavege.so.2) havegecollect.c:197:19: havege_ndcreate
       >     (libhavege.so.2) havege.c:274:30: havege_run
       >     (lt-haveged) haveged.c:991:13: run_app
       >     (lt-haveged) haveged.c:568:9: main
       >     (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:58:16: __libc_start_call_main
       >     (libc.so.6666) ../csu/libc-start.c:161:3: __libc_start_main
       >     (libpizlo.so) <runtime>: start_program
       > [2692] filc panic: thwarted a futile attempt to violate memory safety.
       > Total 10 in 10
       > ./01_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./02_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./03_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./04_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./05_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./06_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./07_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./08_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./09_entest.log:Check Fail: entropy:0.000000<7.500000
       > ./10_entest.log:Check Fail: entropy:0.000000<7.500000
       > Marking the whole test as failed
       > make[2]: *** [Makefile:574: check-local] Error 255
       > make[2]: Leaving directory '/build/source/ent'
       > make[1]: *** [Makefile:446: check-am] Error 2
       > make[1]: Leaving directory '/build/source/ent'
       > make: *** [Makefile:479: check-recursive] Error 1
       For full logs, run:
         nix log /nix/store/ivmdd50wdc5a6ninkpababvh473c85md-haveged-x86_64-unknown-linux-gnufilc0-1.9.19.drv
hdate-1.6.02
error: Cannot build '/nix/store/14bd5c96dyg5ln5y4gphw1r3q28q33wq-hdate-x86_64-unknown-linux-gnufilc0-1.6.02.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/v8yq7rn2x1k5pai8a9hi8z4jjr0faw87-hdate-x86_64-unknown-linux-gnufilc0-1.6.02
       Last 25 log lines:
       > ././local_functions.c:672:2: error: function definition is not allowed here
       >   672 |         {
       >       |         ^
       > ././local_functions.c:688:2: error: function definition is not allowed here
       >   688 |         {
       >       |         ^
       > ././local_functions.c:753:6: error: call to undeclared function 'open_config_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   753 |         if (open_config_file() == TRUE)
       >       |             ^
       > ././local_functions.c:753:6: note: did you mean 'get_config_file'?
       > ././local_functions.c:654:7: note: 'get_config_file' declared here
       >   654 | FILE* get_config_file(  const char* config_dir_name,
       >       |       ^
       > ././local_functions.c:760:3: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation]
       >   760 |                 return NULL;
       >       |                 ^
       > ././local_functions.c:758:2: note: previous statement is here
       >   758 |         else
       >       |         ^
       > 3 warnings and 3 errors generated.
       > make[2]: *** [Makefile:409: hdate.o] Error 1
       > make[2]: Leaving directory '/build/libhdate-1.6.02/examples/hcal'
       > make[1]: *** [Makefile:321: all-recursive] Error 1
       > make[1]: Leaving directory '/build/libhdate-1.6.02/examples'
       > make: *** [Makefile:440: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/14bd5c96dyg5ln5y4gphw1r3q28q33wq-hdate-x86_64-unknown-linux-gnufilc0-1.6.02.drv
hddtemp-0.3-beta15
error: Cannot build '/nix/store/pazz4hkadyhkgl095243yimrhg8jjsqi-hddtemp-x86_64-unknown-linux-gnufilc0-0.3-beta15.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7sj3x1ph42s3bgwsqmwrgakpz03mx795-hddtemp-x86_64-unknown-linux-gnufilc0-0.3-beta15
       Last 25 log lines:
       >    71 |   if (scsi_inquiry(device, buf))
       >       |                            ^~~
       > ./scsicmds.h:29:45: note: passing argument to parameter 'buffer' here
       >    29 | int scsi_inquiry(int device, unsigned char *buffer);
       >       |                                             ^
       > sata.c:94:19: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
       >    94 |     return strdup(identify + 54);
       >       |                   ^~~~~~~~~~~~~
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/string.h:187:34: note: passing argument to parameter '__s' here
       >   187 | extern char *strdup (const char *__s)
       >       |                                  ^
       > sata.c:129:10: error: call to undeclared function 'ata_get_powermode'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   129 |   switch(ata_get_powermode(dsk->fd)) {
       >       |          ^
       > 2 warnings and 1 error generated.
       > make[2]: *** [Makefile:406: hddtemp-sata.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > daemon.c:261:22: warning: unused parameter 'n' [-Wunused-parameter]
       >   261 | void daemon_stop(int n) {
       >       |                      ^
       > 1 warning generated.
       > make[2]: Leaving directory '/build/hddtemp-0.3-beta15/src'
       > make[1]: *** [Makefile:228: all-recursive] Error 1
       > make[1]: Leaving directory '/build/hddtemp-0.3-beta15'
       > make: *** [Makefile:181: all] Error 2
       For full logs, run:
         nix log /nix/store/pazz4hkadyhkgl095243yimrhg8jjsqi-hddtemp-x86_64-unknown-linux-gnufilc0-0.3-beta15.drv
hdf5-1.10.11
error: Cannot build '/nix/store/l1y7j03dwn1pij5wcnszlz41waa94b73-hdf5-x86_64-unknown-linux-gnufilc0-1.10.11.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/a9rncb8p9pbd15hylridqaf2hbcsx4j0-hdf5-x86_64-unknown-linux-gnufilc0-1.10.11-dev
         /nix/store/fahxfa4w715400b9q3cc3jdfvg25nr7l-hdf5-x86_64-unknown-linux-gnufilc0-1.10.11
       Last 25 log lines:
       > checking enable asserts... no
       > checking enable developer warnings... no
       > checking profiling... no
       > checking optimization level... high
       > checking enable file locking... best-effort
       > checking for internal debug output... none
       > checking whether function stack tracking is enabled... no
       > checking for API tracing... no
       > checking whether a memory checking tool will be used... no
       > checking whether internal memory allocation sanity checking is used... no
       > checking for parallel support files... skipped
       > checking whether O_DIRECT is declared... yes
       > checking for posix_memalign... yes
       > checking if the direct I/O virtual file driver (VFD) is enabled... no
       > checking if the Mirror virtual file driver (VFD) is enabled... no
       > checking if the Read-Only S3 virtual file driver (VFD) is enabled... no
       > checking for libhdfs... suppressed
       > checking for custom examples path definition... ${prefix}/share/hdf5_examples
       > checking for custom plugin default path definition... /usr/local/hdf5/lib/plugin
       > checking whether exception handling functions is checked during data conversions... yes
       > checking whether data accuracy is guaranteed during data conversions... yes
       > checking if the machine has window style path name... no
       > checking if using special algorithm to convert long double to (unsigned) long values... configure: error: in `/build/hdf5-1.10.11':
       > configure: error: cannot run test program while cross compiling
       > See `config.log' for more details
       For full logs, run:
         nix log /nix/store/l1y7j03dwn1pij5wcnszlz41waa94b73-hdf5-x86_64-unknown-linux-gnufilc0-1.10.11.drv
hdt-1.3.3
error: Cannot build '/nix/store/c5nj66nmvw6969nvq3ag421gjq4jmhjr-hdt-x86_64-unknown-linux-gnufilc0-1.3.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/8r0cz0wy6sk906a9mn4fjy44g1w24rbh-hdt-x86_64-unknown-linux-gnufilc0-1.3.3
       Last 25 log lines:
       > make[2]: Entering directory '/build/source/libhdt/tools'
       >   CXX      hdt2rdf.o
       >   CXX      hdtInfo.o
       >   CXX      hdtSearch.o
       >   CXX      modifyHeader.o
       >   CXX      rdf2hdt.o
       >   CXX      replaceHeader.o
       >   CXX      searchHeader.o
       >   CXXLD    hdt2rdf
       >   CXXLD    hdtInfo
       > ../.libs/libhdt.so: error: undefined reference to 'pizlonated_sqrt'
       > /build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log2'
       > /build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:448: hdt2rdf] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > ../.libs/libhdt.so: error: undefined reference to 'pizlonated_sqrt'
       > /build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log2'
       > /build/source/libcds/.libs/libcds.so: error: undefined reference to 'pizlonated_log'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:452: hdtInfo] Error 1
       > make[2]: Leaving directory '/build/source/libhdt/tools'
       > make[1]: *** [Makefile:1654: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source/libhdt'
       > make: *** [Makefile:431: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/c5nj66nmvw6969nvq3ag421gjq4jmhjr-hdt-x86_64-unknown-linux-gnufilc0-1.3.3.drv
hepmc-2.06.11
error: Cannot build '/nix/store/wxkqhv4xkscgmf919f2sp24j53l4hh1f-hepmc-x86_64-unknown-linux-gnufilc0-2.06.11.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4jfaz85bif2l9a20x3xxhsn4x85g0p73-hepmc-x86_64-unknown-linux-gnufilc0-2.06.11
       Last 25 log lines:
       > In file included from /build/HepMC-2.06.11/test/testFlow.cc:12:
       > /build/HepMC-2.06.11/HepMC/GenEvent.h:521:16: warning: 'iterator<std::forward_iterator_tag, HepMC::GenParticle *>' is deprecated [-Wdeprecated-declarations]
       >   521 |           public std::iterator<std::forward_iterator_tag,HepMC::GenParticle*,ptrdiff_t>{
       >       |                       ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, HepMC::GenParticle *>' has been explicitly marked deprecated here
       >    23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
       >       |                             ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__config:725:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
       >   725 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
       >       |                                         ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
       >   698 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
       >       |                                                 ^
       > 7 warnings generated.
       > [ 86%] Linking CXX executable testFlow
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_cos'
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_sin'
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_sqrtf'
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_atan2'
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_log'
       > ../lib/libHepMC.so.4.0.0: error: undefined reference to 'pizlonated_sqrt'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/testFlow.dir/build.make:101: test/testFlow] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:555: test/CMakeFiles/testFlow.dir/all] Error 2
       > make: *** [Makefile:166: all] Error 2
       For full logs, run:
         nix log /nix/store/wxkqhv4xkscgmf919f2sp24j53l4hh1f-hepmc-x86_64-unknown-linux-gnufilc0-2.06.11.drv
herbe-1.0.0
error: Cannot build '/nix/store/25jw7ndxba5mdvhfklzmmwgridnkascv-herbe-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/z6x3na06fsnlkk38vrf47as3wicsnx4p-herbe-x86_64-unknown-linux-gnufilc0-1.0.0
       Last 5 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/w2baznn85pwp094f8cq2v7ls20k13w0f-source
       > source root is source
       > Running phase: patchPhase
       > sed: -e expression #1, char 85: unknown option to `s'
       For full logs, run:
         nix log /nix/store/25jw7ndxba5mdvhfklzmmwgridnkascv-herbe-x86_64-unknown-linux-gnufilc0-1.0.0.drv
herbstluftwm-0.9.5
error: Cannot build '/nix/store/1mwnsj8f42h9w8yhf42bybnl4z322j01-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5.drv'.
       Reason: builder failed with exit code 133.
       Output paths:
         /nix/store/cdqd97fbg8w5vqv3avff5hmsn70m1kqk-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5-man
         /nix/store/kpc8ildplgk0ds22i8xph4jsfmj7z2z7-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5-doc
         /nix/store/mxn9ay82abdsdbks27hhkjmcs6cs3ygi-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5
       Last 25 log lines:
       >   File "<frozen runpy>", line 88 in _run_code
       >   File "<frozen runpy>", line 198 in _run_module_as_main
       > .....................................        [  6%]
       > ../tests/test_decorations.py ............FE.FE.FE.FE.FE.FE.FE........... [  8%]
       > ......                                                                   [  8%]
       > ../tests/test_doc.py ................................................... [ 10%]
       > ........................................................................ [ 14%]
       > .....                                                                    [ 14%]
       > ../tests/test_ewmh.py .................................................. [ 16%]
       > ......................................................................   [ 20%]
       > ../tests/test_floating.py .......................................        [ 21%]
       > ../tests/test_frame_decorations.py ....                                  [ 22%]
       > ../tests/test_global_commands.py ....................................... [ 23%]
       > .......                                                                  [ 24%]
       > ../tests/test_herbstclient.py .......................................... [ 26%]
       > .................................                                        [ 27%]
       > ../tests/test_herbstluftwm.py ................                           [ 28%]
       > ../tests/test_hook.py ......                                             [ 28%]
       > ../tests/test_keybind.py .....................F............FF........... [ 30%]
       > ....................................................                     [ 33%]
       > ../tests/test_layout.py ................................................ [ 35%]
       > ........................................................................ [ 38%]
       > ........................................................................ [ 42%]
       > ........................................................................ [ 45%]
       > ................/nix/store/sc6s17cxg9skv7x1b1fnf5mn73dx4n7x-pytest-check-hook/nix-support/setup-hook: line 23:   969 Trace/breakpoint trap   /nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3.12 "${flagsArray[@]}"
       For full logs, run:
         nix log /nix/store/1mwnsj8f42h9w8yhf42bybnl4z322j01-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5.drv
hercules-4.8
error: Cannot build '/nix/store/kjpxmahxzx4ahkc3nw6fmxax70a6dprf-hercules-x86_64-unknown-linux-gnufilc0-4.8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/x1ivfwiag1vz144x8jnk38r1qfl5r3hk-hercules-x86_64-unknown-linux-gnufilc0-4.8
       Last 25 log lines:
       > hdl.c:321:20: error: incompatible integer to pointer conversion assigning to 'INSSEC *' (aka 'void (*)(void (*)(unsigned int, int, const char *, void *))') from 'int' [-Wint-conversion]
       >   321 |     mod->inssec_ep = dlsym( mod->handle, "hdl_define_instructs_ep" );
       >       |                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > hdl.c:322:20: error: incompatible integer to pointer conversion assigning to 'FINSEC *' (aka 'int (*)()') from 'int' [-Wint-conversion]
       >   322 |     mod->finsec_ep = dlsym( mod->handle, "hdl_on_module_unload_ep" );
       >       |                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > hdl.c:344:17: error: call to undeclared function 'lt_dlclose'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   344 |                 dlclose( mod->handle );
       >       |                 ^
       > ./hdl.h:229:37: note: expanded from macro 'dlclose'
       >   229 |   #define dlclose(_handle)          lt_dlclose(_handle)
       >       |                                     ^
       > hdl.c:370:17: error: call to undeclared function 'lt_dlclose'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   370 |                 dlclose( mod->handle );
       >       |                 ^
       > ./hdl.h:229:37: note: expanded from macro 'dlclose'
       >   229 |   #define dlclose(_handle)          lt_dlclose(_handle)
       >       |                                     ^
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 3 warnings and 20 errors generated.
       > make[2]: *** [Makefile:2674: hdl.lo] Error 1
       > make[2]: Leaving directory '/build/source'
       > make[1]: *** [Makefile:2720: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:2029: all] Error 2
       For full logs, run:
         nix log /nix/store/kjpxmahxzx4ahkc3nw6fmxax70a6dprf-hercules-x86_64-unknown-linux-gnufilc0-4.8.drv
hevea-2.36
error: Cannot build '/nix/store/mwwvssq8bndympp61aqw3bxr917r0hql-hevea-x86_64-unknown-linux-gnufilc0-2.36.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/94g3lh76lgmi2w1xmjdipr1wh4n55nh2-hevea-x86_64-unknown-linux-gnufilc0-2.36
       Last 25 log lines:
       > + ocamldep.opt -modules url.mli > url.mli.depends
       > + ocamlc.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o url.cmi url.mli
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o url.cmx url.ml
       > + ocamllex.opt -q verb.mll
       > + ocamldep.opt -modules verb.ml > verb.ml.depends
       > + ocamllex.opt -q videoc.mll
       > + ocamldep.opt -modules videoc.ml > videoc.ml.depends
       > + ocamldep.opt -modules zyva.ml > zyva.ml.depends
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o esp.cmx esp.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o html.cmx html.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o image.cmx image.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o info.cmx info.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o noimage.cmx noimage.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o package.cmx package.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o verb.cmx verb.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o videoc.cmx videoc.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o zyva.cmx zyva.ml
       > + ocamlopt.opt -c -w +a-4-9-41-45-67-70 -annot -safe-string -o hevea.cmx hevea.ml
       > + ocamlopt.opt myLexing.cmx myStack.cmx location.cmx misc.cmx mylib.cmx mysys.cmx version.cmx parse_opts.cmx auxx.cmx colscan.cmx color.cmx count.cmx simpleRope.cmx doOut.cmx myfiles.cmx out.cmx saveUtils.cmx saver.cmx save.cmx lexstate.cmx latexmacros.cmx counter.cmx element.cmx emisc.cmx entry.cmx htmltext.cmx util.cmx explode.cmx htmllex.cmx htmlparse.cmx lexstyle.cmx pp.cmx ultra.cmx esp.cmx section.cmx foot.cmx length.cmx get.cmx outUnicode.cmx subst.cmx table.cmx tabular.cmx text.cmx infoRef.cmx hot.cmx htmlCommon.cmx htmlMath.cmx mathML.cmx html.cmx image.cmx index.cmx info.cmx lexattr.cmx latexscan.cmx noimage.cmx url.cmx package.cmx verb.cmx videoc.cmx zyva.cmx hevea.cmx -o hevea.native
       > + ocamlopt.opt myLexing.cmx myStack.cmx location.cmx misc.cmx mylib.cmx mysys.cmx version.cmx parse_opts.cmx auxx.cmx colscan.cmx color.cmx count.cmx simpleRope.cmx doOut.cmx myfiles.cmx out.cmx saveUtils.cmx saver.cmx save.cmx lexstate.cmx latexmacros.cmx counter.cmx element.cmx emisc.cmx entry.cmx htmltext.cmx util.cmx explode.cmx htmllex.cmx htmlparse.cmx lexstyle.cmx pp.cmx ultra.cmx esp.cmx section.cmx foot.cmx length.cmx get.cmx outUnicode.cmx subst.cmx table.cmx tabular.cmx text.cmx infoRef.cmx hot.cmx htmlCommon.cmx htmlMath.cmx mathML.cmx html.cmx image.cmx index.cmx info.cmx lexattr.cmx latexscan.cmx noimage.cmx url.cmx package.cmx verb.cmx videoc.cmx zyva.cmx hevea.cmx -o hevea.native
       > sh: gcc: not found
       > File "caml_startup", line 1:
       > Error: I/O error: gcc  -Wl,-E  -o 'hevea.native'  '-L/nix/store/ynrkh9kqgg3hv6c5p8bf9zwr0aijmjx1-ocaml-5.3.0/lib/ocaml'  '/build/camlstartup132218.o' '/nix/store/ynrkh9kqgg3hv6c5p8bf9zwr0aijmjx1-ocaml-5.3.0/lib/ocaml/std_exit.o' 'hevea.o' 'zyva.o' 'videoc.o' 'verb.o' 'package.o' 'url.o' 'noimage.o' 'latexscan.o' 'lexattr.o' 'info.o' 'index.o' 'image.o' 'html.o' 'mathML.o' 'htmlMath.o' 'htmlCommon.o' 'hot.o' 'infoRef.o' 'text.o' 'tabular.o' 'table.o' 'subst.o' 'outUnicode.o' 'get.o' 'length.o' 'foot.o' 'section.o' 'esp.o' 'ultra.o' 'pp.o' 'lexstyle.o' 'htmlparse.o' 'htmllex.o' 'explode.o' 'util.o' 'htmltext.o' 'entry.o' 'emisc.o' 'element.o' 'counter.o' 'latexmacros.o' 'lexstate.o' 'save.o' 'saver.o' 'saveUtils.o' 'out.o' 'myfiles.o' 'doOut.o' 'simpleRope.o' 'count.o' 'color.o' 'colscan.o' 'auxx.o' 'parse_opts.o' 'version.o' 'mysys.o' 'mylib.o' 'misc.o' 'location.o' 'myStack.o' 'myLexing.o' '/nix/store/ynrkh9kqgg3hv6c5p8bf9zwr0aijmjx1-ocaml-5.3.0/lib/ocaml/stdlib.a' '/nix/store/ynrkh9kqgg3hv6c5p8bf9zwr0aijmjx1-ocaml-5.3.0/lib/ocaml/libasmrun.a'   -lm  -lpthread
       > Command exited with code 2.
       > make: *** [Makefile:60: ocb-opt] Error 10
       For full logs, run:
         nix log /nix/store/mwwvssq8bndympp61aqw3bxr917r0hql-hevea-x86_64-unknown-linux-gnufilc0-2.36.drv
hdate-1.6.02
error: build of '/nix/store/14bd5c96dyg5ln5y4gphw1r3q28q33wq-hdate-x86_64-unknown-linux-gnufilc0-1.6.02.drv^*', '/nix/store/1mwnsj8f42h9w8yhf42bybnl4z322j01-herbstluftwm-x86_64-unknown-linux-gnufilc0-0.9.5.drv^*', '/nix/store/25jw7ndxba5mdvhfklzmmwgridnkascv-herbe-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*', '/nix/store/c5nj66nmvw6969nvq3ag421gjq4jmhjr-hdt-x86_64-unknown-linux-gnufilc0-1.3.3.drv^*', '/nix/store/ivmdd50wdc5a6ninkpababvh473c85md-haveged-x86_64-unknown-linux-gnufilc0-1.9.19.drv^*', '/nix/store/kjpxmahxzx4ahkc3nw6fmxax70a6dprf-hercules-x86_64-unknown-linux-gnufilc0-4.8.drv^*', '/nix/store/l1y7j03dwn1pij5wcnszlz41waa94b73-hdf5-x86_64-unknown-linux-gnufilc0-1.10.11.drv^*', '/nix/store/mwwvssq8bndympp61aqw3bxr917r0hql-hevea-x86_64-unknown-linux-gnufilc0-2.36.drv^*', '/nix/store/pazz4hkadyhkgl095243yimrhg8jjsqi-hddtemp-x86_64-unknown-linux-gnufilc0-0.3-beta15.drv^*', '/nix/store/wxkqhv4xkscgmf919f2sp24j53l4hh1f-hepmc-x86_64-unknown-linux-gnufilc0-2.06.11.drv^*', '/nix/store/z6y6w8aas68yg77xd5a40apxz399dlpi-python3.12-hassil-2.2.3-x86_64-unknown-linux-gnufilc0.drv^*' failed

End of log