Applies the first part of the full changes to wallet/rpcwallet
Partial backport of Core PR14987
Differential D5899
Pass some of wallet/rpcwallet RPC results and examples to RPCHelpMan nakihito on Apr 29 2020, 23:49. Authored by
Details
Applies the first part of the full changes to wallet/rpcwallet Partial backport of Core PR14987 On master: ninja ./bitcoind ./bitcoin-cli help > RPCs ./getrpchelps.sh RPCs master Then on the patched branch: ninja ./bitcoind ./getrpchelps.sh RPCs patched ./checkrpc.sh RPCs master patched rpcwallet1.diff Verify changes in rpcwallet1.diff. Scripts: rpcwallet1.diff:
Diff Detail
Event TimelineComment Actions [Bot Message] Comment Actions Build Bitcoin-ABC / Diffs / Diff Testing (build-diff) failed.
Snippet of first build failure: 2020-04-30T17:32:25.868000Z TestFramework (ERROR): Test failed. Test logging available at /work/build/test/tmp/bitcoin_test_runner_20200430_173057/feature_uacomment_597/test_framework.log 2020-04-30T17:32:25.868000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/build/test/tmp/bitcoin_test_runner_20200430_173057/feature_uacomment_597' to consolidate all logs [17:32:54]i: [Bitcoin ABC functional tests] wallet_multiwallet.py [17:32:54]i: [wallet_multiwallet.py] [Test Output] 2020-04-30T17:31:55.181000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_569 2020-04-30T17:31:57.289000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_node.py", line 352, in assert_start_raises_init_error self.wait_for_rpc_connection() File "/work/test/functional/test_framework/test_node.py", line 237, in wait_for_rpc_connection 'bitcoind exited with status {} during initialization'.format(self.process.returncode))) test_framework.test_node.FailedToStartError: [node 0] bitcoind exited with status 1 during initialization During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 165, in main self.run_test() File "/work/test/functional/wallet_multiwallet.py", line 93, in run_test ['-walletdir=wallets'], 'Error: Specified -walletdir "wallets" does not exist') File "/work/test/functional/test_framework/test_node.py", line 375, in assert_start_raises_init_error 'Expected message "{}" does not fully match stderr:\n"{}"'.format(expected_msg, stderr)) File "/work/test/functional/test_framework/test_node.py", line 152, in _raise_assertion_error raise AssertionError(self._node_msg(msg)) AssertionError: [node 0] Expected message "Error: Specified -walletdir "wallets" does not exist" does not fully match stderr: "ErrorSpecified -walletdir "wallets" does not exist" 2020-04-30T17:31:57.339000Z TestFramework (INFO): Stopping nodes 2020-04-30T17:31:57.340000Z TestFramework (WARNING): Not cleaning up dir /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_569 2020-04-30T17:31:57.340000Z TestFramework (ERROR): Test failed. Test logging available at /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_569/test_framework.log 2020-04-30T17:31:57.340000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_569' to consolidate all logs [17:32:54]i: [Bitcoin ABC functional tests] wallet_multiwallet.py --usecli [17:32:54]i: [wallet_multiwallet.py --usecli] [Test Output] 2020-04-30T17:31:45.055000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_563 2020-04-30T17:31:47.052000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_node.py", line 352, in assert_start_raises_init_error self.wait_for_rpc_connection() File "/work/test/functional/test_framework/test_node.py", line 237, in wait_for_rpc_connection 'bitcoind exited with status {} during initialization'.format(self.process.returncode))) test_framework.test_node.FailedToStartError: [node 0] bitcoind exited with status 1 during initialization During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 165, in main self.run_test() File "/work/test/functional/wallet_multiwallet.py", line 93, in run_test ['-walletdir=wallets'], 'Error: Specified -walletdir "wallets" does not exist') File "/work/test/functional/test_framework/test_node.py", line 375, in assert_start_raises_init_error 'Expected message "{}" does not fully match stderr:\n"{}"'.format(expected_msg, stderr)) File "/work/test/functional/test_framework/test_node.py", line 152, in _raise_assertion_error raise AssertionError(self._node_msg(msg)) AssertionError: [node 0] Expected message "Error: Specified -walletdir "wallets" does not exist" does not fully match stderr: "ErrorSpecified -walletdir "wallets" does not exist" 2020-04-30T17:31:47.103000Z TestFramework (INFO): Stopping nodes 2020-04-30T17:31:47.103000Z TestFramework (WARNING): Not cleaning up dir /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_563 2020-04-30T17:31:47.103000Z TestFramework (ERROR): Test failed. Test logging available at /work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_563/test_framework.log 2020-04-30T17:31:47.103000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/build/test/tmp/bitcoin_test_runner_20200430_173057/wallet_multiwallet_563' to consolidate all logs [17:33:03]W: [Step 1/2] Process exited with code 1 [17:33:03]E: [Step 1/2] Process exited with code 1 (Step: Command Line) Each failure log is accessible here: |