https://github.com/bitcoin/bitcoin/actions/runs/26286704505/job/77376033170#step:14:3421
test 2026-05-22T12:47:14.418896Z TestFramework (ERROR): Unexpected exception:
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\build_ _\test\functional\test_framework\test_framework.py", line 143, in main
self.run_test()
~~~~~~~~~~~~~^^
File "D:\a\bitcoin\bitcoin\build_ _\test\functional\wallet_signer.py", line 58, in run_test
self.test_valid_signer()
~~~~~~~~~~~~~~~~~~~~~~^^
File "D:\a\bitcoin\bitcoin\build_ _\test\functional\wallet_signer.py", line 71, in test_valid_signer
self.nodes[1].createwallet(wallet_name='hww', disable_private_keys=True, external_signer=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\bitcoin\bitcoin\build_ _\test\functional\test_framework\coverage.py", line 50, in __call__
return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
File "D:\a\bitcoin\bitcoin\build_ _\test\functional\test_framework\authproxy.py", line 153, in __call__
raise JSONRPCException(response['error'], status)
test_framework.authproxy.JSONRPCException: {'code': -1, 'message': "RunCommandParseJSON error: process(C:\\hostedtoolcache\\windows\\Python\\3.14.5\\x64\\python.exe D:\\a\\bitcoin\\bitcoin\\build_ _\\test\\functional\\mocks\\signer.py enumerate) returned 2: C:\\hostedtoolcache\\windows\\Python\\3.14.5\\x64\\python.exe: can't open file 'D:\\\\a\\\\bitcoin\\\\bitcoin\\\\build_': [Errno 2] No such file or directory\r\n"} [http_status=200]
test 2026-05-22T12:47:14.424669Z TestFramework (DEBUG): Closing down network thread
test 2026-05-22T12:47:14.475543Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later.