Autodetected architecture: bmi2
make process-net
make[1]: Entering directory '/tmp/tmpdn7r4z4s/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/tmpdn7r4z4s/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmpdn7r4z4s/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=bmi2
make[2]: Entering directory '/tmp/tmpdn7r4z4s/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/tmpdn7r4z4s/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false /home/yoshie2000canada/OpenBench/Client/Networks/95204190 ./processed.bin
make[1]: Leaving directory '/tmp/tmpdn7r4z4s/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmpdn7r4z4s/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/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/time.cpp -o src/time.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.make[1]: *** [Makefile:232: src/time.o] Error 1
cpp -o src/debug.o
1.	<eof> parser at end of file
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++ -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
make[1]: *** [<builtin>: src/fathom/src/tbprobe.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/evaluation.cpp -o src/evaluation.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/evaluation.o] Error 1
fatal error: fatal error: fatal error: error in backend: IO failure on output stream: No space left on device
error in backend: IO failure on output stream: No space left on device
error in backend: IO failure on output stream: No space left on devicePLEASE 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: cPLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
lang++ -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

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: clangStack dump:
++0 .	-Program arguments: stcdl=ca+n+g1+7+  --Wsatldl= c-+p+e1d7a n-tWiacl l- W-epxedantic t-rWae x-tfrcao m-mfocno m-mpotnh r-epatdh r-eOa3d  --DON3D E-BDUNGD E-BDUAGR C-HD_AXR8C6H _-XD8U6S E-_DBUMSIE2_ B-MmIa2r c-hm=ahracshw=ehlals w-emlbl mi-2mb m-if2l t-of=latuot=oa u-tDoE V-ADLEFVILEA=L\F"IpLrEo=c\e"spsreodc.ebsisne\d". b-icn \s"r c-/ch issrtco/reyn.gcipnpe .-cop ps r-co/ hsirsct/oernyg.ion
e1.o.	
<eof> parser at end of file
1make[1]: *** [Makefile:232: src/move.o] Error 1
.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/history.o] Error 1
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/tt.cpp -o src/tt.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/tt.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/board.cpp -o src/board.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/board.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/thread.cpp -o src/thread.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:232: src/thread.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/datagen.cpp -o src/datagen.o
1.	<eof> parser at end of file
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/tmpdn7r4z4s/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:221: all] Error 2