https://github.com/bitcoin/bitcoin/actions/runs/7219794888/job/19671475361?pr=29088#step:27:73:
0288/288 - feature_proxy.py failed, Duration: 2410 s
1
2stdout:
32023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016
4
52023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168
6
72023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed
8
9Traceback (most recent call last):
10
11 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
12
13 node.wait_for_rpc_connection()
14
15 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
16
17 self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
18
19 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
20
21 raise AssertionError(self._node_msg(msg))
22
23AssertionError: [node 0] Unable to connect to bitcoind after 2400s
24
25
26
27During handling of the above exception, another exception occurred:
28
29
30
31Traceback (most recent call last):
32
33 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
34
35 self.setup()
36
37 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
38
39 self.setup_network()
40
41 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
42
43 self.setup_nodes()
44
45 File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
46
47 self.start_nodes()
48
49 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
50
51 self.stop_nodes()
52
53 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
54
55 node.stop_node(wait=wait, wait_until_stopped=False)
56
57 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
58
59 self.stop(wait=wait)
60
61 ^^^^^^^^^
62
63 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
64
65 assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
66
67AssertionError: [node 0] Error: no RPC connection
68
692023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes
70
71
72
73stderr:
74Traceback (most recent call last):
75
76 File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 388, in <module>
77
78 ProxyTest().main()
79
80 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 154, in main
81
82 exit_code = self.shutdown()
83
84 ^^^^^^^^^^^^^^^
85
86 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 313, in shutdown
87
88 self.stop_nodes()
89
90 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
91
92 node.stop_node(wait=wait, wait_until_stopped=False)
93
94 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
95
96 self.stop(wait=wait)
97
98 ^^^^^^^^^
99
100 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
101
102 assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
103
104AssertionError: [node 0] Error: no RPC connection
105
106
107
108Combine the logs and print the last 99999999 lines ...
109
110============
111Combined log for D:\a\_temp/test_runner_₿_🏃_20231215_084456/feature_proxy_168:
112============
113
114 test 2023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016
115 test 2023-12-15T08:53:02.026000Z TestFramework (DEBUG): Setting up network thread
116 test 2023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168
117 test 2023-12-15T08:53:02.042000Z TestFramework.node0 (DEBUG): bitcoind started, waiting for RPC to come up
118 test 2023-12-15T08:53:02.042000Z TestFramework.node1 (DEBUG): bitcoind started, waiting for RPC to come up
119 test 2023-12-15T08:53:02.042000Z TestFramework.node2 (DEBUG): bitcoind started, waiting for RPC to come up
120 test 2023-12-15T08:53:02.042000Z TestFramework.node3 (DEBUG): bitcoind started, waiting for RPC to come up
121 test 2023-12-15T08:53:02.042000Z TestFramework.node4 (DEBUG): bitcoind started, waiting for RPC to come up
122 test 2023-12-15T09:33:11.259000Z TestFramework.node0 (DEBUG): Stopping node
123 test 2023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed
124 Traceback (most recent call last):
125 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
126 node.wait_for_rpc_connection()
127 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
128 self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
129 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
130 raise AssertionError(self._node_msg(msg))
131 AssertionError: [node 0] Unable to connect to bitcoind after 2400s
132 During handling of the above exception, another exception occurred:
133 Traceback (most recent call last):
134 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
135 self.setup()
136 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
137 self.setup_network()
138 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
139 self.setup_nodes()
140 File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
141 self.start_nodes()
142 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
143 self.stop_nodes()
144 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
145 node.stop_node(wait=wait, wait_until_stopped=False)
146 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
147 self.stop(wait=wait)
148 ^^^^^^^^^
149 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
150 assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
151 AssertionError: [node 0] Error: no RPC connection
152 test 2023-12-15T09:33:11.259000Z TestFramework (DEBUG): Closing down network thread
153 test 2023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes
154 test 2023-12-15T09:33:11.314000Z TestFramework.node0 (DEBUG): Stopping node