Autodetected architecture: avx512
make process-net
make[1]: Entering directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx512
Using network /home/patrick/ChessProgramming/OpenBench/Client/Networks/5C1A1316
Processing network
make -C tools clean
make[2]: Entering directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp/tools'
rm -f *~ process_net
make[2]: Leaving directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp/tools'
make -C tools arch=avx512
make[2]: Entering directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp/tools'
g++ -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
make[2]: Leaving directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp/tools'
./tools/process_net false /home/patrick/ChessProgramming/OpenBench/Client/Networks/5C1A1316 ./processed.bin
make[1]: Leaving directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp'
make _nopgo SKIP_PROCESS_NET=true
make[1]: Entering directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp'
Autodetected architecture: avx512
clang++ -std=c++17 -Wall -pedantic -Wextra -fcommon -pthread -O3 -DNDEBUG -DARCH_X86 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -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 -march=skylake-avx512 -DUSE_BMI2 -mbmi2 -flto=auto -DEVALFILE=\"processed.bin\"  -c src/datagen.cpp -o src/datagen.o
clang++ -mpopcnt -w -pthread -O3 -march=skylake-avx512 -mbmi2 -flto=auto   -c -o src/fathom/src/tbprobe.o src/fathom/src/tbprobe.c
src/search.cpp:131:38: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                      ^~~~~~~~~~~~~~~
src/search.cpp:131:55: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                       ^~~~~~~~~~~~~~~
src/search.cpp:131:72: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                        ^~~~~~~~~~~~~~~
src/search.cpp:131:89: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                         ^~~~~~~~~~~~~~~
src/search.cpp:131:106: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                          ^~~~~~~~~~~~~~~
src/search.cpp:131:123: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                           ^~~~~~~~~~~~~~~
src/search.cpp:131:140: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                            ^~~~~~~~~~~~~~~
src/search.cpp:131:157: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                             ^~~~~~~~~~~~~~~
src/search.cpp:131:174: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                              ^~~~~~~~~~~~~~~
src/search.cpp:131:191: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                               ^~~~~~~~~~~~~~~
src/search.cpp:131:208: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                ^~~~~~~~~~~~~~~~
src/search.cpp:131:226: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                                  ^~~~~~~~~~~~~~~~
src/search.cpp:131:244: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                                                    ^~~~~~~~~~~~~~~~
src/search.cpp:131:262: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                                                                      ^~~~~~~~~~~~~~~~
src/search.cpp:131:280: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~
src/search.cpp:131:298: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  131 | int* lmrBaseReductionWeights[16] = { &lmrBaseWeight0, &lmrBaseWeight1, &lmrBaseWeight2, &lmrBaseWeight3, &lmrBaseWeight4, &lmrBaseWeight5, &lmrBaseWeight6, &lmrBaseWeight7, &lmrBaseWeight8, &lmrBaseWeight9, &lmrBaseWeight10, &lmrBaseWeight11, &lmrBaseWeight12, &lmrBaseWeight13, &lmrBaseWeight14, &lmrBaseWeight15 };
      |                                                                                                                                                                                                                                                                                                          ^~~~~~~~~~~~~~~~
src/search.cpp:149:30: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  149 | int* lmrCheckWeights[16] = { &lmrCheck0, &lmrCheck1, &lmrCheck2, &lmrCheck3, &lmrCheck4, &lmrCheck5, &lmrCheck6, &lmrCheck7, &lmrCheck8, &lmrCheck9, &lmrCheck10, &lmrCheck11, &lmrCheck12, &lmrCheck13, &lmrCheck14, &lmrCheck15 };
      |                              ^~~~~~~~~~
src/search.cpp:149:42: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  149 | int* lmrCheckWeights[16] = { &lmrCheck0, &lmrCheck1, &lmrCheck2, &lmrCheck3, &lmrCheck4, &lmrCheck5, &lmrCheck6, &lmrCheck7, &lmrCheck8, &lmrCheck9, &lmrCheck10, &lmrCheck11, &lmrCheck12, &lmrCheck13, &lmrCheck14, &lmrCheck15 };
      |                                          ^~~~~~~~~~
src/search.cpp:149:54: error: cannot initialize an array element of type 'int *' with an rvalue of type 'const int *'
  149 | int* lmrCheckWeights[16] = { &lmrCheck0, &lmrCheck1, &lmrCheck2, &lmrCheck3, &lmrCheck4, &lmrCheck5, &lmrCheck6, &lmrCheck7, &lmrCheck8, &lmrCheck9, &lmrCheck10, &lmrCheck11, &lmrCheck12, &lmrCheck13, &lmrCheck14, &lmrCheck15 };
      |                                                      ^~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [Makefile:227: src/search.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/tmph5rl5yrs/PlentyChess/PlentyChess-tmp'
make: *** [Makefile:216: all] Error 2