Build · 09b24db0Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output13.4 MiB captured
polygraph-4.13.0
  111 |                         return ::TLSv1_method();
      |                                  ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2065:1: note: 'TLSv1_method' has been explicitly marked deprecated here
 2065 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:115:13: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations]
  115 |                         return ::TLSv1_1_method();
      |                                  ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2073:1: note: 'TLSv1_1_method' has been explicitly marked deprecated here
 2073 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:119:13: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations]
  119 |                         return ::TLSv1_2_method();
      |                                  ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2081:1: note: 'TLSv1_2_method' has been explicitly marked deprecated here
 2081 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:239:24: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
  239 |         EC_KEY * const ecdh = EC_KEY_new_by_curve_name(nid);
      |                               ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1009:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
 1009 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:243:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]
  243 |         EC_KEY_free(ecdh);
      |         ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1014:1: note: 'EC_KEY_free' has been explicitly marked deprecated here
 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:279:18: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations]
  279 |         if (method == ::TLSv1_method())
      |                         ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2065:1: note: 'TLSv1_method' has been explicitly marked deprecated here
 2065 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:283:18: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations]
  283 |         if (method == ::TLSv1_1_method())
      |                         ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2073:1: note: 'TLSv1_1_method' has been explicitly marked deprecated here
 2073 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:287:18: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations]
  287 |         if (method == ::TLSv1_2_method())
      |                         ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2081:1: note: 'TLSv1_2_method' has been explicitly marked deprecated here
 2081 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
  239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
      |                                 ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
Ssl.cc:609:11: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations]
  609 |         return ::ERR_get_error_line(fname, line);
      |                  ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/err.h:425:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here
  425 | OSSL_DEPRECATEDIN_3_0
      | ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
14 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ZLib.o ZLib.cc
In file included from ZLib.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ZLib.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ZFStream.o ZFStream.cc
In file included from ZFStream.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ZFStream.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o CpuAffinitySet.o CpuAffinitySet.cc
In file included from CpuAffinitySet.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from CpuAffinitySet.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o DirScanner.o DirScanner.cc
In file included from DirScanner.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from DirScanner.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o gadgets.o gadgets.cc
In file included from gadgets.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from gadgets.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o rndDistrs.o rndDistrs.cc
In file included from rndDistrs.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from rndDistrs.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o xport.o xport.cc
In file included from xport.cc:6:
../../src/xstd/xstd.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from xport.cc:6:
In file included from ../../src/xstd/xstd.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
rm -f libxstd.a
ar cr libxstd.a AlarmClock.o Assert.o BigSize.o Clock.o ResourceUsage.o Checksum.o CommandToBuffer.o TokenIdentifier.o PrefixIdentifier.o StringIdentifier.o Error.o NetDouble.o NetAddr.o NetIface.o InetIfReq.o InAddress.o getIfAddrs.o FileScanner.o Poll.o Epoll.o RegEx.o Rnd.o Select.o Size.o Socket.o IpSocket.o SrcLoc.o String.o Area.o TblDistr.o Time.o LoadableModule.o Dns.o Gss.o Kerberos.o Ssl.o ZLib.o ZFStream.o CpuAffinitySet.o DirScanner.o gadgets.o rndDistrs.o xport.o 
ranlib libxstd.a
make[3]: Leaving directory '/build/polygraph-4.13.0/src/xstd'
Making all in base
make[3]: Entering directory '/build/polygraph-4.13.0/src/base'
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ForeignTrace.o ForeignTrace.cc
In file included from ForeignTrace.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ForeignTrace.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o AddrParsers.o AddrParsers.cc
In file included from AddrParsers.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from AddrParsers.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o BStream.o BStream.cc
In file included from BStream.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from BStream.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o CmdLine.o CmdLine.cc
In file included from CmdLine.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from CmdLine.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o StringRangeBlocks.o StringRangeBlocks.cc
In file included from StringRangeBlocks.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from StringRangeBlocks.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o StringRange.o StringRange.cc
In file included from StringRange.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from StringRange.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o StringArrayBlocks.o StringArrayBlocks.cc
In file included from StringArrayBlocks.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from StringArrayBlocks.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o StringArray.o StringArray.cc
In file included from StringArray.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from StringArray.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ErrorRec.o ErrorRec.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o check_objects.lo check_objects.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c check_objects.cpp  -fPIC -DPIC -o .libs/check_objects.o
polygraph-4.13.0
In file included from ErrorRec.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ErrorRec.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ErrorHash.o ErrorHash.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o diagnostics.lo diagnostics.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c diagnostics.cpp  -fPIC -DPIC -o .libs/diagnostics.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o errors.lo errors.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c errors.cpp  -fPIC -DPIC -o .libs/errors.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o exporter.lo exporter.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c exporter.cpp  -fPIC -DPIC -o .libs/exporter.o
polygraph-4.13.0
In file included from ErrorHash.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ErrorHash.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o Histogram.o Histogram.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc.lo gc.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc.cpp  -fPIC -DPIC -o .libs/gc.o
polygraph-4.13.0
In file included from Histogram.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from Histogram.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o AggrStat.o AggrStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_check_weak_ref.lo gc_check_weak_ref.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_check_weak_ref.cpp  -fPIC -DPIC -o .libs/gc_check_weak_ref.o
polygraph-4.13.0
In file included from AggrStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from AggrStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o LevelStat.o LevelStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_copy_phase.lo gc_copy_phase.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_copy_phase.cpp  -fPIC -DPIC -o .libs/gc_copy_phase.o
polygraph-4.13.0
In file included from LevelStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from LevelStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o HRHistStat.o HRHistStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_mark_phase.lo gc_mark_phase.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_mark_phase.cpp  -fPIC -DPIC -o .libs/gc_mark_phase.o
polygraph-4.13.0
In file included from HRHistStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from HRHistStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o TmSzHistStat.o TmSzHistStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_progress.lo gc_progress.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_progress.cpp  -fPIC -DPIC -o .libs/gc_progress.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_share_phase.lo gc_share_phase.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_share_phase.cpp  -fPIC -DPIC -o .libs/gc_share_phase.o
polygraph-4.13.0
In file included from TmSzHistStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from TmSzHistStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o TmSzStat.o TmSzStat.cc
In file included from TmSzStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from TmSzStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o HRStat.o HRStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gc_update_phase.lo gc_update_phase.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gc_update_phase.cpp  -fPIC -DPIC -o .libs/gc_update_phase.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o gctaskfarm.lo gctaskfarm.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c gctaskfarm.cpp  -fPIC -DPIC -o .libs/gctaskfarm.o
polygraph-4.13.0
In file included from HRStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from HRStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o IcpStat.o IcpStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o heapsizing.lo heapsizing.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c heapsizing.cpp  -fPIC -DPIC -o .libs/heapsizing.o
polygraph-4.13.0
In file included from IcpStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from IcpStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ConnCloseStat.o ConnCloseStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o locking.lo locking.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c locking.cpp  -fPIC -DPIC -o .libs/locking.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o memmgr.lo memmgr.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c memmgr.cpp  -fPIC -DPIC -o .libs/memmgr.o
polygraph-4.13.0
In file included from ConnCloseStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ConnCloseStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ContTypeStat.o ContTypeStat.cc
In file included from ContTypeStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ContTypeStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ErrorStat.o ErrorStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o mpoly.lo mpoly.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c mpoly.cpp  -fPIC -DPIC -o .libs/mpoly.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o network.lo network.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c network.cpp  -fPIC -DPIC -o .libs/network.o
polygraph-4.13.0
In file included from ErrorStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ErrorStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o OidGenStat.o OidGenStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o objsize.lo objsize.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c objsize.cpp  -fPIC -DPIC -o .libs/objsize.o
polygraph-4.13.0
In file included from OidGenStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from OidGenStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ProtoIntvlStat.o ProtoIntvlStat.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o pexport.lo pexport.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c pexport.cpp  -fPIC -DPIC -o .libs/pexport.o
polygraph-4.13.0
In file included from ProtoIntvlStat.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ProtoIntvlStat.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o GoalRec.o GoalRec.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o poly_specific.lo poly_specific.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c poly_specific.cpp  -fPIC -DPIC -o .libs/poly_specific.o
polygraph-4.13.0
In file included from GoalRec.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from GoalRec.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ILog.o ILog.cc
polyml-5.9.1
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o polyffi.lo polyffi.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c polyffi.cpp  -fPIC -DPIC -o .libs/polyffi.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o polystring.lo polystring.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c polystring.cpp  -fPIC -DPIC -o .libs/polystring.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o process_env.lo process_env.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c process_env.cpp  -fPIC -DPIC -o .libs/process_env.o
process_env.cpp:569:19: error: use of undeclared identifier 'vfork'; did you mean 'fork'?
  569 |         int pid = vfork();
      |                   ^~~~~
      |                   fork
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/unistd.h:778:16: note: 'fork' declared here
  778 | extern __pid_t fork (void) __THROWNL;
      |                ^
1 error generated.
make[2]: *** [Makefile:768: process_env.lo] Error 1
make[2]: Leaving directory '/build/source/libpolyml'
make[1]: *** [Makefile:712: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:471: all] Error 2
python3.12-poetry-semver-0.1.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
polygraph-4.13.0
In file included from ILog.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ILog.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ObjTimes.o ObjTimes.cc
python3.12-poetry-semver-0.1.0
→ unpackPhase
unpacking source archive /nix/store/cl4gabdmzvdwl4rbj300znqvas9dnpmb-poetry-semver-0.1.0.tar.gz
source root is poetry-semver-0.1.0
setting SOURCE_DATE_EPOCH to timestamp 1575318559 of file "poetry-semver-0.1.0/PKG-INFO"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
running bdist_wheel
running build
running build_py
creating build/lib/semver
copying semver/__init__.py -> build/lib/semver
copying semver/empty_constraint.py -> build/lib/semver
copying semver/exceptions.py -> build/lib/semver
copying semver/patterns.py -> build/lib/semver
copying semver/version.py -> build/lib/semver
copying semver/version_constraint.py -> build/lib/semver
copying semver/version_range.py -> build/lib/semver
copying semver/version_union.py -> build/lib/semver
creating build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_main.py -> build/lib/tests
copying tests/test_semver.py -> build/lib/tests
copying tests/test_version.py -> build/lib/tests
copying tests/test_version_range.py -> build/lib/tests
copying semver/__init__.py -> build/lib/semver
copying semver/empty_constraint.py -> build/lib/semver
copying semver/exceptions.py -> build/lib/semver
copying semver/patterns.py -> build/lib/semver
copying semver/version.py -> build/lib/semver
copying semver/version_constraint.py -> build/lib/semver
copying semver/version_range.py -> build/lib/semver
copying semver/version_union.py -> build/lib/semver
copying tests/__init__.py -> build/lib/tests
copying tests/test_main.py -> build/lib/tests
copying tests/test_semver.py -> build/lib/tests
copying tests/test_version.py -> build/lib/tests
copying tests/test_version_range.py -> build/lib/tests
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/semver
copying build/lib/semver/__init__.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/empty_constraint.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/exceptions.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/patterns.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/version.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/version_constraint.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/version_range.py -> build/bdist.linux-x86_64/wheel/./semver
copying build/lib/semver/version_union.py -> build/bdist.linux-x86_64/wheel/./semver
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_main.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_semver.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_version.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_version_range.py -> build/bdist.linux-x86_64/wheel/./tests
running install_egg_info
running egg_info
creating poetry_semver.egg-info
writing poetry_semver.egg-info/PKG-INFO
writing dependency_links to poetry_semver.egg-info/dependency_links.txt
writing requirements to poetry_semver.egg-info/requires.txt
writing top-level names to poetry_semver.egg-info/top_level.txt
writing manifest file 'poetry_semver.egg-info/SOURCES.txt'
reading manifest file 'poetry_semver.egg-info/SOURCES.txt'
writing manifest file 'poetry_semver.egg-info/SOURCES.txt'
Copying poetry_semver.egg-info to build/bdist.linux-x86_64/wheel/./poetry_semver-0.1.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/poetry_semver-0.1.0.dist-info/WHEEL
creating 'dist/poetry_semver-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'semver/__init__.py'
adding 'semver/empty_constraint.py'
adding 'semver/exceptions.py'
adding 'semver/patterns.py'
adding 'semver/version.py'
adding 'semver/version_constraint.py'
adding 'semver/version_range.py'
adding 'semver/version_union.py'
adding 'tests/__init__.py'
adding 'tests/test_main.py'
adding 'tests/test_semver.py'
adding 'tests/test_version.py'
adding 'tests/test_version_range.py'
adding 'poetry_semver-0.1.0.dist-info/METADATA'
adding 'poetry_semver-0.1.0.dist-info/WHEEL'
adding 'poetry_semver-0.1.0.dist-info/top_level.txt'
adding 'poetry_semver-0.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
Successfully installed poetry_semver-0.1.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/higjvs5lkxyvif8sdgq4sagsvai2lhzd-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/higjvs5lkxyvif8sdgq4sagsvai2lhzd-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/higjvs5lkxyvif8sdgq4sagsvai2lhzd-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/higjvs5lkxyvif8sdgq4sagsvai2lhzd-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/5v8gjrkwz2dhv0y1fphyhxgyrf5nqwp4-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/5v8gjrkwz2dhv0y1fphyhxgyrf5nqwp4-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/5v8gjrkwz2dhv0y1fphyhxgyrf5nqwp4-python3.12-poetry-semver-0.1.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
polygraph-4.13.0
In file included from ObjTimes.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ObjTimes.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o ObjId.o ObjId.cc
python3.12-poetry-semver-0.1.0
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/poetry-semver-0.1.0
configfile: pyproject.toml
collected 112 items                                                            
tests/test_main.py ..................................................... [ 47%]
..............................                                           [ 74%]
tests/test_semver.py .                                                   [ 75%]
tests/test_version.py ........................                           [ 96%]
tests/test_version_range.py ....                                         [100%]
============================= 112 passed in 0.77s ==============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
python3.12-scrap-engine-1.4.3
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/p7pq5cilrx82rjpw5kw8xpa8pwvjj1wn-scrap_engine-1.4.3.tar.gz
source root is scrap_engine-1.4.3
setting SOURCE_DATE_EPOCH to timestamp 1745270505 of file "scrap_engine-1.4.3/setup.cfg"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
polygraph-4.13.0
In file included from ObjId.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from ObjId.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o OLog.o OLog.cc
python3.12-scrap-engine-1.4.3
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 1.4.3
Including all tracked files automatically
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
running egg_info
writing src/scrap_engine.egg-info/PKG-INFO
writing dependency_links to src/scrap_engine.egg-info/dependency_links.txt
writing top-level names to src/scrap_engine.egg-info/top_level.txt
reading manifest file 'src/scrap_engine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
no previously-included directories found matching 'examples'
no previously-included directories found matching 'pics'
no previously-included directories found matching 'docs'
no previously-included directories found matching '.gitignore'
adding license file 'LICENSE'
writing manifest file 'src/scrap_engine.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib/scrap_engine
copying src/scrap_engine/__init__.py -> build/lib/scrap_engine
copying src/scrap_engine/consts.py -> build/lib/scrap_engine
copying src/scrap_engine/error.py -> build/lib/scrap_engine
creating build/lib/scrap_engine/addable
copying src/scrap_engine/addable/__init__.py -> build/lib/scrap_engine/addable
copying src/scrap_engine/addable/addable.py -> build/lib/scrap_engine/addable
copying src/scrap_engine/addable/object.py -> build/lib/scrap_engine/addable
copying src/scrap_engine/addable/object_group.py -> build/lib/scrap_engine/addable
copying src/scrap_engine/addable/state.py -> build/lib/scrap_engine/addable
creating build/lib/scrap_engine/map
copying src/scrap_engine/map/__init__.py -> build/lib/scrap_engine/map
copying src/scrap_engine/map/map.py -> build/lib/scrap_engine/map
copying src/scrap_engine/map/submap.py -> build/lib/scrap_engine/map
creating build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/__init__.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/box.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/circle.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/frame.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/line.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/square.py -> build/lib/scrap_engine/addable/misc
copying src/scrap_engine/addable/misc/text.py -> build/lib/scrap_engine/addable/misc
running egg_info
writing src/scrap_engine.egg-info/PKG-INFO
writing dependency_links to src/scrap_engine.egg-info/dependency_links.txt
writing top-level names to src/scrap_engine.egg-info/top_level.txt
reading manifest file 'src/scrap_engine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
no previously-included directories found matching 'examples'
no previously-included directories found matching 'pics'
no previously-included directories found matching 'docs'
no previously-included directories found matching '.gitignore'
adding license file 'LICENSE'
writing manifest file 'src/scrap_engine.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/scrap_engine
copying build/lib/scrap_engine/__init__.py -> build/bdist.linux-x86_64/wheel/./scrap_engine
copying build/lib/scrap_engine/consts.py -> build/bdist.linux-x86_64/wheel/./scrap_engine
copying build/lib/scrap_engine/error.py -> build/bdist.linux-x86_64/wheel/./scrap_engine
creating build/bdist.linux-x86_64/wheel/scrap_engine/addable
copying build/lib/scrap_engine/addable/__init__.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable
copying build/lib/scrap_engine/addable/addable.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable
copying build/lib/scrap_engine/addable/object.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable
copying build/lib/scrap_engine/addable/object_group.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable
copying build/lib/scrap_engine/addable/state.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable
creating build/bdist.linux-x86_64/wheel/scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/__init__.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/box.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/circle.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/frame.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/line.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/square.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
copying build/lib/scrap_engine/addable/misc/text.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/addable/misc
creating build/bdist.linux-x86_64/wheel/scrap_engine/map
copying build/lib/scrap_engine/map/__init__.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/map
copying build/lib/scrap_engine/map/map.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/map
copying build/lib/scrap_engine/map/submap.py -> build/bdist.linux-x86_64/wheel/./scrap_engine/map
running install_egg_info
Copying src/scrap_engine.egg-info to build/bdist.linux-x86_64/wheel/./scrap_engine-1.4.3-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/scrap_engine-1.4.3.dist-info/WHEEL
creating '/build/scrap_engine-1.4.3/dist/.tmp-eqm1j4k4/scrap_engine-1.4.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'scrap_engine/__init__.py'
adding 'scrap_engine/consts.py'
adding 'scrap_engine/error.py'
adding 'scrap_engine/addable/__init__.py'
adding 'scrap_engine/addable/addable.py'
adding 'scrap_engine/addable/object.py'
adding 'scrap_engine/addable/object_group.py'
adding 'scrap_engine/addable/state.py'
adding 'scrap_engine/addable/misc/__init__.py'
adding 'scrap_engine/addable/misc/box.py'
adding 'scrap_engine/addable/misc/circle.py'
adding 'scrap_engine/addable/misc/frame.py'
adding 'scrap_engine/addable/misc/line.py'
adding 'scrap_engine/addable/misc/square.py'
adding 'scrap_engine/addable/misc/text.py'
adding 'scrap_engine/map/__init__.py'
adding 'scrap_engine/map/map.py'
adding 'scrap_engine/map/submap.py'
adding 'scrap_engine-1.4.3.dist-info/licenses/LICENSE'
adding 'scrap_engine-1.4.3.dist-info/METADATA'
adding 'scrap_engine-1.4.3.dist-info/WHEEL'
adding 'scrap_engine-1.4.3.dist-info/top_level.txt'
adding 'scrap_engine-1.4.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built scrap_engine-1.4.3-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for scrap_engine-1.4.3-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed scrap_engine-1.4.3-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/l80s7zz8vqx4mg612qblq7wa7m0l1s5m-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/l80s7zz8vqx4mg612qblq7wa7m0l1s5m-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/l80s7zz8vqx4mg612qblq7wa7m0l1s5m-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/l80s7zz8vqx4mg612qblq7wa7m0l1s5m-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/bcm3asq86rzlsdl7zymv2nr47yaxpfp4-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/bcm3asq86rzlsdl7zymv2nr47yaxpfp4-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/bcm3asq86rzlsdl7zymv2nr47yaxpfp4-python3.12-scrap-engine-1.4.3-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
poetry2conda-0.3.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/8km39f6awc5lin6928jraidlnhl6c03g-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_example.py"
→ patchPhase
applying patch /nix/store/8arhm3smvs0g5lkjkvjfjxf46m64nk3s-use-poetry-core.patch
patching file pyproject.toml
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
* Building wheel...
polygraph-4.13.0
In file included from OLog.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from OLog.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o Opt.o Opt.cc
poetry2conda-0.3.0
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Successfully built poetry2conda-0.3.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for poetry2conda-0.3.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed poetry2conda-0.3.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/c3i3jyk0wzsadkcnvq0hlzkq4alhdvha-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/c3i3jyk0wzsadkcnvq0hlzkq4alhdvha-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/c3i3jyk0wzsadkcnvq0hlzkq4alhdvha-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/jrc38y85ghnnin6qyzvw1dhlbdsmcxh1-poetry2conda-0.3.0-x86_64-unknown-linux-gnufilc0/bin/poetry2conda'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
polygraph-4.13.0
In file included from Opt.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from Opt.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o Progress.o Progress.cc
poetry2conda-0.3.0
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
plugins: mock-3.14.0
collected 3 items                                                              
tests/test_example.py ...                                                [100%]
============================== 3 passed in 0.18s ===============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
pokete-0.9.1
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing python-namespaces-hook
→ unpackPhase
unpacking source archive /nix/store/8x25hzkr9npyw610m378z3b992zlj2hn-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wiki.md"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Listing '.'...
Listing './.github'...
Listing './.github/ISSUE_TEMPLATE'...
Listing './.github/workflows'...
Listing './assets'...
Listing './assets/music'...
Listing './assets/ss'...
Listing './bash'...
Compiling './gen_wiki.py'...
Listing './mods'...
Compiling './mods/__init__.py'...
Compiling './mods/example.py'...
Listing './playsound'...
Compiling './playsound/__init__.py'...
Compiling './pokete.py'...
Listing './pokete_classes'...
Compiling './pokete_classes/__init__.py'...
Compiling './pokete_classes/achievements.py'...
Compiling './pokete_classes/animations.py'...
Compiling './pokete_classes/attack.py'...
Compiling './pokete_classes/attack_actions.py'...
Compiling './pokete_classes/audio.py'...
Compiling './pokete_classes/buy.py'...
Compiling './pokete_classes/classes.py'...
Compiling './pokete_classes/color.py'...
Compiling './pokete_classes/deck.py'...
Compiling './pokete_classes/detail.py'...
Compiling './pokete_classes/dex.py'...
Compiling './pokete_classes/doors.py'...
Compiling './pokete_classes/effects.py'...
Compiling './pokete_classes/event.py'...
Compiling './pokete_classes/evomap.py'...
Listing './pokete_classes/fightmap'...
Compiling './pokete_classes/fightmap/__init__.py'...
Compiling './pokete_classes/fightmap/attack.py'...
Compiling './pokete_classes/fightmap/inv.py'...
Compiling './pokete_classes/game.py'...
Compiling './pokete_classes/game_map.py'...
Compiling './pokete_classes/general.py'...
Compiling './pokete_classes/generic_map_handler.py'...
Compiling './pokete_classes/health_bar.py'...
Compiling './pokete_classes/hotkeys.py'...
Compiling './pokete_classes/input.py'...
Compiling './pokete_classes/inv_items.py'...
Compiling './pokete_classes/landscape.py'...
Compiling './pokete_classes/learnattack.py'...
Compiling './pokete_classes/loops.py'...
Compiling './pokete_classes/mods.py'...
Compiling './pokete_classes/movemap.py'...
Compiling './pokete_classes/moves.py'...
Compiling './pokete_classes/nature.py'...
Compiling './pokete_classes/notify.py'...
Compiling './pokete_classes/npcs.py'...
Compiling './pokete_classes/ob_maps.py'...
Compiling './pokete_classes/periodic_event_manager.py'...
Compiling './pokete_classes/poke.py'...
Compiling './pokete_classes/pokestats.py'...
Compiling './pokete_classes/pokete_care.py'...
Compiling './pokete_classes/providers.py'...
Compiling './pokete_classes/roadmap.py'...
Compiling './pokete_classes/settings.py'...
Compiling './pokete_classes/side_loops.py'...
Compiling './pokete_classes/timer.py'...
Compiling './pokete_classes/tss.py'...
Compiling './pokete_classes/types.py'...
Compiling './pokete_classes/ui_elements.py'...
Listing './pokete_classes/util'...
Compiling './pokete_classes/util/__init__.py'...
Compiling './pokete_classes/util/object_group.py'...
Compiling './pokete_classes/weather.py'...
Listing './pokete_data'...
Compiling './pokete_data/__init__.py'...
Compiling './pokete_data/achievements.py'...
Compiling './pokete_data/attacks.py'...
Compiling './pokete_data/items.py'...
Compiling './pokete_data/map_data.py'...
./pokete_data/map_data.py:3597: SyntaxWarning: invalid escape sequence '\ '
  "txt": """)())))))))))()))))())(())(((((((((())))())(((()(((((()))(((())))()(())())))(((((()(())())()(()(#    #)()((((()(()((((())()()(()))())))()))((()((()))(()###############################################
./pokete_data/map_data.py:4365: SyntaxWarning: invalid escape sequence '\ '
  "txt": """)((()((\  \_/  _____/ \______/((()())))(())()((()(())(((()(((()())()((())))))))))(((()()((())))))()())))))))
Compiling './pokete_data/maps.py'...
Compiling './pokete_data/mapstations.py'...
Compiling './pokete_data/natures.py'...
Compiling './pokete_data/npcs.py'...
Compiling './pokete_data/poketes.py'...
Compiling './pokete_data/trainers.py'...
Compiling './pokete_data/types.py'...
Compiling './pokete_data/weather.py'...
Compiling './pokete_general_use_fns.py'...
polygraph-4.13.0
In file included from Progress.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from Progress.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
pokete-0.9.1
Compiling './prepare_pages.py'...
polygraph-4.13.0
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o RndPermut.o RndPermut.cc
pokete-0.9.1
Compiling './release.py'...
Listing './snap'...
Listing './snap/gui'...
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0
/nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/share/pokete/gen_wiki.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3"
/nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/share/pokete/pokete.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3"
stripping (with command strip and flags -S -p) in  /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/bin
Rewriting #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/share/pokete/gen_wiki.py'...
Rewriting #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/share/pokete/pokete.py'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
rewriting symlink /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0/bin/pokete to be relative to /nix/store/f6ld48b0z2fv166sx1ddjnwzfjllriky-pokete-0.9.1-x86_64-unknown-linux-gnufilc0
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
polygraph-4.13.0
In file included from RndPermut.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from RndPermut.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0/share/polygraph\" -I../../src -I../../src -I/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -c -o TwoWayPermutator.o TwoWayPermutator.cc
In file included from TwoWayPermutator.cc:6:
../../src/base/polygraph.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from TwoWayPermutator.cc:6:
In file included from ../../src/base/polygraph.h:14:
In file included from ../../src/config.h:484:
../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
   11 | using namespace std;
      |                 ^
In file included from TwoWayPermutator.cc:10:
../../src/xstd/Ring.h:22:22: error: dependent using declaration resolved to type without 'typename'
   22 |                 using Array<Item>::Value;
      |                                    ^
TwoWayPermutator.cc:20:13: note: in instantiation of template class 'Ring<int>' requested here
   20 |                 Ring<int> r(mapSize);
      |                           ^
../../src/xstd/Array.h:26:16: note: target of using declaration
   26 |                 typedef Item Value;
      |                              ^
2 warnings and 1 error generated.
make[3]: *** [Makefile:605: TwoWayPermutator.o] Error 1
make[3]: Leaving directory '/build/polygraph-4.13.0/src/base'
make[2]: *** [Makefile:421: all-recursive] Error 1
make[2]: Leaving directory '/build/polygraph-4.13.0/src'
make[1]: *** [Makefile:359: all] Error 2
make[1]: Leaving directory '/build/polygraph-4.13.0/src'
make: *** [Makefile:521: all-recursive] Error 1
pkg-config-0.29.2
error: Cannot build '/nix/store/pb0mfxafayxk4qk03gjaav17306jfkmf-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7b452nf18mxibz38x98lp9kpypyvqd59-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2
         /nix/store/f4qzir3mhy0689f8px34xvpk08q81bsi-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2-doc
         /nix/store/mv7x447yn14ikw5d7caslhxgx4q4kzm3-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2-man
       Last 25 log lines:
       >       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > ./gatomic.h:184:44: note: expanded from macro 'g_atomic_pointer_or'
       >   184 |     (gsize) __sync_fetch_and_or ((atomic), (val));                           \
       >       |                                            ^~~~~
       > gatomic.c:464:10: error: incompatible integer to pointer conversion passing 'gsize' (aka 'unsigned long') to parameter of type 'gpointer' (aka 'void *') [-Wint-conversion]
       >   464 |   return g_atomic_pointer_xor ((volatile gpointer *) atomic, val);
       >       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > ./gatomic.h:191:45: note: expanded from macro 'g_atomic_pointer_xor'
       >   191 |     (gsize) __sync_fetch_and_xor ((atomic), (val));                          \
       >       |                                             ^~~~~
       > 4 errors generated.
       > make[6]: *** [Makefile:1321: libglib_2_0_la-gatomic.lo] Error 1
       > make[6]: *** Waiting for unfinished jobs....
       > make[6]: Leaving directory '/build/pkg-config-0.29.2/glib/glib'
       > make[5]: *** [Makefile:1934: all-recursive] Error 1
       > make[5]: Leaving directory '/build/pkg-config-0.29.2/glib/glib'
       > make[4]: *** [Makefile:953: all] Error 2
       > make[4]: Leaving directory '/build/pkg-config-0.29.2/glib/glib'
       > make[3]: *** [Makefile:1046: all-recursive] Error 1
       > make[3]: Leaving directory '/build/pkg-config-0.29.2/glib'
       > make[2]: *** [Makefile:770: all] Error 2
       > make[2]: Leaving directory '/build/pkg-config-0.29.2/glib'
       > make[1]: *** [Makefile:707: all-recursive] Error 1
       > make[1]: Leaving directory '/build/pkg-config-0.29.2'
       > make: *** [Makefile:463: all] Error 2
       For full logs, run:
         nix log /nix/store/pb0mfxafayxk4qk03gjaav17306jfkmf-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2.drv
plan9port-2025-01-29
error: Cannot build '/nix/store/fxw6x4gkyg3vji37axjz47biwrx1yzkl-plan9port-x86_64-unknown-linux-gnufilc0-2025-01-29.drv'.
       Reason: builder failed with exit code 127.
       Output paths:
         /nix/store/arlq5h057wk3vi1q09a77zifh7ndidry-plan9port-x86_64-unknown-linux-gnufilc0-2025-01-29
       Last 25 log lines:
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > patchelf: wrong ELF type
       > Running phase: installCheckPhase
       > /nix/store/ls4rca5iy2gi4227mkdh0ihjxzcw797l-stdenv-linux/setup: line 1763: /nix/store/arlq5h057wk3vi1q09a77zifh7ndidry-plan9port-x86_64-unknown-linux-gnufilc0-2025-01-29/bin/9: No such file or directory
       For full logs, run:
         nix log /nix/store/fxw6x4gkyg3vji37axjz47biwrx1yzkl-plan9port-x86_64-unknown-linux-gnufilc0-2025-01-29.drv
plplot-5.15.0
error: Cannot build '/nix/store/gkmbfyhqcgh9fyq1m6blrz3l9s4kxwrw-plplot-x86_64-unknown-linux-gnufilc0-5.15.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/i3r5d8453af1zcr1rqywih2qm7i0jj42-plplot-x86_64-unknown-linux-gnufilc0-5.15.0
       Last 25 log lines:
       >
       > Optional libraries:
       > PL_HAVE_QHULL:		OFF		WITH_CSA:	ON
       > PL_HAVE_FREETYPE:			PL_HAVE_PTHREAD:
       > HAVE_AGG:				HAVE_SHAPELIB:	OFF
       >
       > Language Bindings:
       > ENABLE_ada:		OFF
       > ENABLE_cxx:		ON
       > ENABLE_d:		OFF
       > ENABLE_fortran:		OFF
       > ENABLE_java:		OFF
       > ENABLE_lua:		OFF
       > ENABLE_ocaml:		OFF
       > ENABLE_octave:		OFF
       > ENABLE_python:		OFF
       > ENABLE_qt:		OFF
       > ENABLE_pyqt5:		OFF
       > ENABLE_tcl:		OFF
       > ENABLE_itcl:		OFF
       > ENABLE_tk:		OFF
       > ENABLE_itk:		OFF
       > ENABLE_wxwidgets:	OFF
       > 
       > -- Configuring incomplete, errors occurred!
       For full logs, run:
         nix log /nix/store/gkmbfyhqcgh9fyq1m6blrz3l9s4kxwrw-plplot-x86_64-unknown-linux-gnufilc0-5.15.0.drv
plzip-1.12
error: Cannot build '/nix/store/r4zmy6s1cpq7l7gqnwsw71s3dgkd92xk-plzip-x86_64-unknown-linux-gnufilc0-1.12.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4xq2pnl2x316skzr90x1cycdw9qxbmad-plzip-x86_64-unknown-linux-gnufilc0-1.12-man
         /nix/store/qg02s2jm8b8vyhya9g255vd030qj95in-plzip-x86_64-unknown-linux-gnufilc0-1.12
         /nix/store/rpm936bj62yanp9ncha8fi396b0qpcia-plzip-x86_64-unknown-linux-gnufilc0-1.12-info
       Last 25 log lines:
       >  319(16)  (stdin): Not enough memory.
       >  334
       > testing bad input...  (stdin): Not enough memory.
       >  347  (stdin): Not enough memory.
       >  348  (stdin): Not enough memory.
       >  363  (stdin): Not enough memory.
       >  364cmp: EOF on 'out2' which is empty
       >  365 390(LZIp) 398(LZIp)
       > warning: header HD=3 detection requires lzlib 1.10 or newer  (stdin): Not enough memory.
       >  416(LZIp) 424(LZIp) 390(LZiP) 398(LZiP)  (stdin): Not enough memory.
       >  416(LZiP) 424(LZiP) 390(LZip) 398(LZip)  (stdin): Not enough memory.
       >  416(LZip) 424(LZip) 390(LzIP) 398(LzIP)  (stdin): Not enough memory.
       >  416(LzIP) 424(LzIP) 390(LzIp) 398(LzIp)  (stdin): Not enough memory.
       >  416(LzIp) 424(LzIp) 390(LziP) 398(LziP)  (stdin): Not enough memory.
       >  416(LziP) 424(LziP) 390(lZIP) 398(lZIP)  (stdin): Not enough memory.
       >  416(lZIP) 424(lZIP) 390(lZIp) 398(lZIp)  (stdin): Not enough memory.
       >  416(lZIp) 424(lZIp) 390(lZiP) 398(lZiP)  (stdin): Not enough memory.
       >  416(lZiP) 424(lZiP) 390(lzIP) 398(lzIP)  (stdin): Not enough memory.
       >  416(lzIP) 424(lzIP)
       > warning: header truncation detection requires lzlib 1.8 or newer 469 473  (stdin): Not enough memory.
       >  476  (stdin): Not enough memory.
       >  482cmp: EOF on 'out' which is empty
       >  483
       > tests failed.
       > make: *** [Makefile:90: check] Error 1
       For full logs, run:
         nix log /nix/store/r4zmy6s1cpq7l7gqnwsw71s3dgkd92xk-plzip-x86_64-unknown-linux-gnufilc0-1.12.drv
pngnq-1.1
error: Cannot build '/nix/store/dl6hdhaq4krrdyp836wb1sx9r6q6nip4-pngnq-x86_64-unknown-linux-gnufilc0-1.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/dn6070dy39dalnf8xvr3fksp68hiq6xr-pngnq-x86_64-unknown-linux-gnufilc0-1.1
       Last 25 log lines:
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_read_end:(.text+0x73bb): error: undefined reference to 'pizlonated_png_read_end'
       > rwpng.o:rwpng.c:function pizlonatedFI1557698_png_get_text:(.text+0x747d): error: undefined reference to 'pizlonated_png_get_text'
       > rwpng.o:rwpng.c:function pizlonatedFI1073_png_get_error_ptr:(.text+0x7861): error: undefined reference to 'pizlonated_png_get_error_ptr'
       > rwpng.o:rwpng.c:function pizlonatedFI1557705_png_create_write_struct:(.text+0x7a7d): error: undefined reference to 'pizlonated_png_create_write_struct'
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_destroy_write_struct:(.text+0x7bab): error: undefined reference to 'pizlonated_png_destroy_write_struct'
       > rwpng.o:rwpng.c:function pizlonatedFI2528_png_set_compression_level:(.text+0x7c67): error: undefined reference to 'pizlonated_png_set_compression_level'
       > rwpng.o:rwpng.c:function pizlonatedFI31360715450_png_set_IHDR:(.text+0x7d7a): error: undefined reference to 'pizlonated_png_set_IHDR'
       > rwpng.o:rwpng.c:function pizlonatedFI318536_png_set_PLTE:(.text+0x7f06): error: undefined reference to 'pizlonated_png_set_PLTE'
       > rwpng.o:rwpng.c:function pizlonatedFI15896560_png_set_tRNS:(.text+0x803d): error: undefined reference to 'pizlonated_png_set_tRNS'
       > rwpng.o:rwpng.c:function pizlonatedFI61048_png_set_gAMA:(.text+0x8175): error: undefined reference to 'pizlonated_png_set_gAMA'
       > rwpng.o:rwpng.c:function pizlonatedFI141513_png_set_bKGD:(.text+0x8278): error: undefined reference to 'pizlonated_png_set_bKGD'
       > rwpng.o:rwpng.c:function pizlonatedFI2528_png_convert_from_time_t:(.text+0x8357): error: undefined reference to 'pizlonated_png_convert_from_time_t'
       > rwpng.o:rwpng.c:function pizlonatedFI141513_png_set_tIME:(.text+0x8428): error: undefined reference to 'pizlonated_png_set_tIME'
       > rwpng.o:rwpng.c:function pizlonatedFI318536_png_set_text:(.text+0x8526): error: undefined reference to 'pizlonated_png_set_text'
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_write_info:(.text+0x862b): error: undefined reference to 'pizlonated_png_write_info'
       > rwpng.o:rwpng.c:function pizlonatedFI1065_png_set_packing:(.text+0x86e1): error: undefined reference to 'pizlonated_png_set_packing'
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_write_image:(.text+0x878b): error: undefined reference to 'pizlonated_png_write_image'
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_write_end:(.text+0x884b): error: undefined reference to 'pizlonated_png_write_end'
       > rwpng.o:rwpng.c:function pizlonatedFI12769_png_write_row:(.text+0x890b): error: undefined reference to 'pizlonated_png_write_row'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:258: pngnq] Error 1
       > make[2]: Leaving directory '/build/pngnq-1.1/src'
       > make[1]: *** [Makefile:165: all] Error 2
       > make[1]: Leaving directory '/build/pngnq-1.1/src'
       > make: *** [Makefile:303: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/dl6hdhaq4krrdyp836wb1sx9r6q6nip4-pngnq-x86_64-unknown-linux-gnufilc0-1.1.drv
pngtoico-1.0
error: Cannot build '/nix/store/dcfiwpb2blq017ngxk3arr454c3zqw5c-pngtoico-x86_64-unknown-linux-gnufilc0-1.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/gnhp65hnfnqvagxz069k86jx1dy4620f-pngtoico-x86_64-unknown-linux-gnufilc0-1.0
       Last 15 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/jqj5nj8iz6sa6silamgq044q7ij6pnr8-pngtoico-1.0.tar.gz
       > source root is pngtoico-1.0
       > setting SOURCE_DATE_EPOCH to timestamp 1009925206 of file "pngtoico-1.0/Makefile"
       > Running phase: patchPhase
       > applying patch /nix/store/qb8f12b3cw91migffvqhp4sjacwwcphb-pngtoico-1.0.1-libpng15.patch?id=dec60bb6900d6ebdaaa6aa1dcb845b30b739f9b5
       > patching file pngtoico.c
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > gcc -W -Wall -O2 -fomit-frame-pointer -s -o pngtoico pngtoico.c -lpng
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [Makefile:45: pngtoico] Error 127
       For full logs, run:
         nix log /nix/store/dcfiwpb2blq017ngxk3arr454c3zqw5c-pngtoico-x86_64-unknown-linux-gnufilc0-1.0.drv
podofo-0.9.8
error: Cannot build '/nix/store/wi6gpmyriwbkgr15v5ldf7zgjn0m4nz4-podofo-x86_64-unknown-linux-gnufilc0-0.9.8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4dkbk8hspa3n831dii2zlh411k24bfx0-podofo-x86_64-unknown-linux-gnufilc0-0.9.8
         /nix/store/kp34gx7dijy0jhjazmsn59y6r122m2i0-podofo-x86_64-unknown-linux-gnufilc0-0.9.8-dev
         /nix/store/y2ppfivmjf9k1yn9a3wp0719f0mpm4j7-podofo-x86_64-unknown-linux-gnufilc0-0.9.8-lib
       Last 25 log lines:
       > In file included from /build/podofo-0.9.8/test/CreationTest/../PdfTest.h:5:
       > In file included from /build/podofo-0.9.8/src/podofo/podofo.h:47:
       > In file included from /build/podofo-0.9.8/src/podofo/podofo-base.h:51:
       > /build/podofo-0.9.8/src/podofo/base/PdfEncoding.h:84:51: warning: 'iterator<std::forward_iterator_tag, int, long, const int *, const int &>' is deprecated [-Wdeprecated-declarations]
       >    84 |     class PODOFO_API const_iterator : public std::iterator<
       >       |                                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, int, long, const int *, const int &>' 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__))
       >       |                                                 ^
       > 1 warning generated.
       > [ 59%] Linking CXX executable CreationTest
       > /build/podofo-0.9.8/build/src/podofo/libpodofo.so: error: undefined reference to 'pizlonated_atan2'
       > /build/podofo-0.9.8/build/src/podofo/libpodofo.so: error: undefined reference to 'pizlonated_sqrt'
       > /build/podofo-0.9.8/build/src/podofo/libpodofo.so: error: undefined reference to 'pizlonated_cos'
       > /build/podofo-0.9.8/build/src/podofo/libpodofo.so: error: undefined reference to 'pizlonated_sin'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CreationTest/CMakeFiles/CreationTest.dir/build.make:114: test/CreationTest/CreationTest] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:1042: test/CreationTest/CMakeFiles/CreationTest.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/wi6gpmyriwbkgr15v5ldf7zgjn0m4nz4-podofo-x86_64-unknown-linux-gnufilc0-0.9.8.drv
podofo-0.10.4
error: Cannot build '/nix/store/lypbws1s5mw3rdjwfxkl72bk365iay7z-podofo-x86_64-unknown-linux-gnufilc0-0.10.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/2gf2mmgaraa79w3yp55vm6dkbl7kxkhx-podofo-x86_64-unknown-linux-gnufilc0-0.10.4-lib
         /nix/store/36nv9krf6s4glg2m8k2dyivxls63rmnz-podofo-x86_64-unknown-linux-gnufilc0-0.10.4
         /nix/store/wv9rblca53xy6ya21453w6kfq1a7a8v6-podofo-x86_64-unknown-linux-gnufilc0-0.10.4-dev
       Last 25 log lines:
       > /build/source/3rdparty/fmt/format.h:4418:27: warning: identifier '_a' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
       >  4418 | constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg<char> {
       >       |                ~~~~~~~~~~~^~
       >       |                operator""_a
       > 1 warning generated.
       > In file included from /build/source/src/podofo/main/PdfContentStreamReader.cpp:7:
       > In file included from /build/source/src/podofo/private/PdfDeclarationsPrivate.h:25:
       > In file included from /build/source/src/podofo/private/Format.h:4:
       > In file included from /build/source/src/podofo/private/format_compat.h:11:
       > /build/source/3rdparty/fmt/format.h:4418:27: warning: identifier '_a' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
       >  4418 | constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg<char> {
       >       |                ~~~~~~~~~~~^~
       >       |                operator""_a
       > 1 warning generated.
       > In file included from /build/source/src/podofo/main/PdfCMapEncoding.cpp:7:
       > In file included from /build/source/src/podofo/private/PdfDeclarationsPrivate.h:25:
       > In file included from /build/source/src/podofo/private/Format.h:4:
       > In file included from /build/source/src/podofo/private/format_compat.h:11:
       > /build/source/3rdparty/fmt/format.h:4418:27: warning: identifier '_a' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
       >  4418 | constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg<char> {
       >       |                ~~~~~~~~~~~^~
       >       |                operator""_a
       > 1 warning generated.
       > make[1]: *** [CMakeFiles/Makefile2:291: src/podofo/CMakeFiles/podofo_shared.dir/all] Error 2
       > make: *** [Makefile:166: all] Error 2
       For full logs, run:
         nix log /nix/store/lypbws1s5mw3rdjwfxkl72bk365iay7z-podofo-x86_64-unknown-linux-gnufilc0-0.10.4.drv
polygraph-4.13.0
error: Cannot build '/nix/store/8dpjvkdj5lxm35hz9v2km62wkfh40jn1-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/3x78n2xc3jcvzdg2pg7igjbl6zpz87zs-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0
       Last 25 log lines:
       >       |                 ^
       > In file included from TwoWayPermutator.cc:6:
       > In file included from ../../src/base/polygraph.h:14:
       > In file included from ../../src/config.h:484:
       > ../../src/post-config.h:11:17: warning: using directive refers to implicitly-defined namespace 'std'
       >    11 | using namespace std;
       >       |                 ^
       > In file included from TwoWayPermutator.cc:10:
       > ../../src/xstd/Ring.h:22:22: error: dependent using declaration resolved to type without 'typename'
       >    22 |                 using Array<Item>::Value;
       >       |                                    ^
       > TwoWayPermutator.cc:20:13: note: in instantiation of template class 'Ring<int>' requested here
       >    20 |                 Ring<int> r(mapSize);
       >       |                           ^
       > ../../src/xstd/Array.h:26:16: note: target of using declaration
       >    26 |                 typedef Item Value;
       >       |                              ^
       > 2 warnings and 1 error generated.
       > make[3]: *** [Makefile:605: TwoWayPermutator.o] Error 1
       > make[3]: Leaving directory '/build/polygraph-4.13.0/src/base'
       > make[2]: *** [Makefile:421: all-recursive] Error 1
       > make[2]: Leaving directory '/build/polygraph-4.13.0/src'
       > make[1]: *** [Makefile:359: all] Error 2
       > make[1]: Leaving directory '/build/polygraph-4.13.0/src'
       > make: *** [Makefile:521: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/8dpjvkdj5lxm35hz9v2km62wkfh40jn1-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0.drv
polyml-5.9.1
error: Cannot build '/nix/store/cqyn4l0rqiq99fb0gc8giszvjs7aw2gr-polyml-x86_64-unknown-linux-gnufilc0-5.9.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1
       Last 25 log lines:
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o objsize.lo objsize.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c objsize.cpp  -fPIC -DPIC -o .libs/objsize.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o pexport.lo pexport.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c pexport.cpp  -fPIC -DPIC -o .libs/pexport.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o poly_specific.lo poly_specific.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c poly_specific.cpp  -fPIC -DPIC -o .libs/poly_specific.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o polyffi.lo polyffi.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c polyffi.cpp  -fPIC -DPIC -o .libs/polyffi.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o polystring.lo polystring.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c polystring.cpp  -fPIC -DPIC -o .libs/polystring.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..  -O3   -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\"    -O3 -c -o process_env.lo process_env.cpp
       > libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -O3 -Wall -DMODULEDIR=\"/nix/store/1cjj3a8bczqn145q548dcrv58jkz8slz-polyml-x86_64-unknown-linux-gnufilc0-5.9.1/lib/polyml/modules\" -O3 -c process_env.cpp  -fPIC -DPIC -o .libs/process_env.o
       > process_env.cpp:569:19: error: use of undeclared identifier 'vfork'; did you mean 'fork'?
       >   569 |         int pid = vfork();
       >       |                   ^~~~~
       >       |                   fork
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/unistd.h:778:16: note: 'fork' declared here
       >   778 | extern __pid_t fork (void) __THROWNL;
       >       |                ^
       > 1 error generated.
       > make[2]: *** [Makefile:768: process_env.lo] Error 1
       > make[2]: Leaving directory '/build/source/libpolyml'
       > make[1]: *** [Makefile:712: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:471: all] Error 2
       For full logs, run:
         nix log /nix/store/cqyn4l0rqiq99fb0gc8giszvjs7aw2gr-polyml-x86_64-unknown-linux-gnufilc0-5.9.1.drv
polyml-5.6
error: Cannot build '/nix/store/rvx7qffk9mrd29lx2wmgakp0hcm722kz-polyml-x86_64-unknown-linux-gnufilc0-5.6.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7y2qsmsz1qzc842c98rvvfr7ycdpbj6m-polyml-x86_64-unknown-linux-gnufilc0-5.6
       Last 25 log lines:
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -c src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I.  -I. -I./include -Iinclude -I./src   -O3  -Wall -fexceptions -c -o src/java_raw_api.lo src/java_raw_api.c
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -c src/java_raw_api.c  -fPIC -DPIC -o src/.libs/java_raw_api.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I.  -I. -I./include -Iinclude -I./src   -O3  -Wall -fexceptions -c -o src/closures.lo src/closures.c
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -c src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
       > In file included from src/closures.c:233:
       > src/dlmalloc.c:3380:7: warning: variable 'nfences' set but not used [-Wunused-but-set-variable]
       >  3380 |   int nfences = 0;
       >       |       ^
       > 1 warning generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I.  -I. -I./include -Iinclude -I./src   -O3  -Wall -fexceptions -c -o src/x86/ffi64.lo src/x86/ffi64.c
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -c src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I.  -I. -I./include -Iinclude -I./src  -I. -I./include -Iinclude -I./src  -c -o src/x86/unix64.lo src/x86/unix64.S
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -c src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/unix64-459090.s: function 'ffi_call_unix64' has no signature annotation (add one to its label, e.g. `ffi_call_unix64: ;! int(ptr)`)
       > make[4]: *** [Makefile:1248: src/x86/unix64.lo] Error 1
       > make[4]: Leaving directory '/build/polyml-5.6/libffi'
       > make[3]: *** [Makefile:1335: all-recursive] Error 1
       > make[3]: Leaving directory '/build/polyml-5.6/libffi'
       > make[2]: *** [Makefile:709: all] Error 2
       > make[2]: Leaving directory '/build/polyml-5.6/libffi'
       > make[1]: *** [Makefile:726: all-recursive] Error 1
       > make[1]: Leaving directory '/build/polyml-5.6'
       > make: *** [Makefile:485: all] Error 2
       For full logs, run:
         nix log /nix/store/rvx7qffk9mrd29lx2wmgakp0hcm722kz-polyml-x86_64-unknown-linux-gnufilc0-5.6.drv
polygraph-4.13.0
error: build of '/nix/store/8dpjvkdj5lxm35hz9v2km62wkfh40jn1-polygraph-x86_64-unknown-linux-gnufilc0-4.13.0.drv^*', '/nix/store/cqyn4l0rqiq99fb0gc8giszvjs7aw2gr-polyml-x86_64-unknown-linux-gnufilc0-5.9.1.drv^*', '/nix/store/dcfiwpb2blq017ngxk3arr454c3zqw5c-pngtoico-x86_64-unknown-linux-gnufilc0-1.0.drv^*', '/nix/store/dl6hdhaq4krrdyp836wb1sx9r6q6nip4-pngnq-x86_64-unknown-linux-gnufilc0-1.1.drv^*', '/nix/store/fxw6x4gkyg3vji37axjz47biwrx1yzkl-plan9port-x86_64-unknown-linux-gnufilc0-2025-01-29.drv^*', '/nix/store/gkmbfyhqcgh9fyq1m6blrz3l9s4kxwrw-plplot-x86_64-unknown-linux-gnufilc0-5.15.0.drv^*', '/nix/store/lypbws1s5mw3rdjwfxkl72bk365iay7z-podofo-x86_64-unknown-linux-gnufilc0-0.10.4.drv^*', '/nix/store/pb0mfxafayxk4qk03gjaav17306jfkmf-pkg-config-x86_64-unknown-linux-gnufilc0-0.29.2.drv^*', '/nix/store/r4zmy6s1cpq7l7gqnwsw71s3dgkd92xk-plzip-x86_64-unknown-linux-gnufilc0-1.12.drv^*', '/nix/store/rvx7qffk9mrd29lx2wmgakp0hcm722kz-polyml-x86_64-unknown-linux-gnufilc0-5.6.drv^*', '/nix/store/wi6gpmyriwbkgr15v5ldf7zgjn0m4nz4-podofo-x86_64-unknown-linux-gnufilc0-0.9.8.drv^*' failed

End of log