Autodetected architecture: avx512
make process-net
make[1]: Entering directory '/tmp/tmplygk8i2w/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx512
Using network /root/OpenBench/Client/Networks/95204190
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmplygk8i2w/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmplygk8i2w/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=avx512
make[2]: Entering directory '/tmp/tmplygk8i2w/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=skylake-avx512 process_net.cpp -o process_net
process_net.cpp:1:10: fatal error: 'cstdio' file not found
#include <cstdio>
^~~~~~~~
1 error generated.
make[2]: *** [Makefile:47: all] Error 1
make[2]: Leaving directory '/tmp/tmplygk8i2w/PlentyChess/PlentyChess-tmp/tools'
make[1]: *** [Makefile:209: process-net] Error 2
make[1]: Leaving directory '/tmp/tmplygk8i2w/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:220: all] Error 2