make process-net
make[1]: Entering directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp'
Using network 0102rr6.bin
Downloading network 0102rr6.bin
Processing network
curl -sOL https://github.com/Yoshie2000/PlentyNetworks/releases/download/0102rr6/0102rr6.bin
make -C tools clean
make[2]: Entering directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=
make[2]: Entering directory '/tmp/tmpngvxd3oi/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=native  process_net.cpp -o process_net
make[2]: Leaving directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false 0102rr6.bin ./processed.bin
make[1]: Leaving directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp'
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang++ -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
clang    -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 -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
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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/spsa.cpp -o src/spsa.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/spsa.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/bitboard.cpp -o src/bitboard.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/zobrist.cpp -o src/zobrist.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/tt.cpp -o src/tt.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/evaluation.cpp -o src/evaluation.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/evaluation.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/engine.cpp -o src/engine.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/engine.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/history.cpp -o src/history.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/thread.cpp -o src/thread.o
1.	<eof> parser at end of file
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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/time.cpp -o src/time.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/history.o] Error 1
make[1]: *** [Makefile:165: src/thread.o] Error 1
make[1]: *** [Makefile:165: src/time.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/magic.cpp -o src/magic.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/magic.o] Error 1
src/search.cpp:1299:16: warning: unused variable 'thread' [-Wunused-variable]
    for (auto& thread : threadPool->threads) {
               ^
src/search.cpp:1298:13: warning: variable 'tbHits' set but not used [-Wunused-but-set-variable]
    int64_t tbHits = 0;
            ^
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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/board.cpp -o src/board.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/move.cpp -o src/move.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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++ -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
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/datagen.cpp -o src/datagen.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: 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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/search.cpp -o src/search.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/search.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 -march=native -DUSE_BMI2 -DEVALFILE=\"processed.bin\" -c src/uci.cpp -o src/uci.o
1.	<eof> parser at end of file
make[1]: *** [Makefile:165: src/uci.o] Error 1
make[1]: Leaving directory '/tmp/tmpngvxd3oi/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:154: all] Error 2