clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/eval/policy_network.cpp -o src/eval/policy_network.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/eval/networks.cpp -o src/eval/networks.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/eval/value_network.cpp -o src/eval/value_network.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/main.cpp -o src/main.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/tests/bench.cpp -o src/tests/bench.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/tests/perft.cpp -o src/tests/perft.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/uci/options.cpp -o src/uci/options.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/uci/uci.cpp -o src/uci/uci.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/game_tree.cpp -o src/search/game_tree.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/thread.cpp -o src/search/thread.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/time_manager.cpp -o src/search/time_manager.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/searcher.cpp -o src/search/searcher.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/tree_half.cpp -o src/search/tree_half.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/node.cpp -o src/search/node.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/board.cpp -o src/chess/board.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/move_gen.cpp -o src/chess/move_gen.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/board_state.cpp -o src/chess/board_state.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/move.cpp -o src/chess/move.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/magics.cpp -o src/chess/magics.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/castle_rights.cpp -o src/chess/castle_rights.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -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=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/data_gen/openings.cpp -o src/data_gen/openings.o clang++ -std=c++20 -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/ubuntu/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/data_gen/game_runner.cpp -o src/data_gen/game_runner.o In file included from src/search/time_manager.cpp:1: In file included from src/search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/chess/move.cpp:2: In file included from src/chess/../uci/uci.hpp:5: In file included from src/chess/../uci/../search/searcher.hpp:7: In file included from src/chess/../uci/../search/thread.hpp:7: In file included from src/chess/../uci/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/main.cpp:1: In file included from src/uci/uci.hpp:5: In file included from src/uci/../search/searcher.hpp:7: In file included from src/uci/../search/thread.hpp:7: In file included from src/uci/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/tests/bench.cpp:3: In file included from src/tests/../search/searcher.hpp:7: In file included from src/tests/../search/thread.hpp:7: In file included from src/tests/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/search/searcher.cpp:1: In file included from src/search/searcher.hpp:7: In file included from src/search/thread.hpp:7: In file included from src/search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/data_gen/game_runner.cpp:1: In file included from src/data_gen/game_runner.hpp:4: In file included from src/data_gen/../search/searcher.hpp:7: In file included from src/data_gen/../search/thread.hpp:7: In file included from src/data_gen/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/uci/uci.cpp:1: In file included from src/uci/uci.hpp:5: In file included from src/uci/../search/searcher.hpp:7: In file included from src/uci/../search/thread.hpp:7: In file included from src/uci/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/chess/board_state.cpp:2: In file included from src/chess/../uci/uci.hpp:5: In file included from src/chess/../uci/../search/searcher.hpp:7: In file included from src/chess/../uci/../search/thread.hpp:7: In file included from src/chess/../uci/../search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ In file included from src/search/thread.cpp:1: In file included from src/search/thread.hpp:7: In file included from src/search/time_manager.hpp:5: /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression static constexpr unsigned fractional_width = {_S_fractional_width()}; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: note: undefined function '_S_fractional_width' cannot be used in a constant expression /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2275:2: note: declared here _S_fractional_width() ^ 1 error generated. make: *** [Makefile:74: src/search/time_manager.o] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated. make: *** [Makefile:74: src/tests/bench.o] Error 1 1 error generated. make: *** [Makefile:74: src/main.o] Error 1 1 error generated. 1 error generated. make: *** [Makefile:74: src/search/searcher.o] Error 1 make: *** [Makefile:74: src/search/thread.o] Error 1 1 error generated. make: *** [Makefile:74: src/chess/move.o] Error 1 1 error generated. make: *** [Makefile:74: src/chess/board_state.o] Error 1 1 error generated. make: *** [Makefile:74: src/data_gen/game_runner.o] Error 1 1 error generated. make: *** [Makefile:74: src/uci/uci.o] Error 1