Autodetected architecture: avx2
make process-net
make[1]: Entering directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx2
Using network /home/sazuxgdash/OpenBench/Client/Networks/99F926FE
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=avx2
make[2]: Entering directory '/tmp/tmpwxqngfpg/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=haswell  process_net.cpp -o process_net
make[2]: Leaving directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false /home/sazuxgdash/OpenBench/Client/Networks/99F926FE ./processed.bin
make[1]: Leaving directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx2
g++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -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=haswell -DUSE_BMI2 -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/datagen.cpp -o src/datagen.o
g++ -mpopcnt -w -pthread -O3 -march=haswell -mbmi2 -flto=auto   -c -o src/fathom/src/tbprobe.o src/fathom/src/tbprobe.c
src/spsa.cpp:36:1: fatal error: error writing to /tmp/ccd0KfkY.s: No space left on device
   36 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/spsa.o] Error 1
make[1]: *** Waiting for unfinished jobs....
src/fathom/src/tbprobe.c:2661:1: fatal error: error writing to /tmp/ccb8tmBN.s: No space left on device
 2661 | }
      | ^
compilation terminated.
make[1]: *** [<builtin>: src/fathom/src/tbprobe.o] Error 1
src/zobrist.cpp:81:1: fatal error: error writing to /tmp/cci98Kwp.s: No space left on device
   81 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/zobrist.o] Error 1
src/bitboard.cpp:83:1: fatal error: error writing to /tmp/ccY3fek0.s: No space left on device
   83 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/bitboard.o] Error 1
src/tt.cpp:55:22: fatal error: error writing to /tmp/ccwHXk71.s: No space left on device
   55 | TranspositionTable TT;
      |                      ^
compilation terminated.
make[1]: *** [Makefile:227: src/tt.o] Error 1
src/engine.cpp:22:1: fatal error: error writing to /tmp/ccdu5RE8.s: No space left on device
   22 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/engine.o] Error 1
src/magic.cpp:163:1: fatal error: error writing to /tmp/cc2Rd7gX.s: No space left on device
  163 | }
      | ^
compilation terminated.
src/time.cpp:75:1: fatal error: error writing to /tmp/cctIoNYF.s: No space left on device
   75 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/magic.o] Error 1
make[1]: *** [Makefile:227: src/time.o] Error 1
src/board.cpp:1221:1: fatal error: error writing to /tmp/cczLk42P.s: No space left on device
 1221 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/board.o] Error 1
src/nnue.cpp:485:1: fatal error: error writing to /tmp/cc51nG41.s: No space left on device
  485 | }
      | ^
compilation terminated.
src/evaluation.cpp:146:1: fatal error: error writing to /tmp/ccrh23lF.s: No space left on device
  146 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/nnue.o] Error 1
make[1]: *** [Makefile:227: src/evaluation.o] Error 1
src/move.cpp:653:1: fatal error: error writing to /tmp/ccWuzNrj.s: No space left on device
  653 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/move.o] Error 1
src/history.cpp:252:1: fatal error: error writing to /tmp/ccYGIGA4.s: No space left on device
  252 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/history.o] Error 1
src/thread.cpp:72:1: fatal error: error writing to /tmp/ccSizonr.s: No space left on device
   72 | }
      | ^
compilation terminated.
src/datagen.cpp:77:1: fatal error: error writing to /tmp/ccsdydvb.s: No space left on device
   77 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/thread.o] Error 1
make[1]: *** [Makefile:227: src/datagen.o] Error 1
src/search.cpp:1603:1: fatal error: error writing to /tmp/ccs9TtOH.s: No space left on device
 1603 | }
      | ^
compilation terminated.
src/uci.cpp:634:1: fatal error: error writing to /tmp/ccalBAON.s: No space left on device
  634 | }
      | ^
compilation terminated.
make[1]: *** [Makefile:227: src/search.o] Error 1
make[1]: *** [Makefile:227: src/uci.o] Error 1
make[1]: Leaving directory '/tmp/tmpwxqngfpg/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:216: all] Error 2