-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Description
https://github.com/bitcoin/bitcoin/actions/runs/7219794888/job/19671475361?pr=29088#step:27:73:
288/288 - feature_proxy.py failed, Duration: 2410 s
stdout:
2023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016
2023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168
2023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
node.wait_for_rpc_connection()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
raise AssertionError(self._node_msg(msg))
AssertionError: [node 0] Unable to connect to bitcoind after 2400s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
self.setup()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
self.setup_network()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
self.setup_nodes()
File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
self.start_nodes()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
self.stop_nodes()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
node.stop_node(wait=wait, wait_until_stopped=False)
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
self.stop(wait=wait)
^^^^^^^^^
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
AssertionError: [node 0] Error: no RPC connection
2023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes
stderr:
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 388, in <module>
ProxyTest().main()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 154, in main
exit_code = self.shutdown()
^^^^^^^^^^^^^^^
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 313, in shutdown
self.stop_nodes()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
node.stop_node(wait=wait, wait_until_stopped=False)
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
self.stop(wait=wait)
^^^^^^^^^
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
AssertionError: [node 0] Error: no RPC connection
Combine the logs and print the last 99999999 lines ...
============
Combined log for D:\a\_temp/test_runner_₿_🏃_20231215_084456/feature_proxy_168:
============
test 2023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016
test 2023-12-15T08:53:02.026000Z TestFramework (DEBUG): Setting up network thread
test 2023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168
test 2023-12-15T08:53:02.042000Z TestFramework.node0 (DEBUG): bitcoind started, waiting for RPC to come up
test 2023-12-15T08:53:02.042000Z TestFramework.node1 (DEBUG): bitcoind started, waiting for RPC to come up
test 2023-12-15T08:53:02.042000Z TestFramework.node2 (DEBUG): bitcoind started, waiting for RPC to come up
test 2023-12-15T08:53:02.042000Z TestFramework.node3 (DEBUG): bitcoind started, waiting for RPC to come up
test 2023-12-15T08:53:02.042000Z TestFramework.node4 (DEBUG): bitcoind started, waiting for RPC to come up
test 2023-12-15T09:33:11.259000Z TestFramework.node0 (DEBUG): Stopping node
test 2023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
node.wait_for_rpc_connection()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
raise AssertionError(self._node_msg(msg))
AssertionError: [node 0] Unable to connect to bitcoind after 2400s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
self.setup()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
self.setup_network()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
self.setup_nodes()
File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
self.start_nodes()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
self.stop_nodes()
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
node.stop_node(wait=wait, wait_until_stopped=False)
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
self.stop(wait=wait)
^^^^^^^^^
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
AssertionError: [node 0] Error: no RPC connection
test 2023-12-15T09:33:11.259000Z TestFramework (DEBUG): Closing down network thread
test 2023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes
test 2023-12-15T09:33:11.314000Z TestFramework.node0 (DEBUG): Stopping node