I’m building v24.0rc2 on Windows 10 using Visual Studio 2022. The build succeeds without errors and the binary works fine, but there is one failing unit test:
0C:\bitcoin\src>test_bitcoin.exe
1Running 528 test cases...
2C:/bitcoin/src/test/system_tests.cpp(64): error: in "system_tests/run_command": check what.find(expected) != std::string::npos has failed
3
4*** 1 failure is detected in the test module "Bitcoin Core Test Suite"
Also tried with v23.0 and latest master, same error (for v23.0 the line number is different).