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/epicunban04/OpenBench/Client/Networks/23315D74 -- 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/tmpy9acwr80/Integral/Integral-tmp/build Building Integral-E5D71F6B-23315D74 with BUILD_NATIVE... make[1]: Entering directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' /usr/bin/cmake -S/tmp/tmpy9acwr80/Integral/Integral-tmp -B/tmp/tmpy9acwr80/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/tmpy9acwr80/Integral/Integral-tmp/build/CMakeFiles /tmp/tmpy9acwr80/Integral/Integral-tmp/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[2]: Entering directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/depend make[3]: Entering directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' cd /tmp/tmpy9acwr80/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmpy9acwr80/Integral/Integral-tmp /tmp/tmpy9acwr80/Integral/Integral-tmp/preprocess /tmp/tmpy9acwr80/Integral/Integral-tmp/build /tmp/tmpy9acwr80/Integral/Integral-tmp/build/preprocess /tmp/tmpy9acwr80/Integral/Integral-tmp/build/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake --color= make[3]: Leaving directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/build make[3]: Entering directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' [ 4%] Building CXX object preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o cd /tmp/tmpy9acwr80/Integral/Integral-tmp/build/preprocess && /usr/bin/g++ -DFMT_HEADER_ONLY -I/tmp/tmpy9acwr80/Integral/Integral-tmp/preprocess/../third-party/fathom -I/tmp/tmpy9acwr80/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/tmpy9acwr80/Integral/Integral-tmp/preprocess/net_processing.cc /tmp/tmpy9acwr80/Integral/Integral-tmp/preprocess/net_processing.cc: In function ‘std::unique_ptr<nnue::Network> ProcessNetwork(const std::unique_ptr<nnue::RawNetwork>&)’: /tmp/tmpy9acwr80/Integral/Integral-tmp/preprocess/net_processing.cc:17:31: warning: ignoring attributes on template argument ‘__m128i’ [-Wignored-attributes] 17 | std::array<__m128i, kNumRegs> regs; | ^ /tmp/ccLWoOvK.s: Assembler messages: /tmp/ccLWoOvK.s: Fatal error: CMakeFiles/preprocess.dir/net_processing.cc.o: No space left on device make[3]: *** [preprocess/CMakeFiles/preprocess.dir/build.make:79: preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o] Error 1 make[3]: Leaving directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' make[2]: *** [CMakeFiles/Makefile2:157: preprocess/CMakeFiles/preprocess.dir/all] Error 2 make[2]: Leaving directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' make[1]: *** [Makefile:94: all] Error 2 make[1]: Leaving directory '/tmp/tmpy9acwr80/Integral/Integral-tmp/build' make: *** [Makefile:35: all] Error 2