Thursday, September 19, 2024

Practical Check execution fails with FailedtoStartError

I’m making an attempt to run the bitcoin testframework, a selected check to illustrade this case is feature_rbf.py

Env: Ubuntu -windows
Bitcoin model: 27.x – constructed from supply.

When i run the daemon independently all of it works superb, nonetheless when the testframework tries to begin it fails. Within the activity supervisor i do see a daemon seem however its comparatively quick lived.

Any concepts can be drastically appreciated please?

The Error I get is proven under

2024-09-03T11:12:21.831000Z TestFramework (INFO): PRNG seed is: 7814762433087298742
2024-09-03T11:12:21.832000Z TestFramework (INFO): Initializing check listing /tmp/bitcoin_func_test_xamnzyvx

2024-09-03T11:12:41.635000Z TestFramework (ERROR): Sudden exception caught throughout testing
Traceback (most up-to-date name final):
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 130, in predominant
    self.setup()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 296, in setup
    self.setup_chain()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 387, in setup_chain
    self._initialize_chain()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 827, in _initialize_chain
    self.start_node(CACHE_NODE_ID)
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 541, in start_node
    node.wait_for_rpc_connection()
  File "/usr/src/bitcoin/check/useful/test_framework/test_node.py", line 257, in wait_for_rpc_connection
    increase FailedToStartError(self._node_msg(
test_framework.test_node.FailedToStartError: [node 0] bitcoind exited with standing 3 throughout initialization. Assertion failed: base.is_absolute(), file util/fs.cpp, line 38
************************

2024-09-03T11:12:41.686000Z TestFramework (INFO): Stopping nodes
Traceback (most up-to-date name final):
  File "/usr/src/bitcoin/check/useful/feature_rbf.py", line 731, in <module>
    ReplaceByFeeTest().predominant()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 154, in predominant
    exit_code = self.shutdown()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 313, in shutdown
    self.stop_nodes()
  File "/usr/src/bitcoin/check/useful/test_framework/test_framework.py", line 574, in stop_nodes
    node.stop_node(wait=wait, wait_until_stopped=False)
  File "/usr/src/bitcoin/check/useful/test_framework/test_node.py", line 377, in stop_node
    self.cease(wait=wait)
  File "/usr/src/bitcoin/check/useful/test_framework/test_node.py", line 207, in __getattr__
    assert self.rpc_connected and self.rpc is just not None, self._node_msg("Error: no RPC connection")
AssertionError: [node 0] Error: no RPC connection
[node 0] Cleansing up leftover course of

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles