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/tmpturxzkmu/Integral/Integral-tmp/build
Building Integral-E5D71F6B-23315D74 with BUILD_NATIVE...
make[1]: Entering directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
/usr/bin/cmake -S/tmp/tmpturxzkmu/Integral/Integral-tmp -B/tmp/tmpturxzkmu/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/tmpturxzkmu/Integral/Integral-tmp/build/CMakeFiles /tmp/tmpturxzkmu/Integral/Integral-tmp/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
make  -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/depend
make[3]: Entering directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
cd /tmp/tmpturxzkmu/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmpturxzkmu/Integral/Integral-tmp /tmp/tmpturxzkmu/Integral/Integral-tmp/preprocess /tmp/tmpturxzkmu/Integral/Integral-tmp/build /tmp/tmpturxzkmu/Integral/Integral-tmp/build/preprocess /tmp/tmpturxzkmu/Integral/Integral-tmp/build/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
make  -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/build
make[3]: Entering directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
[  4%] Building CXX object preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o
cd /tmp/tmpturxzkmu/Integral/Integral-tmp/build/preprocess && /usr/bin/g++ -DFMT_HEADER_ONLY -I/tmp/tmpturxzkmu/Integral/Integral-tmp/preprocess/../third-party/fathom -I/tmp/tmpturxzkmu/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/tmpturxzkmu/Integral/Integral-tmp/preprocess/net_processing.cc
/tmp/tmpturxzkmu/Integral/Integral-tmp/preprocess/net_processing.cc: In function ‘std::unique_ptr<nnue::Network> ProcessNetwork(const std::unique_ptr<nnue::RawNetwork>&)’:
/tmp/tmpturxzkmu/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/ccxENhW0.s: Assembler messages:
/tmp/ccxENhW0.s: Fatal error: can't write 147 bytes to section .text._ZN3fmt3v106detail14do_write_floatINS0_8appenderENS1_9dragonbox10decimal_fpIfEEcNS1_14digit_groupingIcEEEET_S9_RKT0_RKNS0_12format_specsIT1_EENS1_11float_specsENS1_10locale_refE of CMakeFiles/preprocess.dir/net_processing.cc.o: 'No space left on device'
/tmp/ccxENhW0.s: Fatal error: CMakeFiles/preprocess.dir/net_processing.cc.o: No such file or directory
make[3]: *** [preprocess/CMakeFiles/preprocess.dir/build.make:79: preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o] Error 1
make[3]: Leaving directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
make[2]: *** [CMakeFiles/Makefile2:157: preprocess/CMakeFiles/preprocess.dir/all] Error 2
make[2]: Leaving directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/tmp/tmpturxzkmu/Integral/Integral-tmp/build'
make: *** [Makefile:35: all] Error 2