intermittent issue in wallet_listsinceblock.py ( test_framework.test_node.FailedToStartError: [node 3] bitcoind exited with status -6 during initialization.) #32435

issue maflcko openend this issue on May 7, 2025
  1. maflcko commented at 10:25 am on May 7, 2025: member

    -6 seems to indicate an abort. However, the node did not print anything at all to the log, nor to the stderr:

    https://github.com/bitcoin/bitcoin/actions/runs/14879952737/job/41785504218?pr=32430#step:7:3527

      0186/266 - wallet_listsinceblock.py failed, Duration: 1 s
      1
      2stdout:
      32025-05-07T09:47:50.041000Z TestFramework (INFO): PRNG seed is: 2493267510557761438
      42025-05-07T09:47:50.044000Z TestFramework (INFO): Initializing test directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76
      52025-05-07T09:47:50.545000Z TestFramework (ERROR): Unexpected exception caught during testing
      6Traceback (most recent call last):
      7  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 179, in main
      8    self.setup()
      9    ~~~~~~~~~~^^
     10  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 348, in setup
     11    self.setup_network()
     12    ~~~~~~~~~~~~~~~~~~^^
     13  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 439, in setup_network
     14    self.setup_nodes()
     15    ~~~~~~~~~~~~~~~~^^
     16  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 461, in setup_nodes
     17    self.start_nodes()
     18    ~~~~~~~~~~~~~~~~^^
     19  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 601, in start_nodes
     20    node.wait_for_rpc_connection()
     21    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
     22  File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_node.py", line 274, in wait_for_rpc_connection
     23    raise FailedToStartError(self._node_msg(
     24        f'bitcoind exited with status {self.process.returncode} during initialization. {str_error}'))
     25test_framework.test_node.FailedToStartError: [node 3] bitcoind exited with status -6 during initialization. 
     262025-05-07T09:47:50.762000Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later.
     272025-05-07T09:47:50.762000Z TestFramework (WARNING): Not cleaning up dir /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76
     282025-05-07T09:47:50.762000Z TestFramework (ERROR): Test failed. Test logging available at /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/test_framework.log
     292025-05-07T09:47:50.762000Z TestFramework (ERROR): 
     302025-05-07T09:47:50.762000Z TestFramework (ERROR): Hint: Call /Users/runner/work/bitcoin/bitcoin/test/functional/combine_logs.py '/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76' to consolidate all logs
     312025-05-07T09:47:50.762000Z TestFramework (ERROR): 
     322025-05-07T09:47:50.762000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
     332025-05-07T09:47:50.762000Z TestFramework (ERROR): https://github.com/bitcoin/bitcoin/issues
     342025-05-07T09:47:50.762000Z TestFramework (ERROR): 
     35
     36
     37stderr:
     38[node 3] Cleaning up leftover process
     39[node 2] Cleaning up leftover process
     40[node 1] Cleaning up leftover process
     41[node 0] Cleaning up leftover process
     42
     43
     44Combine the logs and print the last 99999999 lines ...
     45
     46============
     47Combined log for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner//test_runner__🏃_20250507_094333/wallet_listsinceblock_76:
     48============
     49
     50 test  2025-05-07T09:47:50.041000Z TestFramework (INFO): PRNG seed is: 2493267510557761438 
     51 test  2025-05-07T09:47:50.043000Z TestFramework (DEBUG): Setting up network thread 
     52 test  2025-05-07T09:47:50.044000Z TestFramework (INFO): Initializing test directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76 
     53 test  2025-05-07T09:47:50.053000Z TestFramework.node0 (DEBUG): bitcoind started, waiting for RPC to come up 
     54 node0 2025-05-07T09:47:50.060947Z [init] [init/common.cpp:151] [LogPackageVersion] Bitcoin Core version v29.99.0-cfd90432edbd-dirty (release build) 
     55 node0 2025-05-07T09:47:50.060952Z [init] [init.cpp:722] [InitParameterInteraction] parameter interaction: -bind set -> setting -listen=1 
     56 node0 2025-05-07T09:47:50.061075Z [init] [kernel/context.cpp:20] [operator()] Using the 'arm_shani(1way,2way)' SHA256 implementation 
     57 test  2025-05-07T09:47:50.063000Z TestFramework.node1 (DEBUG): bitcoind started, waiting for RPC to come up 
     58 node1 2025-05-07T09:47:50.071301Z [init] [init/common.cpp:151] [LogPackageVersion] Bitcoin Core version v29.99.0-cfd90432edbd-dirty (release build) 
     59 node1 2025-05-07T09:47:50.071305Z [init] [init.cpp:722] [InitParameterInteraction] parameter interaction: -bind set -> setting -listen=1 
     60 node1 2025-05-07T09:47:50.071426Z [init] [kernel/context.cpp:20] [operator()] Using the 'arm_shani(1way,2way)' SHA256 implementation 
     61 node2 2025-05-07T09:47:50.077635Z [init] [init/common.cpp:151] [LogPackageVersion] Bitcoin Core version v29.99.0-cfd90432edbd-dirty (release build) 
     62 node2 2025-05-07T09:47:50.077639Z [init] [init.cpp:722] [InitParameterInteraction] parameter interaction: -bind set -> setting -listen=1 
     63 node2 2025-05-07T09:47:50.077714Z [init] [kernel/context.cpp:20] [operator()] Using the 'arm_shani(1way,2way)' SHA256 implementation 
     64 test  2025-05-07T09:47:50.132000Z TestFramework.node2 (DEBUG): bitcoind started, waiting for RPC to come up 
     65 test  2025-05-07T09:47:50.140000Z TestFramework.node3 (DEBUG): bitcoind started, waiting for RPC to come up 
     66 node0 2025-05-07T09:47:50.185453Z [init] [init/common.cpp:119] [StartLogging] Default data directory /Users/runner/Library/Application Support/Bitcoin 
     67 node0 2025-05-07T09:47:50.185461Z [init] [init/common.cpp:120] [StartLogging] Using data directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest 
     68 node0 2025-05-07T09:47:50.185477Z [init] [init/common.cpp:129] [StartLogging] Config file: /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/bitcoin.conf 
     69 node0 2025-05-07T09:47:50.185491Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: regtest="1" 
     70 node0 2025-05-07T09:47:50.185498Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] bind="127.0.0.1" 
     71 node0 2025-05-07T09:47:50.185503Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] connect="0" 
     72 node0 2025-05-07T09:47:50.185509Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] deprecatedrpc="create_bdb" 
     73 node0 2025-05-07T09:47:50.185514Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] discover="0" 
     74 node0 2025-05-07T09:47:50.185519Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] dnsseed="0" 
     75 node0 2025-05-07T09:47:50.185525Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fallbackfee="0.0002" 
     76 node0 2025-05-07T09:47:50.185530Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fixedseeds="0" 
     77 node0 2025-05-07T09:47:50.185535Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] keypool="1" 
     78 node0 2025-05-07T09:47:50.185539Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] listenonion="0" 
     79 node0 2025-05-07T09:47:50.185544Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] maxconnections="94" 
     80 node0 2025-05-07T09:47:50.185638Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] natpmp="0" 
     81 node0 2025-05-07T09:47:50.185669Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] peertimeout="999999999" 
     82 node0 2025-05-07T09:47:50.185677Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] port="11912" 
     83 node0 2025-05-07T09:47:50.185684Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] printtoconsole="0" 
     84 node0 2025-05-07T09:47:50.185696Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcdoccheck="1" 
     85 node0 2025-05-07T09:47:50.185702Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcport="16912" 
     86 node0 2025-05-07T09:47:50.185716Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcservertimeout="99000" 
     87 node0 2025-05-07T09:47:50.185722Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] server="1" 
     88 node0 2025-05-07T09:47:50.185728Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] shrinkdebugfile="0" 
     89 node0 2025-05-07T09:47:50.185749Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] unsafesqlitesync="1" 
     90 node0 2025-05-07T09:47:50.185768Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: datadir="/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node0" 
     91 node0 2025-05-07T09:47:50.185794Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debug="" 
     92 node0 2025-05-07T09:47:50.185800Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="libevent" 
     93 node0 2025-05-07T09:47:50.185805Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="leveldb" 
     94 node0 2025-05-07T09:47:50.185810Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="rand" 
     95 node0 2025-05-07T09:47:50.185822Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: loglevel="trace" 
     96 node0 2025-05-07T09:47:50.185826Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logsourcelocations="" 
     97 node0 2025-05-07T09:47:50.185835Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logthreadnames="" 
     98 node0 2025-05-07T09:47:50.185839Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logtimemicros="" 
     99 node0 2025-05-07T09:47:50.185843Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: uacomment="testnode0" 
    100 node0 2025-05-07T09:47:50.185848Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: v2transport="0" 
    101 node0 2025-05-07T09:47:50.185853Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: whitelist="noban,in,out@127.0.0.1" 
    102 node0 2025-05-07T09:47:50.185867Z [init] [init.cpp:1358] [AppInitMain] Using at most 94 automatic connections (1024 file descriptors available) 
    103 node0 2025-05-07T09:47:50.188207Z [scheduler] [util/thread.cpp:20] [TraceThread] scheduler thread start 
    104 node0 2025-05-07T09:47:50.189305Z [init] [httpserver.cpp:239] [InitHTTPAllowList] [http] Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
    105 node0 2025-05-07T09:47:50.189358Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address ::1 port 16912 
    106 node0 2025-05-07T09:47:50.190358Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address 127.0.0.1 port 16912 
    107 node0 2025-05-07T09:47:50.190413Z [init] [httpserver.cpp:477] [InitHTTPServer] [http] Initialized HTTP server 
    108 node0 2025-05-07T09:47:50.190424Z [init] [httpserver.cpp:479] [InitHTTPServer] [http] creating work queue of depth 64 
    109 node0 2025-05-07T09:47:50.190430Z [init] [rpc/server.cpp:282] [StartRPC] [rpc] Starting RPC 
    110 node0 2025-05-07T09:47:50.190436Z [init] [httprpc.cpp:364] [StartHTTPRPC] [rpc] Starting HTTP RPC server 
    111 node0 2025-05-07T09:47:50.190674Z [init] [rpc/request.cpp:138] [GenerateAuthCookie] Generated RPC authentication cookie /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/.cookie 
    112 node0 2025-05-07T09:47:50.190689Z [init] [rpc/request.cpp:139] [GenerateAuthCookie] Permissions used for cookie: rw------- 
    113 node0 2025-05-07T09:47:50.190694Z [init] [httprpc.cpp:314] [InitRPCAuthentication] Using random cookie authentication. 
    114 node0 2025-05-07T09:47:50.190701Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for / (exactmatch 1) 
    115 node0 2025-05-07T09:47:50.190708Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for /wallet/ (exactmatch 0) 
    116 node0 2025-05-07T09:47:50.190714Z [init] [httpserver.cpp:502] [StartHTTPServer] Starting HTTP server with 16 worker threads 
    117 node0 2025-05-07T09:47:50.190758Z [http] [httpserver.cpp:352] [ThreadHTTP] [http] Entering http event loop 
    118 node0 2025-05-07T09:47:50.190974Z [init] [wallet/load.cpp:53] [VerifyWallets] Using wallet directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/wallets 
    119 node0 2025-05-07T09:47:50.191004Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying wallet(s) 
    120 node0 2025-05-07T09:47:50.191043Z [init] [init.cpp:1479] [AppInitMain] Using /16 prefix for IP bucketing 
    121 node0 2025-05-07T09:47:50.191050Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading P2P addresses 
    122 node0 2025-05-07T09:47:50.191592Z [init] [addrdb.cpp:206] [LoadAddrman] Creating peers.dat because the file was not found ("/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/peers.dat") 
    123 node2 2025-05-07T09:47:50.194415Z [init] [init/common.cpp:119] [StartLogging] Default data directory /Users/runner/Library/Application Support/Bitcoin 
    124 node2 2025-05-07T09:47:50.194432Z [init] [init/common.cpp:120] [StartLogging] Using data directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest 
    125 node2 2025-05-07T09:47:50.194454Z [init] [init/common.cpp:129] [StartLogging] Config file: /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/bitcoin.conf 
    126 node2 2025-05-07T09:47:50.194468Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: regtest="1" 
    127 node2 2025-05-07T09:47:50.194478Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] bind="127.0.0.1" 
    128 node2 2025-05-07T09:47:50.194484Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] connect="0" 
    129 node2 2025-05-07T09:47:50.194491Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] deprecatedrpc="create_bdb" 
    130 node2 2025-05-07T09:47:50.194496Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] discover="0" 
    131 node2 2025-05-07T09:47:50.194501Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] dnsseed="0" 
    132 node2 2025-05-07T09:47:50.194510Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fallbackfee="0.0002" 
    133 node2 2025-05-07T09:47:50.194515Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fixedseeds="0" 
    134 node2 2025-05-07T09:47:50.194523Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] keypool="1" 
    135 node2 2025-05-07T09:47:50.194534Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] listenonion="0" 
    136 node2 2025-05-07T09:47:50.194541Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] maxconnections="94" 
    137 node2 2025-05-07T09:47:50.194550Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] natpmp="0" 
    138 node2 2025-05-07T09:47:50.194557Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] peertimeout="999999999" 
    139 node2 2025-05-07T09:47:50.194562Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] port="11914" 
    140 node2 2025-05-07T09:47:50.194567Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] printtoconsole="0" 
    141 node2 2025-05-07T09:47:50.194573Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcdoccheck="1" 
    142 node2 2025-05-07T09:47:50.194579Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcport="16914" 
    143 node2 2025-05-07T09:47:50.194588Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcservertimeout="99000" 
    144 node2 2025-05-07T09:47:50.194594Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] server="1" 
    145 node2 2025-05-07T09:47:50.194602Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] shrinkdebugfile="0" 
    146 node2 2025-05-07T09:47:50.194608Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] unsafesqlitesync="1" 
    147 node2 2025-05-07T09:47:50.194615Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: datadir="/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node2" 
    148 node2 2025-05-07T09:47:50.194621Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debug="" 
    149 node2 2025-05-07T09:47:50.194627Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="libevent" 
    150 node2 2025-05-07T09:47:50.194633Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="leveldb" 
    151 node2 2025-05-07T09:47:50.194638Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="rand" 
    152 node2 2025-05-07T09:47:50.194648Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: loglevel="trace" 
    153 node2 2025-05-07T09:47:50.194653Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logsourcelocations="" 
    154 node2 2025-05-07T09:47:50.194658Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logthreadnames="" 
    155 node2 2025-05-07T09:47:50.194662Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logtimemicros="" 
    156 node2 2025-05-07T09:47:50.194667Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: uacomment="testnode2" 
    157 node2 2025-05-07T09:47:50.194671Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: v2transport="0" 
    158 node2 2025-05-07T09:47:50.194675Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: whitelist="noban,in,out@127.0.0.1" 
    159 node2 2025-05-07T09:47:50.194742Z [init] [init.cpp:1358] [AppInitMain] Using at most 94 automatic connections (1024 file descriptors available) 
    160 node1 2025-05-07T09:47:50.194841Z [init] [init/common.cpp:119] [StartLogging] Default data directory /Users/runner/Library/Application Support/Bitcoin 
    161 node1 2025-05-07T09:47:50.194880Z [init] [init/common.cpp:120] [StartLogging] Using data directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest 
    162 node1 2025-05-07T09:47:50.194983Z [init] [init/common.cpp:129] [StartLogging] Config file: /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/bitcoin.conf 
    163 node1 2025-05-07T09:47:50.195014Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: regtest="1" 
    164 node1 2025-05-07T09:47:50.195040Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] bind="127.0.0.1" 
    165 node1 2025-05-07T09:47:50.195111Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] connect="0" 
    166 node1 2025-05-07T09:47:50.195140Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] deprecatedrpc="create_bdb" 
    167 node1 2025-05-07T09:47:50.195162Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] discover="0" 
    168 node1 2025-05-07T09:47:50.195186Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] dnsseed="0" 
    169 node1 2025-05-07T09:47:50.195205Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fallbackfee="0.0002" 
    170 node1 2025-05-07T09:47:50.195221Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] fixedseeds="0" 
    171 node1 2025-05-07T09:47:50.195237Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] keypool="1" 
    172 node1 2025-05-07T09:47:50.195252Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] listenonion="0" 
    173 node1 2025-05-07T09:47:50.195273Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] maxconnections="94" 
    174 node1 2025-05-07T09:47:50.195290Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] natpmp="0" 
    175 node1 2025-05-07T09:47:50.195305Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] peertimeout="999999999" 
    176 node1 2025-05-07T09:47:50.195327Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] port="11913" 
    177 node1 2025-05-07T09:47:50.195345Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] printtoconsole="0" 
    178 node1 2025-05-07T09:47:50.195361Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcdoccheck="1" 
    179 node1 2025-05-07T09:47:50.195387Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcport="16913" 
    180 node1 2025-05-07T09:47:50.195407Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] rpcservertimeout="99000" 
    181 node1 2025-05-07T09:47:50.195433Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] server="1" 
    182 node1 2025-05-07T09:47:50.195460Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] shrinkdebugfile="0" 
    183 node1 2025-05-07T09:47:50.195480Z [init] [common/args.cpp:850] [logArgsPrefix] Config file arg: [regtest] unsafesqlitesync="1" 
    184 node1 2025-05-07T09:47:50.195512Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: datadir="/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node1" 
    185 node1 2025-05-07T09:47:50.195596Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debug="" 
    186 node1 2025-05-07T09:47:50.195608Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="libevent" 
    187 node1 2025-05-07T09:47:50.195614Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="leveldb" 
    188 node1 2025-05-07T09:47:50.195620Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: debugexclude="rand" 
    189 node1 2025-05-07T09:47:50.195632Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: loglevel="trace" 
    190 node1 2025-05-07T09:47:50.195637Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logsourcelocations="" 
    191 node1 2025-05-07T09:47:50.195641Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logthreadnames="" 
    192 node1 2025-05-07T09:47:50.195645Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: logtimemicros="" 
    193 node1 2025-05-07T09:47:50.195650Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: uacomment="testnode1" 
    194 node1 2025-05-07T09:47:50.195654Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: v2transport="0" 
    195 node1 2025-05-07T09:47:50.195658Z [init] [common/args.cpp:850] [logArgsPrefix] Command-line arg: whitelist="noban,in,out@127.0.0.1" 
    196 node1 2025-05-07T09:47:50.195663Z [init] [init.cpp:1358] [AppInitMain] Using at most 94 automatic connections (1024 file descriptors available) 
    197 node2 2025-05-07T09:47:50.196978Z [scheduler] [util/thread.cpp:20] [TraceThread] scheduler thread start 
    198 node1 2025-05-07T09:47:50.197001Z [scheduler] [util/thread.cpp:20] [TraceThread] scheduler thread start 
    199 node2 2025-05-07T09:47:50.197399Z [init] [httpserver.cpp:239] [InitHTTPAllowList] [http] Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
    200 node2 2025-05-07T09:47:50.197513Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address ::1 port 16914 
    201 node1 2025-05-07T09:47:50.198132Z [init] [httpserver.cpp:239] [InitHTTPAllowList] [http] Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
    202 node2 2025-05-07T09:47:50.198869Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address 127.0.0.1 port 16914 
    203 node2 2025-05-07T09:47:50.200128Z [init] [httpserver.cpp:477] [InitHTTPServer] [http] Initialized HTTP server 
    204 node2 2025-05-07T09:47:50.200144Z [init] [httpserver.cpp:479] [InitHTTPServer] [http] creating work queue of depth 64 
    205 node2 2025-05-07T09:47:50.200152Z [init] [rpc/server.cpp:282] [StartRPC] [rpc] Starting RPC 
    206 node2 2025-05-07T09:47:50.200159Z [init] [httprpc.cpp:364] [StartHTTPRPC] [rpc] Starting HTTP RPC server 
    207 node2 2025-05-07T09:47:50.200441Z [init] [rpc/request.cpp:138] [GenerateAuthCookie] Generated RPC authentication cookie /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/.cookie 
    208 node2 2025-05-07T09:47:50.200461Z [init] [rpc/request.cpp:139] [GenerateAuthCookie] Permissions used for cookie: rw------- 
    209 node2 2025-05-07T09:47:50.200467Z [init] [httprpc.cpp:314] [InitRPCAuthentication] Using random cookie authentication. 
    210 node2 2025-05-07T09:47:50.200476Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for / (exactmatch 1) 
    211 node2 2025-05-07T09:47:50.200486Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for /wallet/ (exactmatch 0) 
    212 node2 2025-05-07T09:47:50.200492Z [init] [httpserver.cpp:502] [StartHTTPServer] Starting HTTP server with 16 worker threads 
    213 node1 2025-05-07T09:47:50.200724Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address ::1 port 16913 
    214 node2 2025-05-07T09:47:50.200757Z [init] [wallet/load.cpp:53] [VerifyWallets] Using wallet directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/wallets 
    215 node2 2025-05-07T09:47:50.200768Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying wallet(s) 
    216 node2 2025-05-07T09:47:50.200820Z [init] [init.cpp:1479] [AppInitMain] Using /16 prefix for IP bucketing 
    217 node2 2025-05-07T09:47:50.200828Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading P2P addresses 
    218 node2 2025-05-07T09:47:50.200882Z [http] [httpserver.cpp:352] [ThreadHTTP] [http] Entering http event loop 
    219 node0 2025-05-07T09:47:50.201292Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading banlist 
    220 node0 2025-05-07T09:47:50.201452Z [init] [banman.cpp:42] [LoadBanlist] Recreating the banlist database 
    221 node2 2025-05-07T09:47:50.201498Z [init] [addrdb.cpp:206] [LoadAddrman] Creating peers.dat because the file was not found ("/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/peers.dat") 
    222 node1 2025-05-07T09:47:50.201500Z [init] [httpserver.cpp:392] [HTTPBindAddresses] Binding RPC on address 127.0.0.1 port 16913 
    223 node1 2025-05-07T09:47:50.201531Z [init] [httpserver.cpp:477] [InitHTTPServer] [http] Initialized HTTP server 
    224 node1 2025-05-07T09:47:50.201541Z [init] [httpserver.cpp:479] [InitHTTPServer] [http] creating work queue of depth 64 
    225 node1 2025-05-07T09:47:50.201552Z [init] [rpc/server.cpp:282] [StartRPC] [rpc] Starting RPC 
    226 node1 2025-05-07T09:47:50.201562Z [init] [httprpc.cpp:364] [StartHTTPRPC] [rpc] Starting HTTP RPC server 
    227 node1 2025-05-07T09:47:50.201826Z [init] [rpc/request.cpp:138] [GenerateAuthCookie] Generated RPC authentication cookie /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/.cookie 
    228 node1 2025-05-07T09:47:50.201844Z [init] [rpc/request.cpp:139] [GenerateAuthCookie] Permissions used for cookie: rw------- 
    229 node1 2025-05-07T09:47:50.201850Z [init] [httprpc.cpp:314] [InitRPCAuthentication] Using random cookie authentication. 
    230 node1 2025-05-07T09:47:50.201857Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for / (exactmatch 1) 
    231 node1 2025-05-07T09:47:50.201864Z [init] [httpserver.cpp:759] [RegisterHTTPHandler] [http] Registering HTTP handler for /wallet/ (exactmatch 0) 
    232 node1 2025-05-07T09:47:50.201870Z [init] [httpserver.cpp:502] [StartHTTPServer] Starting HTTP server with 16 worker threads 
    233 node1 2025-05-07T09:47:50.202007Z [http] [httpserver.cpp:352] [ThreadHTTP] [http] Entering http event loop 
    234 node0 2025-05-07T09:47:50.202844Z [init] [banman.cpp:69] [DumpBanlist] [net] Flushed 0 banned node addresses/subnets to disk  1ms 
    235 node0 2025-05-07T09:47:50.202882Z [init] [net.cpp:2426] [SetTryNewOutboundPeer] [net] setting try another outbound peer=false 
    236 node0 2025-05-07T09:47:50.202894Z [init] [net.cpp:3199] [SetNetworkActive] SetNetworkActive: true 
    237 node0 2025-05-07T09:47:50.203403Z [init] [policy/fees.cpp:563] [CBlockPolicyEstimator] /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/fee_estimates.dat is not found. Continue anyway. 
    238 node0 2025-05-07T09:47:50.203443Z [init] [init.cpp:1675] [AppInitMain] Cache configuration: 
    239 node0 2025-05-07T09:47:50.203451Z [init] [init.cpp:1676] [AppInitMain] * Using 2.0 MiB for block index database 
    240 node0 2025-05-07T09:47:50.203456Z [init] [init.cpp:1684] [AppInitMain] * Using 8.0 MiB for chain state database 
    241 node0 2025-05-07T09:47:50.203478Z [init] [init.cpp:1247] [InitAndLoadChainstate] * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space) 
    242 node0 2025-05-07T09:47:50.203499Z [init] [checkqueue.h:147] [CCheckQueue] Script verification uses 2 additional threads 
    243 node0 2025-05-07T09:47:50.203680Z [init] [node/blockstorage.cpp:1154] [InitBlocksdirXorKey] Using obfuscation key for blocksdir *.dat files (/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/blocks): '60942df04791c85c' 
    244 node0 2025-05-07T09:47:50.203758Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/blocks/index 
    245 node1 2025-05-07T09:47:50.204045Z [init] [wallet/load.cpp:53] [VerifyWallets] Using wallet directory /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/wallets 
    246 node1 2025-05-07T09:47:50.204058Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying wallet(s) 
    247 node1 2025-05-07T09:47:50.204100Z [init] [init.cpp:1479] [AppInitMain] Using /16 prefix for IP bucketing 
    248 node1 2025-05-07T09:47:50.204106Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading P2P addresses 
    249 node1 2025-05-07T09:47:50.204553Z [init] [addrdb.cpp:206] [LoadAddrman] Creating peers.dat because the file was not found ("/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/peers.dat") 
    250 node2 2025-05-07T09:47:50.211225Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading banlist 
    251 node2 2025-05-07T09:47:50.212349Z [init] [banman.cpp:42] [LoadBanlist] Recreating the banlist database 
    252 node2 2025-05-07T09:47:50.212476Z [init] [banman.cpp:69] [DumpBanlist] [net] Flushed 0 banned node addresses/subnets to disk  0ms 
    253 node2 2025-05-07T09:47:50.212498Z [init] [net.cpp:2426] [SetTryNewOutboundPeer] [net] setting try another outbound peer=false 
    254 node2 2025-05-07T09:47:50.212512Z [init] [net.cpp:3199] [SetNetworkActive] SetNetworkActive: true 
    255 node1 2025-05-07T09:47:50.212585Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading banlist 
    256 node1 2025-05-07T09:47:50.212618Z [init] [banman.cpp:42] [LoadBanlist] Recreating the banlist database 
    257 node1 2025-05-07T09:47:50.212744Z [init] [banman.cpp:69] [DumpBanlist] [net] Flushed 0 banned node addresses/subnets to disk  0ms 
    258 node1 2025-05-07T09:47:50.212763Z [init] [net.cpp:2426] [SetTryNewOutboundPeer] [net] setting try another outbound peer=false 
    259 node1 2025-05-07T09:47:50.212775Z [init] [net.cpp:3199] [SetNetworkActive] SetNetworkActive: true 
    260 node2 2025-05-07T09:47:50.213057Z [init] [policy/fees.cpp:563] [CBlockPolicyEstimator] /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/fee_estimates.dat is not found. Continue anyway. 
    261 node1 2025-05-07T09:47:50.213386Z [init] [policy/fees.cpp:563] [CBlockPolicyEstimator] /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/fee_estimates.dat is not found. Continue anyway. 
    262 node1 2025-05-07T09:47:50.213664Z [init] [init.cpp:1675] [AppInitMain] Cache configuration: 
    263 node2 2025-05-07T09:47:50.213707Z [init] [init.cpp:1675] [AppInitMain] Cache configuration: 
    264 node1 2025-05-07T09:47:50.214664Z [init] [init.cpp:1676] [AppInitMain] * Using 2.0 MiB for block index database 
    265 node1 2025-05-07T09:47:50.214675Z [init] [init.cpp:1684] [AppInitMain] * Using 8.0 MiB for chain state database 
    266 node1 2025-05-07T09:47:50.214696Z [init] [init.cpp:1247] [InitAndLoadChainstate] * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space) 
    267 node1 2025-05-07T09:47:50.214715Z [init] [checkqueue.h:147] [CCheckQueue] Script verification uses 2 additional threads 
    268 node2 2025-05-07T09:47:50.214969Z [init] [init.cpp:1676] [AppInitMain] * Using 2.0 MiB for block index database 
    269 node1 2025-05-07T09:47:50.215417Z [init] [node/blockstorage.cpp:1154] [InitBlocksdirXorKey] Using obfuscation key for blocksdir *.dat files (/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/blocks): '4ae6f1aafee195cb' 
    270 node2 2025-05-07T09:47:50.215454Z [init] [init.cpp:1684] [AppInitMain] * Using 8.0 MiB for chain state database 
    271 node2 2025-05-07T09:47:50.215481Z [init] [init.cpp:1247] [InitAndLoadChainstate] * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space) 
    272 node1 2025-05-07T09:47:50.215497Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/blocks/index 
    273 node2 2025-05-07T09:47:50.215523Z [init] [checkqueue.h:147] [CCheckQueue] Script verification uses 2 additional threads 
    274 node0 2025-05-07T09:47:50.220740Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    275 node0 2025-05-07T09:47:50.220755Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/blocks/index: 0000000000000000 
    276 node0 2025-05-07T09:47:50.226314Z [init] [script/sigcache.cpp:36] [SignatureCache] Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements 
    277 node0 2025-05-07T09:47:50.231508Z [init] [validation.cpp:2143] [ValidationCache] Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements 
    278 node0 2025-05-07T09:47:50.231534Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading block index 
    279 node0 2025-05-07T09:47:50.231541Z [init] [node/chainstate.cpp:150] [LoadChainstate] Validating signatures for all blocks. 
    280 node0 2025-05-07T09:47:50.231547Z [init] [node/chainstate.cpp:152] [LoadChainstate] Setting nMinimumChainWork=0000000000000000000000000000000000000000000000000000000000000000 
    281 node0 2025-05-07T09:47:50.231595Z [init] [node/blockstorage.cpp:508] [LoadBlockIndexDB] LoadBlockIndexDB: last block file = 0 
    282 node0 2025-05-07T09:47:50.231607Z [init] [node/blockstorage.cpp:512] [LoadBlockIndexDB] LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01) 
    283 node0 2025-05-07T09:47:50.231612Z [init] [node/blockstorage.cpp:523] [LoadBlockIndexDB] Checking all blk files are present... 
    284 node0 2025-05-07T09:47:50.231701Z [init] [flatfile.cpp:69] [Allocate] [validation] Pre-allocating up to position 0x1000000 in blk00000.dat 
    285 node2 2025-05-07T09:47:50.238960Z [init] [node/blockstorage.cpp:1154] [InitBlocksdirXorKey] Using obfuscation key for blocksdir *.dat files (/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/blocks): 'fa94c0fbd4da0811' 
    286 node2 2025-05-07T09:47:50.241729Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/blocks/index 
    287 node0 2025-05-07T09:47:50.247037Z [init] [node/chainstate.cpp:87] [CompleteChainstateInitialization] Initializing chainstate Chainstate [ibd] @ height -1 (null) 
    288 node0 2025-05-07T09:47:50.247204Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/chainstate 
    289 node1 2025-05-07T09:47:50.254123Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    290 node1 2025-05-07T09:47:50.255090Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/blocks/index: 0000000000000000 
    291 node0 2025-05-07T09:47:50.275131Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    292 node0 2025-05-07T09:47:50.275214Z [init] [dbwrapper.cpp:265] [CDBWrapper] Wrote new obfuscate key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/chainstate: 257707e0ba2b13a3 
    293 node0 2025-05-07T09:47:50.275222Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node0/regtest/chainstate: 257707e0ba2b13a3 
    294 node0 2025-05-07T09:47:50.275246Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying blocks 
    295 node0 2025-05-07T09:47:50.275264Z [init] [init.cpp:1332] [InitAndLoadChainstate] Block index and chainstate loaded 
    296 node0 2025-05-07T09:47:50.275405Z [init] [init.cpp:1781] [AppInitMain] Setting NODE_NETWORK on non-prune mode 
    297 node0 2025-05-07T09:47:50.276300Z [initload] [util/thread.cpp:20] [TraceThread] initload thread start 
    298 node0 2025-05-07T09:47:50.276482Z [initload] [validation.cpp:3162] [ConnectTip] [bench]   - Load block from disk: 0.15ms 
    299 node0 2025-05-07T09:47:50.276507Z [initload] [validationinterface.cpp:250] [BlockChecked] [validation] BlockChecked: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 state=Valid 
    300 node0 2025-05-07T09:47:50.276523Z [initload] [validation.cpp:3181] [ConnectTip] [bench]   - Connect total: 0.04ms [0.00s (0.04ms/blk)] 
    301 node0 2025-05-07T09:47:50.276536Z [initload] [validation.cpp:3190] [ConnectTip] [bench]   - Flush: 0.01ms [0.00s (0.01ms/blk)] 
    302 node0 2025-05-07T09:47:50.276558Z [initload] [validation.cpp:3200] [ConnectTip] [bench]   - Writing chainstate: 0.02ms [0.00s (0.02ms/blk)] 
    303 node0 2025-05-07T09:47:50.276600Z [initload] [validationinterface.cpp:227] [MempoolTransactionsRemovedForBlock] [validation] Enqueuing MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    304 node0 2025-05-07T09:47:50.276636Z [initload] [validation.cpp:2975] [UpdateTipLog] UpdateTip: new best=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 height=0 version=0x00000001 log2_work=1.000000 tx=1 date='2011-02-02T23:16:42Z' progress=1.000000 cache=0.3MiB(0txo) 
    305 node0 2025-05-07T09:47:50.276644Z [initload] [validation.cpp:3216] [ConnectTip] [bench]   - Connect postprocess: 0.09ms [0.00s (0.09ms/blk)] 
    306 node0 2025-05-07T09:47:50.276649Z [initload] [validation.cpp:3220] [ConnectTip] [bench] - Connect block: 0.32ms [0.00s (0.32ms/blk)] 
    307 node0 2025-05-07T09:47:50.276657Z [initload] [txmempool.cpp:700] [check] [mempool] Checking mempool with 0 transactions and 0 inputs 
    308 node0 2025-05-07T09:47:50.276672Z [initload] [validationinterface.cpp:217] [BlockConnected] [validation] Enqueuing BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    309 node0 2025-05-07T09:47:50.276679Z [initload] [validationinterface.cpp:182] [UpdatedBlockTip] [validation] Enqueuing UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    310 node0 2025-05-07T09:47:50.276772Z [initload] [validationinterface.cpp:187] [ActiveTipChange] [validation] ActiveTipChange: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    311 node0 2025-05-07T09:47:50.276810Z [initload] [node/mempool_persist.cpp:47] [LoadMempool] Failed to open mempool file. Continuing anyway. 
    312 node0 2025-05-07T09:47:50.276822Z [initload] [util/thread.cpp:22] [TraceThread] initload thread exit 
    313 node0 2025-05-07T09:47:50.277334Z [scheduler] [validationinterface.cpp:227] [operator()] [validation] MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    314 node0 2025-05-07T09:47:50.277348Z [scheduler] [validationinterface.cpp:217] [operator()] [validation] BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    315 node0 2025-05-07T09:47:50.277922Z [scheduler] [validationinterface.cpp:182] [operator()] [validation] UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    316 node1 2025-05-07T09:47:50.278872Z [init] [script/sigcache.cpp:36] [SignatureCache] Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements 
    317 node0 2025-05-07T09:47:50.280304Z [init] [init.cpp:1891] [AppInitMain] block tree size = 1 
    318 node0 2025-05-07T09:47:50.280357Z [init] [init.cpp:1904] [AppInitMain] nBestHeight = 0 
    319 node0 2025-05-07T09:47:50.280685Z [init] [net.cpp:3172] [BindListenPort] Bound to 127.0.0.1:11912 
    320 node0 2025-05-07T09:47:50.280708Z [init] [noui.cpp:57] [noui_InitMessage] init message: Starting network threads 
    321 node0 2025-05-07T09:47:50.280824Z [init] [net.cpp:3362] [Start] DNS seeding disabled 
    322 node0 2025-05-07T09:47:50.280882Z [init] [noui.cpp:57] [noui_InitMessage] init message: Done loading 
    323 node0 2025-05-07T09:47:50.281509Z [net] [util/thread.cpp:20] [TraceThread] net thread start 
    324 node2 2025-05-07T09:47:50.282586Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    325 node2 2025-05-07T09:47:50.282615Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/blocks/index: 0000000000000000 
    326 node0 2025-05-07T09:47:50.284261Z [addcon] [util/thread.cpp:20] [TraceThread] addcon thread start 
    327 node0 2025-05-07T09:47:50.287520Z [msghand] [util/thread.cpp:20] [TraceThread] msghand thread start 
    328 node1 2025-05-07T09:47:50.298769Z [init] [validation.cpp:2143] [ValidationCache] Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements 
    329 node1 2025-05-07T09:47:50.298798Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading block index 
    330 node1 2025-05-07T09:47:50.298807Z [init] [node/chainstate.cpp:150] [LoadChainstate] Validating signatures for all blocks. 
    331 node1 2025-05-07T09:47:50.298814Z [init] [node/chainstate.cpp:152] [LoadChainstate] Setting nMinimumChainWork=0000000000000000000000000000000000000000000000000000000000000000 
    332 node1 2025-05-07T09:47:50.298882Z [init] [node/blockstorage.cpp:508] [LoadBlockIndexDB] LoadBlockIndexDB: last block file = 0 
    333 node1 2025-05-07T09:47:50.298901Z [init] [node/blockstorage.cpp:512] [LoadBlockIndexDB] LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01) 
    334 node1 2025-05-07T09:47:50.298911Z [init] [node/blockstorage.cpp:523] [LoadBlockIndexDB] Checking all blk files are present... 
    335 node1 2025-05-07T09:47:50.300552Z [init] [flatfile.cpp:69] [Allocate] [validation] Pre-allocating up to position 0x1000000 in blk00000.dat 
    336 node2 2025-05-07T09:47:50.306275Z [init] [script/sigcache.cpp:36] [SignatureCache] Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements 
    337 node2 2025-05-07T09:47:50.312754Z [init] [validation.cpp:2143] [ValidationCache] Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements 
    338 node2 2025-05-07T09:47:50.312786Z [init] [noui.cpp:57] [noui_InitMessage] init message: Loading block index 
    339 node2 2025-05-07T09:47:50.312793Z [init] [node/chainstate.cpp:150] [LoadChainstate] Validating signatures for all blocks. 
    340 node2 2025-05-07T09:47:50.312799Z [init] [node/chainstate.cpp:152] [LoadChainstate] Setting nMinimumChainWork=0000000000000000000000000000000000000000000000000000000000000000 
    341 node2 2025-05-07T09:47:50.312861Z [init] [node/blockstorage.cpp:508] [LoadBlockIndexDB] LoadBlockIndexDB: last block file = 0 
    342 node2 2025-05-07T09:47:50.312872Z [init] [node/blockstorage.cpp:512] [LoadBlockIndexDB] LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01) 
    343 node2 2025-05-07T09:47:50.312878Z [init] [node/blockstorage.cpp:523] [LoadBlockIndexDB] Checking all blk files are present... 
    344 node2 2025-05-07T09:47:50.312973Z [init] [flatfile.cpp:69] [Allocate] [validation] Pre-allocating up to position 0x1000000 in blk00000.dat 
    345 node1 2025-05-07T09:47:50.331003Z [init] [node/chainstate.cpp:87] [CompleteChainstateInitialization] Initializing chainstate Chainstate [ibd] @ height -1 (null) 
    346 node1 2025-05-07T09:47:50.331250Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/chainstate 
    347 node2 2025-05-07T09:47:50.342490Z [init] [node/chainstate.cpp:87] [CompleteChainstateInitialization] Initializing chainstate Chainstate [ibd] @ height -1 (null) 
    348 node2 2025-05-07T09:47:50.342599Z [init] [dbwrapper.cpp:235] [CDBWrapper] Opening LevelDB in /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/chainstate 
    349 node1 2025-05-07T09:47:50.376556Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    350 node1 2025-05-07T09:47:50.376602Z [init] [dbwrapper.cpp:265] [CDBWrapper] Wrote new obfuscate key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/chainstate: 994ed1ce7e4145a1 
    351 node1 2025-05-07T09:47:50.376610Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node1/regtest/chainstate: 994ed1ce7e4145a1 
    352 node1 2025-05-07T09:47:50.376633Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying blocks 
    353 node1 2025-05-07T09:47:50.376648Z [init] [init.cpp:1332] [InitAndLoadChainstate] Block index and chainstate loaded 
    354 node1 2025-05-07T09:47:50.376671Z [init] [init.cpp:1781] [AppInitMain] Setting NODE_NETWORK on non-prune mode 
    355 node1 2025-05-07T09:47:50.376804Z [initload] [util/thread.cpp:20] [TraceThread] initload thread start 
    356 node1 2025-05-07T09:47:50.376891Z [initload] [validation.cpp:3162] [ConnectTip] [bench]   - Load block from disk: 0.07ms 
    357 node1 2025-05-07T09:47:50.376910Z [initload] [validationinterface.cpp:250] [BlockChecked] [validation] BlockChecked: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 state=Valid 
    358 node1 2025-05-07T09:47:50.376924Z [initload] [validation.cpp:3181] [ConnectTip] [bench]   - Connect total: 0.04ms [0.00s (0.04ms/blk)] 
    359 node1 2025-05-07T09:47:50.376933Z [initload] [validation.cpp:3190] [ConnectTip] [bench]   - Flush: 0.01ms [0.00s (0.01ms/blk)] 
    360 node1 2025-05-07T09:47:50.376943Z [initload] [validation.cpp:3200] [ConnectTip] [bench]   - Writing chainstate: 0.01ms [0.00s (0.01ms/blk)] 
    361 node1 2025-05-07T09:47:50.376957Z [initload] [validationinterface.cpp:227] [MempoolTransactionsRemovedForBlock] [validation] Enqueuing MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    362 node1 2025-05-07T09:47:50.377001Z [initload] [validation.cpp:2975] [UpdateTipLog] UpdateTip: new best=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 height=0 version=0x00000001 log2_work=1.000000 tx=1 date='2011-02-02T23:16:42Z' progress=1.000000 cache=0.3MiB(0txo) 
    363 node1 2025-05-07T09:47:50.377274Z [initload] [validation.cpp:3216] [ConnectTip] [bench]   - Connect postprocess: 0.33ms [0.00s (0.33ms/blk)] 
    364 node1 2025-05-07T09:47:50.378376Z [initload] [validation.cpp:3220] [ConnectTip] [bench] - Connect block: 0.45ms [0.00s (0.45ms/blk)] 
    365 node1 2025-05-07T09:47:50.378392Z [initload] [txmempool.cpp:700] [check] [mempool] Checking mempool with 0 transactions and 0 inputs 
    366 node1 2025-05-07T09:47:50.378412Z [initload] [validationinterface.cpp:217] [BlockConnected] [validation] Enqueuing BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    367 node1 2025-05-07T09:47:50.378421Z [initload] [validationinterface.cpp:182] [UpdatedBlockTip] [validation] Enqueuing UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    368 node1 2025-05-07T09:47:50.378437Z [initload] [validationinterface.cpp:187] [ActiveTipChange] [validation] ActiveTipChange: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    369 node1 2025-05-07T09:47:50.378475Z [initload] [node/mempool_persist.cpp:47] [LoadMempool] Failed to open mempool file. Continuing anyway. 
    370 node1 2025-05-07T09:47:50.378482Z [initload] [util/thread.cpp:22] [TraceThread] initload thread exit 
    371 node1 2025-05-07T09:47:50.378520Z [scheduler] [validationinterface.cpp:227] [operator()] [validation] MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    372 node1 2025-05-07T09:47:50.378720Z [scheduler] [validationinterface.cpp:217] [operator()] [validation] BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    373 node1 2025-05-07T09:47:50.378825Z [init] [init.cpp:1891] [AppInitMain] block tree size = 1 
    374 node1 2025-05-07T09:47:50.378836Z [init] [init.cpp:1904] [AppInitMain] nBestHeight = 0 
    375 node1 2025-05-07T09:47:50.378908Z [scheduler] [validationinterface.cpp:182] [operator()] [validation] UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    376 node1 2025-05-07T09:47:50.379145Z [init] [net.cpp:3172] [BindListenPort] Bound to 127.0.0.1:11913 
    377 node1 2025-05-07T09:47:50.379190Z [init] [noui.cpp:57] [noui_InitMessage] init message: Starting network threads 
    378 node1 2025-05-07T09:47:50.379219Z [init] [net.cpp:3362] [Start] DNS seeding disabled 
    379 node1 2025-05-07T09:47:50.379254Z [net] [util/thread.cpp:20] [TraceThread] net thread start 
    380 node1 2025-05-07T09:47:50.379266Z [addcon] [util/thread.cpp:20] [TraceThread] addcon thread start 
    381 node1 2025-05-07T09:47:50.379280Z [msghand] [util/thread.cpp:20] [TraceThread] msghand thread start 
    382 node1 2025-05-07T09:47:50.379304Z [init] [noui.cpp:57] [noui_InitMessage] init message: Done loading 
    383 node2 2025-05-07T09:47:50.412359Z [init] [dbwrapper.cpp:243] [CDBWrapper] Opened LevelDB successfully 
    384 node2 2025-05-07T09:47:50.412428Z [init] [dbwrapper.cpp:265] [CDBWrapper] Wrote new obfuscate key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/chainstate: 944c5ea7e53b368b 
    385 node2 2025-05-07T09:47:50.412437Z [init] [dbwrapper.cpp:268] [CDBWrapper] Using obfuscation key for /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/node2/regtest/chainstate: 944c5ea7e53b368b 
    386 node2 2025-05-07T09:47:50.412454Z [init] [noui.cpp:57] [noui_InitMessage] init message: Verifying blocks 
    387 node2 2025-05-07T09:47:50.412466Z [init] [init.cpp:1332] [InitAndLoadChainstate] Block index and chainstate loaded 
    388 node2 2025-05-07T09:47:50.412490Z [init] [init.cpp:1781] [AppInitMain] Setting NODE_NETWORK on non-prune mode 
    389 node2 2025-05-07T09:47:50.413240Z [initload] [util/thread.cpp:20] [TraceThread] initload thread start 
    390 node2 2025-05-07T09:47:50.413322Z [initload] [validation.cpp:3162] [ConnectTip] [bench]   - Load block from disk: 0.06ms 
    391 node2 2025-05-07T09:47:50.413347Z [initload] [validationinterface.cpp:250] [BlockChecked] [validation] BlockChecked: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 state=Valid 
    392 node2 2025-05-07T09:47:50.413363Z [initload] [validation.cpp:3181] [ConnectTip] [bench]   - Connect total: 0.04ms [0.00s (0.04ms/blk)] 
    393 node2 2025-05-07T09:47:50.413376Z [initload] [validation.cpp:3190] [ConnectTip] [bench]   - Flush: 0.01ms [0.00s (0.01ms/blk)] 
    394 node2 2025-05-07T09:47:50.413393Z [initload] [validation.cpp:3200] [ConnectTip] [bench]   - Writing chainstate: 0.02ms [0.00s (0.02ms/blk)] 
    395 node2 2025-05-07T09:47:50.413414Z [initload] [validationinterface.cpp:227] [MempoolTransactionsRemovedForBlock] [validation] Enqueuing MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    396 node2 2025-05-07T09:47:50.413443Z [initload] [validation.cpp:2975] [UpdateTipLog] UpdateTip: new best=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 height=0 version=0x00000001 log2_work=1.000000 tx=1 date='2011-02-02T23:16:42Z' progress=1.000000 cache=0.3MiB(0txo) 
    397 node2 2025-05-07T09:47:50.413453Z [initload] [validation.cpp:3216] [ConnectTip] [bench]   - Connect postprocess: 0.06ms [0.00s (0.06ms/blk)] 
    398 node2 2025-05-07T09:47:50.413461Z [initload] [validation.cpp:3220] [ConnectTip] [bench] - Connect block: 0.19ms [0.00s (0.19ms/blk)] 
    399 node2 2025-05-07T09:47:50.413468Z [initload] [txmempool.cpp:700] [check] [mempool] Checking mempool with 0 transactions and 0 inputs 
    400 node2 2025-05-07T09:47:50.413709Z [initload] [validationinterface.cpp:217] [BlockConnected] [validation] Enqueuing BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    401 node2 2025-05-07T09:47:50.413725Z [initload] [validationinterface.cpp:182] [UpdatedBlockTip] [validation] Enqueuing UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    402 node2 2025-05-07T09:47:50.413870Z [initload] [validationinterface.cpp:187] [ActiveTipChange] [validation] ActiveTipChange: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    403 node2 2025-05-07T09:47:50.413905Z [initload] [node/mempool_persist.cpp:47] [LoadMempool] Failed to open mempool file. Continuing anyway. 
    404 node2 2025-05-07T09:47:50.414029Z [initload] [util/thread.cpp:22] [TraceThread] initload thread exit 
    405 node2 2025-05-07T09:47:50.414389Z [scheduler] [validationinterface.cpp:227] [operator()] [validation] MempoolTransactionsRemovedForBlock: block height=0 txs removed=0 
    406 node2 2025-05-07T09:47:50.414407Z [scheduler] [validationinterface.cpp:217] [operator()] [validation] BlockConnected: block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 block height=0 
    407 node2 2025-05-07T09:47:50.414603Z [scheduler] [validationinterface.cpp:182] [operator()] [validation] UpdatedBlockTip: new block hash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 fork block hash=null (in IBD=true) 
    408 node2 2025-05-07T09:47:50.414888Z [init] [init.cpp:1891] [AppInitMain] block tree size = 1 
    409 node2 2025-05-07T09:47:50.414899Z [init] [init.cpp:1904] [AppInitMain] nBestHeight = 0 
    410 node2 2025-05-07T09:47:50.415007Z [init] [net.cpp:3172] [BindListenPort] Bound to 127.0.0.1:11914 
    411 node2 2025-05-07T09:47:50.415124Z [init] [noui.cpp:57] [noui_InitMessage] init message: Starting network threads 
    412 node2 2025-05-07T09:47:50.415154Z [init] [net.cpp:3362] [Start] DNS seeding disabled 
    413 node2 2025-05-07T09:47:50.415291Z [init] [noui.cpp:57] [noui_InitMessage] init message: Done loading 
    414 node2 2025-05-07T09:47:50.415332Z [net] [util/thread.cpp:20] [TraceThread] net thread start 
    415 node2 2025-05-07T09:47:50.415358Z [addcon] [util/thread.cpp:20] [TraceThread] addcon thread start 
    416 node2 2025-05-07T09:47:50.415429Z [msghand] [util/thread.cpp:20] [TraceThread] msghand thread start 
    417 node0 2025-05-07T09:47:50.542943Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51720 
    418 node0 2025-05-07T09:47:50.542999Z [httpworker.0] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getblockcount user=__cookie__ 
    419 test  2025-05-07T09:47:50.543000Z TestFramework.node0 (DEBUG): RPC successfully started 
    420 node0 2025-05-07T09:47:50.543566Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51720 
    421 node0 2025-05-07T09:47:50.543595Z [httpworker.1] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getmempoolinfo user=__cookie__ 
    422 test  2025-05-07T09:47:50.544000Z TestFramework.node1 (DEBUG): RPC successfully started 
    423 node1 2025-05-07T09:47:50.544150Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51721 
    424 node1 2025-05-07T09:47:50.544179Z [httpworker.0] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getblockcount user=__cookie__ 
    425 node1 2025-05-07T09:47:50.544530Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51721 
    426 node1 2025-05-07T09:47:50.544556Z [httpworker.1] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getmempoolinfo user=__cookie__ 
    427 test  2025-05-07T09:47:50.545000Z TestFramework.node2 (DEBUG): RPC successfully started 
    428 test  2025-05-07T09:47:50.545000Z TestFramework (ERROR): Unexpected exception caught during testing 
    429                                   Traceback (most recent call last):
    430                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 179, in main
    431                                       self.setup()
    432                                       ~~~~~~~~~~^^
    433                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 348, in setup
    434                                       self.setup_network()
    435                                       ~~~~~~~~~~~~~~~~~~^^
    436                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 439, in setup_network
    437                                       self.setup_nodes()
    438                                       ~~~~~~~~~~~~~~~~^^
    439                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 461, in setup_nodes
    440                                       self.start_nodes()
    441                                       ~~~~~~~~~~~~~~~~^^
    442                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 601, in start_nodes
    443                                       node.wait_for_rpc_connection()
    444                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
    445                                     File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_node.py", line 274, in wait_for_rpc_connection
    446                                       raise FailedToStartError(self._node_msg(
    447                                           f'bitcoind exited with status {self.process.returncode} during initialization. {str_error}'))
    448                                   test_framework.test_node.FailedToStartError: [node 3] bitcoind exited with status -6 during initialization.
    449 node2 2025-05-07T09:47:50.545116Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51722 
    450 node2 2025-05-07T09:47:50.545143Z [httpworker.0] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getblockcount user=__cookie__ 
    451 node2 2025-05-07T09:47:50.545503Z [http] [httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:51722 
    452 node2 2025-05-07T09:47:50.545534Z [httpworker.1] [rpc/request.cpp:241] [parse] [rpc] ThreadRPCServer method=getmempoolinfo user=__cookie__ 
    453 test  2025-05-07T09:47:50.562000Z TestFramework (DEBUG): Closing down network thread 
    454 test  2025-05-07T09:47:50.762000Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later. 
    455 test  2025-05-07T09:47:50.762000Z TestFramework (WARNING): Not cleaning up dir /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76 
    456 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): Test failed. Test logging available at /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner__🏃_20250507_094333/wallet_listsinceblock_76/test_framework.log 
    457 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): 
    458 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): Hint: Call /Users/runner/work/bitcoin/bitcoin/test/functional/combine_logs.py '/Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20250507_094333/wallet_listsinceblock_76' to consolidate all logs 
    459 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): 
    460 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log. 
    461 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): https://github.com/bitcoin/bitcoin/issues 
    462 test  2025-05-07T09:47:50.762000Z TestFramework (ERROR): 
    
  2. maflcko added the label CI failed on May 7, 2025
  3. maflcko commented at 10:26 am on May 7, 2025: member
    Not sure how to debug this further, so closing for now. However, further input is still very welcome.
  4. maflcko closed this on May 7, 2025


maflcko

Labels
CI failed


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-05-08 09:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me