Autodetected architecture: bmi2
make process-net
make[1]: Entering directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp'
Autodetected architecture: bmi2
Using network /home/yoshie2000canada/OpenBench/Client/Networks/95204190
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=bmi2
make[2]: Entering directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp/tools'
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -funroll-all-loops -Wno-ignored-optimization-argument -g -ggdb -DARCH_X86 -march=haswell -mbmi2  process_net.cpp -o process_net
make[2]: Leaving directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false /home/yoshie2000canada/OpenBench/Client/Networks/95204190 ./processed.bin
make[1]: Leaving directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp'
Autodetected architecture: bmi2
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/engine.cpp -o src/engine.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/board.cpp -o src/board.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/move.cpp -o src/move.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/uci.cpp -o src/uci.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/search.cpp -o src/search.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/thread.cpp -o src/thread.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/evaluation.cpp -o src/evaluation.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/tt.cpp -o src/tt.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/magic.cpp -o src/magic.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/bitboard.cpp -o src/bitboard.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/history.cpp -o src/history.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/nnue.cpp -o src/nnue.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/time.cpp -o src/time.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/spsa.cpp -o src/spsa.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/zobrist.cpp -o src/zobrist.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/datagen.cpp -o src/datagen.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/threat-inputs.cpp -o src/threat-inputs.o
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/debug.cpp -o src/debug.o
clang++ -w -pthread -O3 -march=haswell -mbmi2 -flto=auto   -c -o src/fathom/src/tbprobe.o src/fathom/src/tbprobe.c
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/spsa.cpp -o src/spsa.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/spsa.o] Error 1
make[1]: *** Waiting for unfinished jobs....
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/zobrist.cpp -o src/zobrist.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/zobrist.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/bitboard.cpp -o src/bitboard.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/bitboard.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/threat-inputs.cpp -o src/threat-inputs.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/threat-inputs.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/history.cpp -o src/history.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/history.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/magic.cpp -o src/magic.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/magic.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/tt.cpp -o src/tt.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/tt.o] Error 1
fatal error: fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/time.cpp -o src/time.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/time.o] Error 1
error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/evaluation.cpp -o src/evaluation.o
1.	<eof> parser at end of file
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/debug.cpp -o src/debug.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/evaluation.o] Error 1
make[1]: *** [Makefile:232: src/debug.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/engine.cpp -o src/engine.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/engine.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/nnue.cpp -o src/nnue.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/nnue.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/move.cpp -o src/move.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/move.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -w -pthread -O3 -march=haswell -mbmi2 -flto=auto -c -o src/fathom/src/tbprobe.o src/fathom/src/tbprobe.c
1.	<eof> parser at end of file
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/board.cpp -o src/board.o
1.	<eof> parser at end of file
make[1]: *** [<builtin>: src/fathom/src/tbprobe.o] Error 1
make[1]: *** [Makefile:232: src/board.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
fatal error: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	error in backend: IO failure on output stream: No space left on deviceProgram arguments: 
clang++ -std=c++17 -WalPLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
lStack dump:
 0-.	pedaProgram arguments: ntcilc -Weanxgt+r+a  --sftdc=ocm+m+o1n7  --pWatlhlr e-apde d-aOn3t i-cD N-DWEBeUxGt ra- D-AfRcCoHm_mXo8n6  --pDtUhSrEe_aBdM I-2O 3- m-aDrNcDhE=BhUaGs w-eDlAlR C-Hm_bXm8i26  --fDlUtSoE=_aBuMtIo2  --mDaErVcAhL=FhIaLsEw=e\l"lp r-omcbemssie2d .-bflitno\="a u-tco  s-rDc/EdVaAtLaFgIeLEn=.\c"pppr o-coe sssrecd/.dbaitna\g"e n-.oc 
s1r.	c/<eof> parser at end of file
thread.cpp -o src/thread.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/thread.o] Error 1
make[1]: *** [Makefile:232: src/datagen.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/uci.cpp -o src/uci.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/uci.o] Error 1
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -DUSE_BMI2 -march=haswell -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\" -c src/search.cpp -o src/search.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/search.o] Error 1
make[1]: Leaving directory '/tmp/tmp10vqbkxo/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:221: all] Error 2