The Windows native CI is failing on unrelated changes, i.e in #29072. https://github.com/bitcoin/bitcoin/actions/runs/7194911390/job/19596459746?pr=29072:
0rpc_help.py | ✖ Failed | 1 s
1rpc_signer.py | ✖ Failed | 4 s
2wallet_signer.py --descriptors | ✖ Failed | 3 s
0 node0 2023-12-13T12:48:04.392953Z [D:\a\bitcoin\bitcoin\src\rpc\request.cpp:187] [parse] [rpc] ThreadRPCServer method=help user=__cookie__
1 test 2023-12-13T12:48:04.393000Z TestFramework (ERROR): Assertion failed
2 Traceback (most recent call last):
3 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 131, in main
4 self.run_test()
5 File "D:\a\bitcoin\bitcoin/test/functional/rpc_help.py", line 55, in run_test
6 self.test_categories()
7 File "D:\a\bitcoin\bitcoin/test/functional/rpc_help.py", line 117, in test_categories
8 assert_equal(titles, sorted(components))
9 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\util.py", line 57, in assert_equal
10 raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
11 AssertionError: not(['Blockchain', 'Control', 'Mining', 'Network', 'Rawtransactions', 'Util', 'Wallet', 'Zmq'] == ['Blockchain', 'Control', 'Mining', 'Network', 'Rawtransactions', 'Signer', 'Util', 'Wallet', 'Zmq'])
12 test 2023-12-13T12:48:04.393000Z TestFramework (DEBUG): Closing down network thread