Autodetected architecture: avx2
make process-net
make[1]: Entering directory '/tmp/tmp6bvh4yd1/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx2
Using network /home/vinechessengine/OpenBench/Client/Networks/2A7A1A56
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmp6bvh4yd1/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmp6bvh4yd1/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=avx2
make[2]: Entering directory '/tmp/tmp6bvh4yd1/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  process_net.cpp -o process_net
fatal error: error in backend: IO failure on output stream: No space left on device
make[2]: *** [Makefile:43: all] Error 1
make[2]: Leaving directory '/tmp/tmp6bvh4yd1/PlentyChess/PlentyChess-tmp/tools'
make[1]: *** [Makefile:204: process-net] Error 2
make[1]: Leaving directory '/tmp/tmp6bvh4yd1/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:215: all] Error 2