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
-- Using user-specified EVALFILE: /home/epicunban04/OpenBench/Client/Networks/23315D74
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmphsbtrnjm/Integral/Integral-tmp/build
Building Integral-4C146D23-23315D74 with BUILD_NATIVE...
make[1]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
/usr/bin/cmake -S/tmp/tmphsbtrnjm/Integral/Integral-tmp -B/tmp/tmphsbtrnjm/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/CMakeFiles /tmp/tmphsbtrnjm/Integral/Integral-tmp/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make  -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/depend
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
cd /tmp/tmphsbtrnjm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmphsbtrnjm/Integral/Integral-tmp /tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess /tmp/tmphsbtrnjm/Integral/Integral-tmp/build /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/preprocess /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make  -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/build
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
[  4%] Building CXX object preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o
cd /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/preprocess && /usr/bin/g++ -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess/../third-party/fathom -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess/../third-party/fmt/include -march=native -DBUILD_NATIVE -O3 -DNDEBUG -std=gnu++20 -MD -MT preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o -MF CMakeFiles/preprocess.dir/net_processing.cc.o.d -o CMakeFiles/preprocess.dir/net_processing.cc.o -c /tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess/net_processing.cc
/tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess/net_processing.cc: In function ‘std::unique_ptr<nnue::Network> ProcessNetwork(const std::unique_ptr<nnue::RawNetwork>&)’:
/tmp/tmphsbtrnjm/Integral/Integral-tmp/preprocess/net_processing.cc:17:31: warning: ignoring attributes on template argument ‘__m128i’ [-Wignored-attributes]
   17 |   std::array<__m128i, kNumRegs> regs;
      |                               ^
[  8%] Linking CXX executable preprocess
cd /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/preprocess && /usr/bin/cmake -E cmake_link_script CMakeFiles/preprocess.dir/link.txt --verbose=1
/usr/bin/g++  -march=native -DBUILD_NATIVE -O3 -DNDEBUG CMakeFiles/preprocess.dir/net_processing.cc.o -o preprocess 
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
[  8%] Built target preprocess
make  -f CMakeFiles/run_preprocess.dir/build.make CMakeFiles/run_preprocess.dir/depend
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
cd /tmp/tmphsbtrnjm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmphsbtrnjm/Integral/Integral-tmp /tmp/tmphsbtrnjm/Integral/Integral-tmp /tmp/tmphsbtrnjm/Integral/Integral-tmp/build /tmp/tmphsbtrnjm/Integral/Integral-tmp/build /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/CMakeFiles/run_preprocess.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make  -f CMakeFiles/run_preprocess.dir/build.make CMakeFiles/run_preprocess.dir/build
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
[ 12%] Running net preprocessing
preprocess/preprocess /home/epicunban04/OpenBench/Client/Networks/23315D74 /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue
Preprocessing /home/epicunban04/OpenBench/Client/Networks/23315D74
Failed to write processed network
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
[ 12%] Built target run_preprocess
make  -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/depend
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
cd /tmp/tmphsbtrnjm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmphsbtrnjm/Integral/Integral-tmp /tmp/tmphsbtrnjm/Integral/Integral-tmp /tmp/tmphsbtrnjm/Integral/Integral-tmp/build /tmp/tmphsbtrnjm/Integral/Integral-tmp/build /tmp/tmphsbtrnjm/Integral/Integral-tmp/build/CMakeFiles/integral.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make  -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/build
make[3]: Entering directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
[ 24%] Building CXX object CMakeFiles/integral.dir/src/chess/board.cc.o
[ 24%] Building CXX object CMakeFiles/integral.dir/src/chess/fen.cc.o
[ 24%] Building CXX object CMakeFiles/integral.dir/src/chess/move.cc.o
[ 28%] Building CXX object CMakeFiles/integral.dir/src/chess/move_gen.cc.o
[ 32%] Building CXX object CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o
[ 36%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/chess/fen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/chess/board.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/chess/move.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/chess/move_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/data_gen/data_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc
[ 40%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc
[ 44%] Building CXX object CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o
[ 48%] Building CXX object CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/cuckoo.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/time_mgmt.cc
[ 52%] Building CXX object CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o
[ 56%] Building CXX object CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o
[ 60%] Building CXX object CMakeFiles/integral.dir/src/engine/search/search.cc.o
[ 64%] Building CXX object CMakeFiles/integral.dir/src/engine/search/transpo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/search.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/move_picker.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/syzygy/syzygy.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/transpo.cc
[ 68%] Building CXX object CMakeFiles/integral.dir/src/engine/uci/uci.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/uci/uci.cc
[ 72%] Building CXX object CMakeFiles/integral.dir/src/magics/attacks.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/magics/attacks.cc
[ 76%] Building CXX object CMakeFiles/integral.dir/src/main.cc.o
[ 80%] Building CXX object CMakeFiles/integral.dir/src/magics/magic_finder.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/magics/magic_finder.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/main.cc
[ 84%] Building CXX object CMakeFiles/integral.dir/src/tests/bench_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/tests/bench_test.cc
[ 88%] Building CXX object CMakeFiles/integral.dir/src/tests/perft_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/tests/perft_test.cc
[ 92%] Building CXX object CMakeFiles/integral.dir/src/tests/see_test.cc.o
[ 96%] Building C object CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/tests/see_test.cc
/usr/bin/gcc -DEVALFILE=\"/tmp/tmphsbtrnjm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom/tbprobe.c
/tmp/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom/tbprobe.c:150: warning: "popcount" redefined
  150 | #define popcount(x) tb_software_popcount(x)
      | 
/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/third-party/fathom/tbprobe.c:2667:1: fatal error: error writing to /tmp/ccoBuztt.s: No space left on device
 2667 | }
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:359: CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/magics/attacks.cc:169:1: fatal error: error writing to /tmp/ccEedH2Y.s: No space left on device
  169 | }  // namespace magics::attacks
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:275: CMakeFiles/integral.dir/src/magics/attacks.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/cuckoo.cc:64:1: fatal error: error writing to /tmp/cc1nPglh.s: No space left on device
   64 | }  // namespace search::cuckoo
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:177: CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/chess/move_gen.cc:510:1: fatal error: error writing to /tmp/ccvVukDT.s: No space left on device
  510 | }  // namespace move_gen
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:121: CMakeFiles/integral.dir/src/chess/move_gen.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/chess/fen.cc:153:1: fatal error: error writing to /tmp/cc8vjtKE.s: No space left on device
  153 | }  // namespace fen
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:93: CMakeFiles/integral.dir/src/chess/fen.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/syzygy/syzygy.cc:45:1: fatal error: error writing to /tmp/ccmbAycH.s: No space left on device
   45 | }  // namespace syzygy
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:219: CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/chess/move.cc:117:1: fatal error: error writing to /tmp/ccHBY4dH.s: No space left on device
  117 | }
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:107: CMakeFiles/integral.dir/src/chess/move.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/transpo.cc:103:1: fatal error: error writing to /tmp/ccaLlgI3.s: No space left on device
  103 | }  // namespace search
      | ^
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/move_picker.cc:244:1: fatal error: error writing to /tmp/ccKBtoq5.s: No space left on device
  244 | }  // namespace search
      | ^
compilation terminated.
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:191: CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o] Error 1
make[3]: *** [CMakeFiles/integral.dir/build.make:247: CMakeFiles/integral.dir/src/engine/search/transpo.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘Score nnue::Evaluate(Board&)’:
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc:219:67: warning: ignoring attributes on template argument ‘simd::Vepf32’ {aka ‘__m256’} [-Wignored-attributes]
  219 |   alignas(simd::kAlignment) std::array<simd::Vepf32, kResultChunks> result_sums;
      |                                                                   ^
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/main.cc:28:1: fatal error: error writing to /tmp/ccXS1ZOr.s: No space left on device
   28 | }
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:303: CMakeFiles/integral.dir/src/main.cc.o] Error 1
In file included from /tmp/tmphsbtrnjm/Integral/Integral-tmp/src/data_gen/data_gen.cc:12:
/tmp/tmphsbtrnjm/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/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: At top level:
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc:311:1: fatal error: error writing to /tmp/cc52AxDs.s: No space left on device
  311 | }  // namespace nnue
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:163: CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/magics/magic_finder.cc:112:1: fatal error: error writing to /tmp/ccPk7Fs8.s: No space left on device
  112 | }  // namespace magics::finder
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:289: CMakeFiles/integral.dir/src/magics/magic_finder.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc:178:1: fatal error: error writing to /tmp/cclBnXMy.s: No space left on device
  178 | }  // namespace eval
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:149: CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/tests/perft_test.cc:219:1: fatal error: error writing to /tmp/ccbsHH1L.s: No space left on device
  219 | }  // namespace tests
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:331: CMakeFiles/integral.dir/src/tests/perft_test.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/time_mgmt.cc:279:1: fatal error: error writing to /tmp/ccejvmvo.s: No space left on device
  279 | }  // namespace search
      | ^
compilation terminated.
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/tests/see_test.cc:110:1: fatal error: error writing to /tmp/ccpRHuUX.s: No space left on device
  110 | }  // namespace tests
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:233: CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o] Error 1
make[3]: *** [CMakeFiles/integral.dir/build.make:345: CMakeFiles/integral.dir/src/tests/see_test.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/chess/board.cc:610:1: fatal error: error writing to /tmp/cctazyoc.s: No space left on device
  610 | }
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:79: CMakeFiles/integral.dir/src/chess/board.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/tests/bench_test.cc:84:1: fatal error: error writing to /tmp/ccht0eNv.s: No space left on device
   84 | }  // namespace tests
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:317: CMakeFiles/integral.dir/src/tests/bench_test.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/search/search.cc:1429:1: fatal error: error writing to /tmp/ccS8onzA.s: No space left on device
 1429 | }  // namespace search
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:205: CMakeFiles/integral.dir/src/engine/search/search.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/engine/uci/uci.cc:263:1: fatal error: error writing to /tmp/cckPXsPd.s: No space left on device
  263 | }  // namespace uci
      | ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:261: CMakeFiles/integral.dir/src/engine/uci/uci.cc.o] Error 1
/tmp/tmphsbtrnjm/Integral/Integral-tmp/src/data_gen/data_gen.cc:443:1: fatal error: error writing to /tmp/ccxmZ9wP.s: No space left on device
  443 | }  // 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
make[3]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make[2]: *** [CMakeFiles/Makefile2:131: CMakeFiles/integral.dir/all] Error 2
make[2]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/tmp/tmphsbtrnjm/Integral/Integral-tmp/build'
make: *** [Makefile:35: all] Error 2