make process-net
make[1]: Entering directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp'
Using network /home/epicunban04/OpenBench/Client/Networks/CC93BEE3
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=
make[2]: Entering directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp/tools'
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -funroll-all-loops -Wno-ignored-optimization-argument -g -ggdb -DARCH_X86 -march=native  process_net.cpp -o process_net
make[2]: Leaving directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false /home/epicunban04/OpenBench/Client/Networks/CC93BEE3 ./processed.bin
make[1]: Leaving directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp'
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/engine.cpp -o src/engine.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/board.cpp -o src/board.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/move.cpp -o src/move.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/uci.cpp -o src/uci.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/search.cpp -o src/search.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/thread.cpp -o src/thread.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/evaluation.cpp -o src/evaluation.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/tt.cpp -o src/tt.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/magic.cpp -o src/magic.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/bitboard.cpp -o src/bitboard.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/history.cpp -o src/history.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/nnue.cpp -o src/nnue.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/time.cpp -o src/time.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/spsa.cpp -o src/spsa.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/zobrist.cpp -o src/zobrist.o
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\"  -c src/datagen.cpp -o src/datagen.o
cc    -c -o src/fathom/src/tbprobe.o src/fathom/src/tbprobe.c
src/fathom/src/tbprobe.c:2661:1: fatal error: error writing to /tmp/cc3HINqP.s: No space left on device
 2661 | }
      | ^
compilation terminated.
make[1]: *** [<builtin>: src/fathom/src/tbprobe.o] Error 1
make[1]: *** Waiting for unfinished jobs....
src/spsa.cpp:36:1: fatal error: error writing to /tmp/cc49DsWG.s: No space left on device
   36 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/spsa.o] Error 1
src/zobrist.cpp:81:1: fatal error: error writing to /tmp/ccrE6GBx.s: No space left on device
   81 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/zobrist.o] Error 1
src/engine.cpp:22:1: fatal error: error writing to /tmp/ccmsCOmL.s: No space left on device
   22 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/engine.o] Error 1
src/bitboard.cpp:83:1: fatal error: error writing to /tmp/cct4Q9zP.s: No space left on device
   83 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/bitboard.o] Error 1
src/tt.cpp:47:22: fatal error: error writing to /tmp/cchi29xC.s: No space left on device
   47 | TranspositionTable TT;
      |                      ^
compilation terminated.
make[1]: *** [Makefile:164: src/tt.o] Error 1
src/magic.cpp:163:1: fatal error: error writing to /tmp/ccZVjbQ4.s: No space left on device
  163 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/magic.o] Error 1
src/time.cpp:75:1: fatal error: error writing to /tmp/ccH4UOKP.s: No space left on device
   75 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/time.o] Error 1
src/evaluation.cpp:146:1: fatal error: error writing to /tmp/ccrksJEA.s: No space left on device
  146 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/evaluation.o] Error 1
src/nnue.cpp:472:1: fatal error: error writing to /tmp/cciSAAXL.s: No space left on device
  472 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/nnue.o] Error 1
src/move.cpp:652:1: fatal error: error writing to /tmp/ccJXDuhF.s: No space left on device
  652 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/move.o] Error 1
src/history.cpp:252:1: fatal error: error writing to /tmp/ccC2bupK.s: No space left on device
  252 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/history.o] Error 1
src/datagen.cpp:79:1: fatal error: error writing to /tmp/ccrmPCmY.s: No space left on device
   79 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/datagen.o] Error 1
src/thread.cpp:70:1: fatal error: error writing to /tmp/ccsuFCZc.s: No space left on device
   70 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/thread.o] Error 1
src/board.cpp:1435:1: fatal error: error writing to /tmp/ccLhThNj.s: No space left on device
 1435 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/board.o] Error 1
src/uci.cpp:616:1: fatal error: error writing to /tmp/ccHjxYKQ.s: No space left on device
  616 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/uci.o] Error 1
src/search.cpp:1448:1: fatal error: error writing to /tmp/ccuAOsAf.s: No space left on device
 1448 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:164: src/search.o] Error 1
make[1]: Leaving directory '/tmp/tmp84hp_e9v/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:153: all] Error 2