clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/board.cpp -o src/chess/board.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/board_state.cpp -o src/chess/board_state.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/castle_rights.cpp -o src/chess/castle_rights.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/magics.cpp -o src/chess/magics.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/move.cpp -o src/chess/move.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/chess/move_gen.cpp -o src/chess/move_gen.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/data_gen/format/monty_format.cpp -o src/data_gen/format/monty_format.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/data_gen/game_runner.cpp -o src/data_gen/game_runner.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/data_gen/openings.cpp -o src/data_gen/openings.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/eval/networks.cpp -o src/eval/networks.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/eval/policy_network.cpp -o src/eval/policy_network.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/eval/value_network.cpp -o src/eval/value_network.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/main.cpp -o src/main.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/game_tree.cpp -o src/search/game_tree.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/node.cpp -o src/search/node.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/searcher.cpp -o src/search/searcher.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/thread.cpp -o src/search/thread.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/time_manager.cpp -o src/search/time_manager.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/search/tree_half.cpp -o src/search/tree_half.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/tests/bench.cpp -o src/tests/bench.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/tests/perft.cpp -o src/tests/perft.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/uci/options.cpp -o src/uci/options.o
clang++ -std=c++20 -fconstexpr-steps=100000000  -O3 -flto -DEVALFILE=\"/workspace/OpenBench/Client/Networks/237D603A\" -march=native -c src/uci/uci.cpp -o src/uci/uci.o
error: unable to rename temporary 'src/tests/perft-500c94f8.o.tmp' to output file 'src/tests/perft.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/tests/perft.o] Error 1
make: *** Waiting for unfinished jobs....
error: unable to rename temporary 'src/chess/board-7c4a56bc.o.tmp' to output file 'src/chess/board.o': 'No such file or directory'
1 error generated.
error: unable to rename temporary 'src/chess/move_gen-4b14253d.o.tmp' to output file 'src/chess/move_gen.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/chess/board.o] Error 1
make: *** [Makefile:77: src/chess/move_gen.o] Error 1
error: unable to rename temporary 'src/chess/magics-68a1c26b.o.tmp' to output file 'src/chess/magics.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/chess/magics.o] Error 1
error: unable to rename temporary 'src/data_gen/format/monty_format-c755fca1.o.tmp' to output file 'src/data_gen/format/monty_format.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/data_gen/format/monty_format.o] Error 1
error: unable to rename temporary 'src/eval/policy_network-ad964a56.o.tmp' to output file 'src/eval/policy_network.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/eval/policy_network.o] Error 1
error: unable to rename temporary 'src/search/time_manager-fde8c48b.o.tmp' to output file 'src/search/time_manager.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/search/time_manager.o] Error 1
error: unable to rename temporary 'src/tests/bench-6f963f9c.o.tmp' to output file 'src/tests/bench.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/tests/bench.o] Error 1
error: unable to rename temporary 'src/data_gen/openings-ec14263b.o.tmp' to output file 'src/data_gen/openings.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/data_gen/openings.o] Error 1
error: unable to rename temporary 'src/main-7ad96008.o.tmp' to output file 'src/main.o': 'No such file or directory'
1 error generated.
error: unable to rename temporary 'src/search/searcher-1b921a15.o.tmp' to output file 'src/search/searcher.o': 'No such file or directory'
1 error generated.
error: unable to rename temporary 'src/search/thread-dd8e1475.o.tmp' to output file 'src/search/thread.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/main.o] Error 1
make: *** [Makefile:77: src/search/searcher.o] Error 1
make: *** [Makefile:77: src/search/thread.o] Error 1
error: unable to rename temporary 'src/chess/move-f92e22ea.o.tmp' to output file 'src/chess/move.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/chess/move.o] Error 1
error: unable to rename temporary 'src/chess/board_state-f0ce9179.o.tmp' to output file 'src/chess/board_state.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/chess/board_state.o] Error 1
error: unable to rename temporary 'src/data_gen/game_runner-df64a4a0.o.tmp' to output file 'src/data_gen/game_runner.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/data_gen/game_runner.o] Error 1
error: unable to rename temporary 'src/search/game_tree-1a772d79.o.tmp' to output file 'src/search/game_tree.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/search/game_tree.o] Error 1
error: unable to rename temporary 'src/uci/uci-1bd68f8e.o.tmp' to output file 'src/uci/uci.o': 'No such file or directory'
1 error generated.
make: *** [Makefile:77: src/uci/uci.o] Error 1