Configuring CMake with BUILD_TYPE=BUILD_NATIVE...
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- dialga-v2.nnue not found. Downloading from https://github.com/aronpetko/integral-networks/releases/download/dialga-v2/dialga-v2.nnue...
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 10% complete]
-- [download 15% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmp6gg8szfx/Integral/Integral-tmp/build
Building Integral-9B7C23D6 with BUILD_NATIVE...
make[1]: Entering directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
/usr/bin/cmake -S/tmp/tmp6gg8szfx/Integral/Integral-tmp -B/tmp/tmp6gg8szfx/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/tmp6gg8szfx/Integral/Integral-tmp/build/CMakeFiles /tmp/tmp6gg8szfx/Integral/Integral-tmp/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
make  -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/depend
make[3]: Entering directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
cd /tmp/tmp6gg8szfx/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmp6gg8szfx/Integral/Integral-tmp /tmp/tmp6gg8szfx/Integral/Integral-tmp /tmp/tmp6gg8szfx/Integral/Integral-tmp/build /tmp/tmp6gg8szfx/Integral/Integral-tmp/build /tmp/tmp6gg8szfx/Integral/Integral-tmp/build/CMakeFiles/integral.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
make  -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/build
make[3]: Entering directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
[  4%] Building CXX object CMakeFiles/integral.dir/src/chess/board.cc.o
[ 18%] Building CXX object CMakeFiles/integral.dir/src/chess/move.cc.o
[ 18%] Building CXX object CMakeFiles/integral.dir/src/chess/move_gen.cc.o
[ 18%] Building CXX object CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o
[ 27%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o
[ 27%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o
[ 31%] Building CXX object CMakeFiles/integral.dir/src/chess/fen.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/chess/board.cc.o -MF CMakeFiles/integral.dir/src/chess/board.cc.o.d -o CMakeFiles/integral.dir/src/chess/board.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/chess/board.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/chess/fen.cc.o -MF CMakeFiles/integral.dir/src/chess/fen.cc.o.d -o CMakeFiles/integral.dir/src/chess/fen.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/chess/fen.cc
[ 36%] Building CXX object CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/chess/move.cc.o -MF CMakeFiles/integral.dir/src/chess/move.cc.o.d -o CMakeFiles/integral.dir/src/chess/move.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/chess/move.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/chess/move_gen.cc.o -MF CMakeFiles/integral.dir/src/chess/move_gen.cc.o.d -o CMakeFiles/integral.dir/src/chess/move_gen.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/chess/move_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o -MF CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o.d -o CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/data_gen/data_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o -MF CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o.d -o CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o -MF CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o.d -o CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o -MF CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/cuckoo.cc
[ 40%] Building CXX object CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o -MF CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/move_picker.cc
[ 45%] Building CXX object CMakeFiles/integral.dir/src/engine/search/search.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/search.cc.o -MF CMakeFiles/integral.dir/src/engine/search/search.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/search.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/search.cc
[ 50%] Building CXX object CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o
[ 54%] Building CXX object CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o -MF CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/syzygy/syzygy.cc
[ 59%] Building CXX object CMakeFiles/integral.dir/src/engine/search/transpo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o -MF CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/time_mgmt.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/search/transpo.cc.o -MF CMakeFiles/integral.dir/src/engine/search/transpo.cc.o.d -o CMakeFiles/integral.dir/src/engine/search/transpo.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/transpo.cc
[ 63%] Building CXX object CMakeFiles/integral.dir/src/engine/uci/uci.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/engine/uci/uci.cc.o -MF CMakeFiles/integral.dir/src/engine/uci/uci.cc.o.d -o CMakeFiles/integral.dir/src/engine/uci/uci.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/uci/uci.cc
[ 68%] Building CXX object CMakeFiles/integral.dir/src/magics/attacks.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/magics/attacks.cc.o -MF CMakeFiles/integral.dir/src/magics/attacks.cc.o.d -o CMakeFiles/integral.dir/src/magics/attacks.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/magics/attacks.cc
[ 72%] Building CXX object CMakeFiles/integral.dir/src/magics/magic_finder.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/magics/magic_finder.cc.o -MF CMakeFiles/integral.dir/src/magics/magic_finder.cc.o.d -o CMakeFiles/integral.dir/src/magics/magic_finder.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/magics/magic_finder.cc
[ 77%] Building CXX object CMakeFiles/integral.dir/src/main.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/main.cc.o -MF CMakeFiles/integral.dir/src/main.cc.o.d -o CMakeFiles/integral.dir/src/main.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/main.cc
[ 81%] Building CXX object CMakeFiles/integral.dir/src/tests/bench_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/tests/bench_test.cc.o -MF CMakeFiles/integral.dir/src/tests/bench_test.cc.o.d -o CMakeFiles/integral.dir/src/tests/bench_test.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/tests/bench_test.cc
[ 86%] Building CXX object CMakeFiles/integral.dir/src/tests/perft_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/tests/perft_test.cc.o -MF CMakeFiles/integral.dir/src/tests/perft_test.cc.o.d -o CMakeFiles/integral.dir/src/tests/perft_test.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/tests/perft_test.cc
[ 90%] Building CXX object CMakeFiles/integral.dir/src/tests/see_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects -std=gnu++20 -MD -MT CMakeFiles/integral.dir/src/tests/see_test.cc.o -MF CMakeFiles/integral.dir/src/tests/see_test.cc.o.d -o CMakeFiles/integral.dir/src/tests/see_test.cc.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/tests/see_test.cc
[ 95%] Building C object CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o
/usr/bin/gcc -DEVALFILE=\"/tmp/tmp6gg8szfx/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fmt/include -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -MD -MT CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o -MF CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o.d -o CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o -c /tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom/tbprobe.c
/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom/tbprobe.c:150: warning: "popcount" redefined
  150 | #define popcount(x) tb_software_popcount(x)
      | 
/tmp/tmp6gg8szfx/Integral/Integral-tmp/third-party/fathom/tbprobe.c:130: note: this is the location of the previous definition
  130 | #define popcount(x) __builtin_popcountll((x))
      | 
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘void nnue::LoadFromIncBin()’:
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc:53:31: warning: ignoring attributes on template argument ‘__m128i’ [-Wignored-attributes]
   53 |   std::array<__m128i, kNumRegs> regs;
      |                               ^
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘Score nnue::Evaluate(Board&)’:
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc:280:41: warning: ignoring attributes on template argument ‘simd::Vepf32’ {aka ‘__m256’} [-Wignored-attributes]
  280 |   std::array<simd::Vepf32, kResultChunks> result_sums;
      |                                         ^
In file included from /tmp/tmp6gg8szfx/Integral/Integral-tmp/src/data_gen/data_gen.cc:12:
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/data_gen/format/binpack.h:69:15: warning: ignoring packed attribute because of unpacked non-POD field ‘data_gen::format::U4Array<32> data_gen::format::MarlinChessBoard::pieces’
   69 |   U4Array<32> pieces;
      |               ^~~~~~
/tmp/ccykWNDN.s: Assembler messages:
/tmp/ccykWNDN.s: Fatal error: can't write 863 bytes to section .gnu.lto__ZN7zobristL22GenerateFiftyMoveTableEv.3592.616bd286a0eb0dbf of CMakeFiles/integral.dir/src/chess/board.cc.o: 'No space left on device'
/tmp/ccykWNDN.s: Fatal error: CMakeFiles/integral.dir/src/chess/board.cc.o: No such file or directory
make[3]: *** [CMakeFiles/integral.dir/build.make:79: CMakeFiles/integral.dir/src/chess/board.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/search/search.cc:1417:1: fatal error: error writing to /tmp/cc8XUk7b.s: No space left on device
 1417 | }  // namespace search
      | ^
compilation terminated.
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/tests/bench_test.cc:83:1: fatal error: error writing to /tmp/ccPYFHtu.s: No space left on device
   83 | }  // namespace tests
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:205: CMakeFiles/integral.dir/src/engine/search/search.cc.o] Error 1
make[3]: *** [CMakeFiles/integral.dir/build.make:317: CMakeFiles/integral.dir/src/tests/bench_test.cc.o] Error 1
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/data_gen/data_gen.cc:438:1: fatal error: error writing to /tmp/ccDffvGr.s: No space left on device
  438 | }  // namespace data_gen
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:135: CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o] Error 1
/tmp/tmp6gg8szfx/Integral/Integral-tmp/src/engine/uci/uci.cc:255:1: fatal error: error writing to /tmp/ccngyN14.s: No space left on device
  255 | }  // namespace uci
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:261: CMakeFiles/integral.dir/src/engine/uci/uci.cc.o] Error 1
make[3]: Leaving directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/integral.dir/all] Error 2
make[2]: Leaving directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/tmp/tmp6gg8szfx/Integral/Integral-tmp/build'
make: *** [Makefile:32: all] Error 2