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 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 24% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 35% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmpawd3f9xc/Integral/Integral-tmp/build
Building Integral-9B7C23D6 with BUILD_NATIVE...
make[1]: Entering directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
/usr/bin/cmake -S/tmp/tmpawd3f9xc/Integral/Integral-tmp -B/tmp/tmpawd3f9xc/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/tmpawd3f9xc/Integral/Integral-tmp/build/CMakeFiles /tmp/tmpawd3f9xc/Integral/Integral-tmp/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
make -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/depend
make[3]: Entering directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
cd /tmp/tmpawd3f9xc/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmpawd3f9xc/Integral/Integral-tmp /tmp/tmpawd3f9xc/Integral/Integral-tmp /tmp/tmpawd3f9xc/Integral/Integral-tmp/build /tmp/tmpawd3f9xc/Integral/Integral-tmp/build /tmp/tmpawd3f9xc/Integral/Integral-tmp/build/CMakeFiles/integral.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
make -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/build
make[3]: Entering directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
[ 9%] Building CXX object CMakeFiles/integral.dir/src/chess/board.cc.o
[ 9%] Building CXX object CMakeFiles/integral.dir/src/chess/fen.cc.o
[ 13%] Building CXX object CMakeFiles/integral.dir/src/chess/move.cc.o
[ 18%] Building CXX object CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o
[ 22%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/chess/board.cc
[ 27%] Building CXX object CMakeFiles/integral.dir/src/chess/move_gen.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/chess/fen.cc
[ 31%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/chess/move.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/chess/move_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/data_gen/data_gen.cc
[ 36%] Building CXX object CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o
[ 40%] Building CXX object CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc
[ 45%] Building CXX object CMakeFiles/integral.dir/src/engine/search/search.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/cuckoo.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/move_picker.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/search.cc
[ 50%] Building CXX object CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/syzygy/syzygy.cc
[ 54%] Building CXX object CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o
[ 59%] Building CXX object CMakeFiles/integral.dir/src/engine/search/transpo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/time_mgmt.cc
[ 63%] Building CXX object CMakeFiles/integral.dir/src/engine/uci/uci.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/search/transpo.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/magics/attacks.cc
[ 72%] Building CXX object CMakeFiles/integral.dir/src/main.cc.o
[ 77%] Building CXX object CMakeFiles/integral.dir/src/magics/magic_finder.cc.o
[ 81%] Building CXX object CMakeFiles/integral.dir/src/tests/bench_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/magics/magic_finder.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/main.cc
[ 86%] Building CXX object CMakeFiles/integral.dir/src/tests/perft_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/tests/bench_test.cc
[ 90%] Building CXX object CMakeFiles/integral.dir/src/tests/see_test.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/tests/perft_test.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/dialga-v2.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom -I/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom/tbprobe.c
/tmp/tmpawd3f9xc/Integral/Integral-tmp/third-party/fathom/tbprobe.c:150: warning: "popcount" redefined
150 | #define popcount(x) tb_software_popcount(x)
|
/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘void nnue::LoadFromIncBin()’:
/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘Score nnue::Evaluate(Board&)’:
/tmp/tmpawd3f9xc/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/tmpawd3f9xc/Integral/Integral-tmp/src/data_gen/data_gen.cc:12:
/tmp/tmpawd3f9xc/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;
| ^~~~~~
[100%] Linking CXX executable integral
/usr/bin/cmake -E cmake_link_script CMakeFiles/integral.dir/link.txt --verbose=1
/usr/bin/g++ -march=native -DBUILD_NATIVE -pthread -O3 -funroll-loops -DNDEBUG -flto=auto -fno-fat-lto-objects CMakeFiles/integral.dir/src/chess/board.cc.o CMakeFiles/integral.dir/src/chess/fen.cc.o CMakeFiles/integral.dir/src/chess/move.cc.o CMakeFiles/integral.dir/src/chess/move_gen.cc.o CMakeFiles/integral.dir/src/data_gen/data_gen.cc.o CMakeFiles/integral.dir/src/engine/evaluation/evaluation.cc.o CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o CMakeFiles/integral.dir/src/engine/search/search.cc.o CMakeFiles/integral.dir/src/engine/search/syzygy/syzygy.cc.o CMakeFiles/integral.dir/src/engine/search/time_mgmt.cc.o CMakeFiles/integral.dir/src/engine/search/transpo.cc.o CMakeFiles/integral.dir/src/engine/uci/uci.cc.o CMakeFiles/integral.dir/src/magics/attacks.cc.o CMakeFiles/integral.dir/src/magics/magic_finder.cc.o CMakeFiles/integral.dir/src/main.cc.o CMakeFiles/integral.dir/src/tests/bench_test.cc.o CMakeFiles/integral.dir/src/tests/perft_test.cc.o CMakeFiles/integral.dir/src/tests/see_test.cc.o "CMakeFiles/integral.dir/third-party/fathom/tbprobe.c.o" -o integral
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/integral.dir/build.make:420: integral] Error 1
make[3]: Leaving directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/integral.dir/all] Error 2
make[2]: Leaving directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/tmp/tmpawd3f9xc/Integral/Integral-tmp/build'
make: *** [Makefile:32: all] Error 2