0make -C depends/
1cmake -B build --toolchain /root/bitcoin/depends/aarch64-unknown-linux-gnu/toolchain.cmake -DENABLE_WALLET=OFF
2cmake --build build
3./build/test/functional/test_runner.py
4<snip>
5wallet_watchonly.py --legacy-wallet | ○ Skipped | 1 s
6wallet_watchonly.py --usecli --legacy-wallet | ○ Skipped | 0 s
7feature_rbf.py | ✖ Failed | 10 s
8interface_bitcoin_cli.py --legacy-wallet | ✖ Failed | 2 s
9rpc_rawtransaction.py --legacy-wallet | ✖ Failed | 4 s
10
11ALL | ✖ Failed | 1649 s (accumulated)
12Runtime: 109 s
0./build/test/functional/test_runner.py feature_rbf.py
1Temporary test directory at /tmp/test_runner_₿_🏃_20250425_095628
2Remaining jobs: [feature_rbf.py]
31/1 - feature_rbf.py failed, Duration: 9 s
4
5stdout:
62025-04-25T09:56:28.807000Z TestFramework (INFO): PRNG seed is: 5062381283780844628
72025-04-25T09:56:28.810000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_₿_🏃_20250425_095628/feature_rbf_0
82025-04-25T09:56:29.888000Z TestFramework (INFO): Running test simple doublespend...
92025-04-25T09:56:29.900000Z TestFramework (INFO): Running test doublespend chain...
102025-04-25T09:56:31.122000Z TestFramework (INFO): Running test doublespend tree...
112025-04-25T09:56:35.126000Z TestFramework (INFO): Running test replacement feeperkb...
122025-04-25T09:56:35.198000Z TestFramework (INFO): Running test spends of conflicting outputs...
132025-04-25T09:56:35.273000Z TestFramework (INFO): Running test new unconfirmed inputs...
142025-04-25T09:56:35.313000Z TestFramework (INFO): Running test too many replacements...
152025-04-25T09:56:36.130000Z TestFramework (INFO): Running test too many replacements using default mempool params...
162025-04-25T09:56:37.759000Z TestFramework (INFO): Running test RPC...
172025-04-25T09:56:37.766000Z TestFramework (ERROR): JSONRPC error
18Traceback (most recent call last):
19 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 182, in main
20 self.run_test()
21 ~~~~~~~~~~~~~^^
22 File "/root/bitcoin/build/test/functional/feature_rbf.py", line 69, in run_test
23 self.test_rpc()
24 ~~~~~~~~~~~~~^^
25 File "/root/bitcoin/build/test/functional/feature_rbf.py", line 571, in test_rpc
26 self.init_wallet(node=0)
27 ~~~~~~~~~~~~~~~~^^^^^^^^
28 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 500, in init_wallet
29 n.createwallet(wallet_name=wallet_name, descriptors=self.options.descriptors, load_on_startup=True)
30 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31 File "/root/bitcoin/test/functional/test_framework/test_node.py", line 943, in createwallet
32 return self.__getattr__('createwallet')(wallet_name, disable_private_keys, blank, passphrase, avoid_reuse, descriptors, load_on_startup, external_signer)
33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34 File "/root/bitcoin/test/functional/test_framework/coverage.py", line 50, in __call__
35 return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
36 File "/root/bitcoin/test/functional/test_framework/authproxy.py", line 151, in __call__
37 raise JSONRPCException(response['error'], status)
38test_framework.authproxy.JSONRPCException: Method not found (-32601)
392025-04-25T09:56:37.819000Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later.
0./build/test/functional/test_runner.py "interface_bitcoin_cli.py --legacy-wallet"
1Temporary test directory at /tmp/test_runner_₿_🏃_20250425_095732
2Remaining jobs: [interface_bitcoin_cli.py --legacy-wallet]
31/1 - interface_bitcoin_cli.py --legacy-wallet failed, Duration: 2 s
4
5stdout:
62025-04-25T09:57:32.579000Z TestFramework (INFO): PRNG seed is: 8443230222166435487
72025-04-25T09:57:32.580000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_₿_🏃_20250425_095732/interface_bitcoin_cli_0
82025-04-25T09:57:32.936000Z TestFramework (INFO): Compare responses from getblockchaininfo RPC and `bitcoin-cli getblockchaininfo`
92025-04-25T09:57:32.944000Z TestFramework (INFO): Test named arguments
102025-04-25T09:57:32.963000Z TestFramework (INFO): Test that later cli named arguments values silently overwrite earlier ones
112025-04-25T09:57:32.978000Z TestFramework (INFO): Test -stdinrpcpass option
122025-04-25T09:57:33.243000Z TestFramework (INFO): Test -stdin and -stdinrpcpass
132025-04-25T09:57:33.505000Z TestFramework (INFO): Test connecting to a non-existing server
142025-04-25T09:57:33.512000Z TestFramework (INFO): Test handling of invalid ports in rpcconnect
152025-04-25T09:57:33.531000Z TestFramework (INFO): Checking for IPv6
162025-04-25T09:57:33.556000Z TestFramework (INFO): Test handling of invalid ports in rpcport
172025-04-25T09:57:33.575000Z TestFramework (INFO): Test port usage preferences
182025-04-25T09:57:33.622000Z TestFramework (INFO): Test connecting with non-existing RPC cookie file
192025-04-25T09:57:33.879000Z TestFramework (INFO): Test connecting without RPC cookie file and with password arg
202025-04-25T09:57:33.884000Z TestFramework (INFO): Test -getinfo with arguments fails
212025-04-25T09:57:33.888000Z TestFramework (INFO): Test -getinfo with -color=never does not return ANSI escape codes
222025-04-25T09:57:33.895000Z TestFramework (INFO): Test -getinfo with -color=always returns ANSI escape codes
232025-04-25T09:57:33.906000Z TestFramework (INFO): Test -getinfo with invalid value for -color option
242025-04-25T09:57:33.915000Z TestFramework (INFO): Test -getinfo returns expected network and blockchain info
252025-04-25T09:57:33.917000Z TestFramework (ERROR): JSONRPC error
26Traceback (most recent call last):
27 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 182, in main
28 self.run_test()
29 ~~~~~~~~~~~~~^^
30 File "/root/bitcoin/build/test/functional/interface_bitcoin_cli.py", line 184, in run_test
31 self.import_deterministic_coinbase_privkeys()
32 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
33 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 493, in import_deterministic_coinbase_privkeys
34 self.init_wallet(node=i)
35 ~~~~~~~~~~~~~~~~^^^^^^^^
36 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 500, in init_wallet
37 n.createwallet(wallet_name=wallet_name, descriptors=self.options.descriptors, load_on_startup=True)
38 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39 File "/root/bitcoin/test/functional/test_framework/test_node.py", line 943, in createwallet
40 return self.__getattr__('createwallet')(wallet_name, disable_private_keys, blank, passphrase, avoid_reuse, descriptors, load_on_startup, external_signer)
41 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42 File "/root/bitcoin/test/functional/test_framework/coverage.py", line 50, in __call__
43 return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
44 File "/root/bitcoin/test/functional/test_framework/authproxy.py", line 151, in __call__
45 raise JSONRPCException(response['error'], status)
46test_framework.authproxy.JSONRPCException: Method not found (-32601)
472025-04-25T09:57:33.971000Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later.
0./build/test/functional/test_runner.py "rpc_rawtransaction.py --legacy-wallet"
1Temporary test directory at /tmp/test_runner_₿_🏃_20250425_095758
2Remaining jobs: [rpc_rawtransaction.py --legacy-wallet]
31/1 - rpc_rawtransaction.py --legacy-wallet failed, Duration: 4 s
4
5stdout:
62025-04-25T09:57:58.860000Z TestFramework (INFO): PRNG seed is: 1212977684088360964
72025-04-25T09:57:58.861000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_₿_🏃_20250425_095758/rpc_rawtransaction_0
82025-04-25T09:58:01.196000Z TestFramework (INFO): Test getrawtransaction with -txindex
92025-04-25T09:58:01.214000Z TestFramework (INFO): Test getrawtransaction without -txindex
102025-04-25T09:58:02.260000Z TestFramework (INFO): Test getrawtransaction with -txindex, with blockhash
112025-04-25T09:58:02.262000Z TestFramework (INFO): Test getrawtransaction with -txindex, without blockhash: 'in_active_chain' should be absent
122025-04-25T09:58:02.282000Z TestFramework (INFO): Test getrawtransaction without -txindex, with blockhash
132025-04-25T09:58:02.284000Z TestFramework (INFO): Test getrawtransaction without -txindex, without blockhash: expect the call to raise
142025-04-25T09:58:02.298000Z TestFramework (INFO): Test getrawtransaction on genesis block coinbase returns an error
152025-04-25T09:58:02.302000Z TestFramework (INFO): Test createrawtransaction
162025-04-25T09:58:02.409000Z TestFramework (INFO): Test sendrawtransaction with missing input
172025-04-25T09:58:02.422000Z TestFramework (INFO): Test sendrawtransaction exceeding, falling short of, and equaling maxburnamount
182025-04-25T09:58:02.452000Z TestFramework (INFO): Test sendrawtransaction/testmempoolaccept with maxfeerate
192025-04-25T09:58:02.468000Z TestFramework (INFO): Test sendrawtransaction/testmempoolaccept with tx outputs already in the utxo set
202025-04-25T09:58:02.490000Z TestFramework (INFO): Test decoderawtransaction
212025-04-25T09:58:02.498000Z TestFramework (INFO): Test transaction version numbers
222025-04-25T09:58:02.505000Z TestFramework (ERROR): JSONRPC error
23Traceback (most recent call last):
24 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 182, in main
25 self.run_test()
26 ~~~~~~~~~~~~~^^
27 File "/root/bitcoin/build/test/functional/rpc_rawtransaction.py", line 95, in run_test
28 self.import_deterministic_coinbase_privkeys()
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
30 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 493, in import_deterministic_coinbase_privkeys
31 self.init_wallet(node=i)
32 ~~~~~~~~~~~~~~~~^^^^^^^^
33 File "/root/bitcoin/test/functional/test_framework/test_framework.py", line 500, in init_wallet
34 n.createwallet(wallet_name=wallet_name, descriptors=self.options.descriptors, load_on_startup=True)
35 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36 File "/root/bitcoin/test/functional/test_framework/test_node.py", line 943, in createwallet
37 return self.__getattr__('createwallet')(wallet_name, disable_private_keys, blank, passphrase, avoid_reuse, descriptors, load_on_startup, external_signer)
38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39 File "/root/bitcoin/test/functional/test_framework/coverage.py", line 50, in __call__
40 return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
41 File "/root/bitcoin/test/functional/test_framework/authproxy.py", line 151, in __call__
42 raise JSONRPCException(response['error'], status)
43test_framework.authproxy.JSONRPCException: Method not found (-32601)
442025-04-25T09:58:02.559000Z TestFramework (INFO): Not stopping nodes as test failed. The dangling processes will be cleaned up later.