fatal: not a git repository (or any of the parent directories): .git
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -std=c++20 -DNDEBUG -static -fuse-ld=lld -DEVALFILE=\"/home/ksw0518/OpenBench/Client/Networks/35B74CC5\" ./src/Prelude.cpp ./src/accumulator.cpp ./src/board.cpp ./src/datagen.cpp ./src/move.cpp ./src/movegen.cpp ./src/nnue.cpp ./src/search.cpp ./src/searcher.cpp ./src/tb.cpp ./src/thread.cpp ./external/fmt/format.cc ./external/Pyrrhic/tbprobe.cpp -o Prelude-1375CD89-35B74CC5
In file included from ./src/Prelude.cpp:7:
In file included from ./src/tb.h:5:
In file included from ./src/globals.h:3:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/accumulator.cpp:2:
In file included from ./src/globals.h:3:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/board.cpp:5:
In file included from ./src/globals.h:3:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/datagen.cpp:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/move.cpp:3:
In file included from ./src/globals.h:3:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/nnue.cpp:1:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
./src/nnue.cpp:42:17: warning: Using AVX512 NNUE inference [-W#pragma-messages]
42 | #pragma message("Using AVX512 NNUE inference")
| ^
3 warnings generated.
In file included from ./src/search.cpp:1:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
./src/search.cpp:215:46: error: use of undeclared identifier 'plpy'
215 | const i32 score = qsearch(board, plpy, alpha, alpha + 1, ss, thisThread, sl);
| ^
2 warnings and 1 error generated.
In file included from ./src/searcher.cpp:1:
In file included from ./src/searcher.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/tb.cpp:1:
In file included from ./src/tb.h:5:
In file included from ./src/globals.h:3:
In file included from ./src/nnue.h:5:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
In file included from ./src/thread.cpp:1:
In file included from ./src/thread.h:4:
./src/search.h:85:46: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709519104 to -32512 [-Wconstant-conversion]
85 | constexpr i32 MATED_IN_MAX_PLY = -MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~
./src/search.h:89:52: warning: implicit conversion from 'usize' (aka 'unsigned long') to 'const i32' (aka 'const int') changes value from 18446744073709521871 to -29745 [-Wconstant-conversion]
89 | constexpr i32 TB_MATED_IN_MAX_PLY = -TB_MATE_SCORE + MAX_PLY;
| ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~
2 warnings generated.
make: *** [makefile:50: Prelude-1375CD89-35B74CC5] Error 1