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/cc - 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/yoshie2000canada/OpenBench/Client/Networks/7DD481C0
-- Checking for BMI2 support in native build...
-- BMI2 (PEXT) support detected and enabled for Zen 3/4 processor
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmp4p15vdgm/Integral/Integral-tmp/build
Building Integral-36FFDB42-7DD481C0 with BUILD_NATIVE...
make[1]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
/usr/bin/cmake -S/tmp/tmp4p15vdgm/Integral/Integral-tmp -B/tmp/tmp4p15vdgm/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/CMakeFiles /tmp/tmp4p15vdgm/Integral/Integral-tmp/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/depend
make[3]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
cd /tmp/tmp4p15vdgm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmp4p15vdgm/Integral/Integral-tmp /tmp/tmp4p15vdgm/Integral/Integral-tmp/preprocess /tmp/tmp4p15vdgm/Integral/Integral-tmp/build /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/preprocess /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/build
make[3]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
[ 4%] Building CXX object preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o
cd /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/preprocess && /usr/bin/g++ -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/preprocess/../third-party/fathom -I/tmp/tmp4p15vdgm/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/tmp4p15vdgm/Integral/Integral-tmp/preprocess/net_processing.cc
/tmp/tmp4p15vdgm/Integral/Integral-tmp/preprocess/net_processing.cc: In function ‘std::unique_ptr<nnue::Network> ProcessNetwork(const std::unique_ptr<nnue::RawNetwork>&)’:
/tmp/tmp4p15vdgm/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/tmp4p15vdgm/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/tmp4p15vdgm/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/tmp4p15vdgm/Integral/Integral-tmp/build'
cd /tmp/tmp4p15vdgm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmp4p15vdgm/Integral/Integral-tmp /tmp/tmp4p15vdgm/Integral/Integral-tmp /tmp/tmp4p15vdgm/Integral/Integral-tmp/build /tmp/tmp4p15vdgm/Integral/Integral-tmp/build /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/CMakeFiles/run_preprocess.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make -f CMakeFiles/run_preprocess.dir/build.make CMakeFiles/run_preprocess.dir/build
make[3]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
[ 12%] Running net preprocessing
preprocess/preprocess /home/yoshie2000canada/OpenBench/Client/Networks/7DD481C0 /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue
Preprocessing /home/yoshie2000canada/OpenBench/Client/Networks/7DD481C0
Failed to write processed network
make[3]: Leaving directory '/tmp/tmp4p15vdgm/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/tmp4p15vdgm/Integral/Integral-tmp/build'
cd /tmp/tmp4p15vdgm/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmp4p15vdgm/Integral/Integral-tmp /tmp/tmp4p15vdgm/Integral/Integral-tmp /tmp/tmp4p15vdgm/Integral/Integral-tmp/build /tmp/tmp4p15vdgm/Integral/Integral-tmp/build /tmp/tmp4p15vdgm/Integral/Integral-tmp/build/CMakeFiles/integral.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make -f CMakeFiles/integral.dir/build.make CMakeFiles/integral.dir/build
make[3]: Entering directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
[ 20%] Building CXX object CMakeFiles/integral.dir/src/chess/board.cc.o
[ 20%] 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
[ 36%] 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/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/fen.cc
[ 40%] Building CXX object CMakeFiles/integral.dir/src/engine/evaluation/nnue/nnue.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/board.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/move.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/move_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/data_gen/data_gen.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc
Cannot create temporary file in /tmp/: No space left on device
make[3]: *** [CMakeFiles/integral.dir/build.make:107: CMakeFiles/integral.dir/src/chess/move.cc.o] Aborted
make[3]: *** Waiting for unfinished jobs....
[ 44%] Building CXX object CMakeFiles/integral.dir/src/engine/search/cuckoo.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/search/cuckoo.cc
[ 48%] Building CXX object CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o
/usr/bin/g++ -DEVALFILE=\"/tmp/tmp4p15vdgm/Integral/Integral-tmp/build/processed.nnue\" -DFMT_HEADER_ONLY -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fathom -I/tmp/tmp4p15vdgm/Integral/Integral-tmp/third-party/fmt/include -march=native -DBUILD_NATIVE -DUSE_PEXT -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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/search/move_picker.cc
/tmp/tmp4p15vdgm/Integral/Integral-tmp/src/engine/search/cuckoo.cc:64:1: fatal error: error writing to /tmp/ccyBSNyG.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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/fen.cc:153:1: fatal error: error writing to /tmp/ccG1CSLG.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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/move_gen.cc:508:1: fatal error: error writing to /tmp/cckKMuxB.s: No space left on device
508 | } // 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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: In function ‘Score nnue::Evaluate(Board&)’:
/tmp/tmp4p15vdgm/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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/search/move_picker.cc:244:1: fatal error: error writing to /tmp/ccOl3kwG.s: No space left on device
244 | } // namespace search
| ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:191: CMakeFiles/integral.dir/src/engine/search/move_picker.cc.o] Error 1
In file included from /tmp/tmp4p15vdgm/Integral/Integral-tmp/src/data_gen/data_gen.cc:12:
/tmp/tmp4p15vdgm/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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc: At top level:
/tmp/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/nnue/nnue.cc:311:1: fatal error: error writing to /tmp/ccngUCQS.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/tmp4p15vdgm/Integral/Integral-tmp/src/engine/evaluation/evaluation.cc:178:1: fatal error: error writing to /tmp/ccttizQN.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/tmp4p15vdgm/Integral/Integral-tmp/src/chess/board.cc:612:1: fatal error: error writing to /tmp/cclPitfo.s: No space left on device
612 | }
| ^
compilation terminated.
make[3]: *** [CMakeFiles/integral.dir/build.make:79: CMakeFiles/integral.dir/src/chess/board.cc.o] Error 1
/tmp/tmp4p15vdgm/Integral/Integral-tmp/src/data_gen/data_gen.cc:443:1: fatal error: error writing to /tmp/ccXAc87v.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/tmp4p15vdgm/Integral/Integral-tmp/build'
make[2]: *** [CMakeFiles/Makefile2:131: CMakeFiles/integral.dir/all] Error 2
make[2]: Leaving directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/tmp/tmp4p15vdgm/Integral/Integral-tmp/build'
make: *** [Makefile:35: all] Error 2