https://github.com/bitcoin/bitcoin/actions/runs/20090968443/job/57638966158?pr=32800#step:13:203:
077/276 - wallet_txn_clone.py failed, Duration: 1 s
1
2stdout:
32025-12-10T08:04:27.500134Z TestFramework (INFO): PRNG seed is: 4018092284830106117
4
5
6
7stderr:
8
9
10Combine the logs and print the last 99999999 lines ...
11
12============
13Combined log for D:\a\_temp/test_runner_₿_🏃_20251210_075632/wallet_txn_clone_196:
14============
15
16 test 2025-12-10T08:04:27.500134Z TestFramework (INFO): PRNG seed is: 4018092284830106117
17 test 2025-12-10T08:04:27.500433Z TestFramework (DEBUG): Setting up network thread
Given that nothing else is printed on stdout, and stderr, the test must have failed before setup_chain, because that should log as well.
This leaves something with the network thread. However, if the thread throws an exception, it should still print to stderr. If it kills the program silently, it seems like an upstream python bug.