Page MenuHomePhabricator

[test_framework] Move hash160 to hash.py
ClosedPublic

Authored by tobias_ruck on Jul 30 2024, 11:25.

Details

Reviewers
Fabien
PiRK
Group Reviewers
Restricted Project
Commits
rABCa6574e14816d: [test_framework] Move hash160 to hash.py
Summary

There's really no good reason to have it part of script.py. This is part of an effort to make script.py independent of the rest of the framework so we can use it in the plugin system.

In the future, we can move the other hash frunctions from messages.py to hash.py, too.

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
test-framework-move-hash160
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29775
Build 59085: Build Diffbuild-without-wallet · build-diff · build-clang · build-debug · build-clang-tidy
Build 59084: arc lint + arc unit

Event Timeline

Failed tests logs:

====== Bitcoin ABC functional tests: abc_feature_avalanche_options.py ======

------- Stdout: -------
2024-07-30T11:34:10.301000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_avalanche_options_179
2024-07-30T11:34:11.193000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_avalanche_options.py", line 22, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:11.244000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:11.396000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_avalanche_options_179
2024-07-30T11:34:11.396000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_avalanche_options_179/test_framework.log
2024-07-30T11:34:11.396000Z TestFramework (ERROR): 
2024-07-30T11:34:11.396000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_avalanche_options_179' to consolidate all logs
2024-07-30T11:34:11.396000Z TestFramework (ERROR): 
2024-07-30T11:34:11.396000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:11.396000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:11.396000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_persist_avapeers.py ======

------- Stdout: -------
2024-07-30T11:30:00.189000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_persist_avapeers_43
2024-07-30T11:30:01.190000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_persist_avapeers.py", line 40, in run_test
    privkey, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:01.242000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:01.497000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_persist_avapeers_43
2024-07-30T11:30:01.498000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_persist_avapeers_43/test_framework.log
2024-07-30T11:30:01.498000Z TestFramework (ERROR): 
2024-07-30T11:30:01.498000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_persist_avapeers_43' to consolidate all logs
2024-07-30T11:30:01.499000Z TestFramework (ERROR): 
2024-07-30T11:30:01.499000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:01.499000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:01.499000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_proof_cleanup.py ======

------- Stdout: -------
2024-07-30T11:32:42.875000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_proof_cleanup_104
2024-07-30T11:32:43.773000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_proof_cleanup.py", line 43, in run_test
    master_key, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:32:43.824000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:44.030000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_proof_cleanup_104
2024-07-30T11:32:44.030000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_proof_cleanup_104/test_framework.log
2024-07-30T11:32:44.030000Z TestFramework (ERROR): 
2024-07-30T11:32:44.031000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_feature_proof_cleanup_104' to consolidate all logs
2024-07-30T11:32:44.031000Z TestFramework (ERROR): 
2024-07-30T11:32:44.031000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:44.032000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:44.032000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_mining_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:31:47.219000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_mining_stakingrewards_77
2024-07-30T11:31:48.139000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in run_test
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in <listcomp>
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:31:48.190000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:31:48.391000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_mining_stakingrewards_77
2024-07-30T11:31:48.391000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_mining_stakingrewards_77/test_framework.log
2024-07-30T11:31:48.391000Z TestFramework (ERROR): 
2024-07-30T11:31:48.392000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_mining_stakingrewards_77' to consolidate all logs
2024-07-30T11:31:48.392000Z TestFramework (ERROR): 
2024-07-30T11:31:48.392000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:31:48.392000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:31:48.392000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py ======

------- Stdout: -------
2024-07-30T11:31:48.477000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_cooldown_78
2024-07-30T11:31:49.332000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 43, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 38, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 39, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:31:49.383000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:31:49.584000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_cooldown_78
2024-07-30T11:31:49.584000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_cooldown_78/test_framework.log
2024-07-30T11:31:49.584000Z TestFramework (ERROR): 
2024-07-30T11:31:49.585000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_cooldown_78' to consolidate all logs
2024-07-30T11:31:49.585000Z TestFramework (ERROR): 
2024-07-30T11:31:49.585000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:31:49.585000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:31:49.585000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py ======

------- Stdout: -------
2024-07-30T11:28:05.480000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:28:09.646000Z TestFramework (INFO): Check the node is signalling the avalanche service bit only if there is a proof.
2024-07-30T11:28:09.660000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_peer_discovery.py", line 94, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:09.711000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:09.864000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:28:09.864000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_peer_discovery_14/test_framework.log
2024-07-30T11:28:09.864000Z TestFramework (ERROR): 
2024-07-30T11:28:09.864000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_peer_discovery_14' to consolidate all logs
2024-07-30T11:28:09.864000Z TestFramework (ERROR): 
2024-07-30T11:28:09.864000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:09.864000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:09.864000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py ======

------- Stdout: -------
2024-07-30T11:29:37.380000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:29:38.258000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 195, in run_test
    self.run_for_ratio(MINER_FUND_RATIO)
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 57, in run_for_ratio
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:38.310000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:38.561000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:29:38.561000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_minerfund_38/test_framework.log
2024-07-30T11:29:38.561000Z TestFramework (ERROR): 
2024-07-30T11:29:38.562000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_minerfund_38' to consolidate all logs
2024-07-30T11:29:38.562000Z TestFramework (ERROR): 
2024-07-30T11:29:38.562000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:38.562000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:38.562000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:29:14.122000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:29:14.968000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 57, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:15.019000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:15.220000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:29:15.220000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_stakingrewards_29/test_framework.log
2024-07-30T11:29:15.221000Z TestFramework (ERROR): 
2024-07-30T11:29:15.221000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_policy_stakingrewards_29' to consolidate all logs
2024-07-30T11:29:15.221000Z TestFramework (ERROR): 
2024-07-30T11:29:15.221000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:15.221000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:15.221000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py ======

------- Stdout: -------
2024-07-30T11:27:32.671000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:27:33.794000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 123, in run_test
    self.quorum = self.get_quorum(node)
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 59, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 60, in <listcomp>
    get_ava_p2p_interface(
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:33.846000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:33.999000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:27:33.999000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_proof_voting_7/test_framework.log
2024-07-30T11:27:33.999000Z TestFramework (ERROR): 
2024-07-30T11:27:33.999000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_proof_voting_7' to consolidate all logs
2024-07-30T11:27:33.999000Z TestFramework (ERROR): 
2024-07-30T11:27:33.999000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:33.999000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:33.999000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py ======

------- Stdout: -------
2024-07-30T11:27:52.911000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_quorum_11
2024-07-30T11:27:54.369000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_quorum.py", line 53, in run_test
    privkey, proof = gen_proof(self, self.nodes[0])
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:54.421000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:54.625000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_quorum_11
2024-07-30T11:27:54.625000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_quorum_11/test_framework.log
2024-07-30T11:27:54.625000Z TestFramework (ERROR): 
2024-07-30T11:27:54.625000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_quorum_11' to consolidate all logs
2024-07-30T11:27:54.625000Z TestFramework (ERROR): 
2024-07-30T11:27:54.625000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:54.625000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:54.625000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py ======

------- Stdout: -------
2024-07-30T11:28:29.692000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:28:30.612000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_transaction_voting.py", line 52, in run_test
    poll_node = get_ava_p2p_interface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:30.664000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:30.815000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:28:30.815000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_transaction_voting_19/test_framework.log
2024-07-30T11:28:30.815000Z TestFramework (ERROR): 
2024-07-30T11:28:30.815000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_transaction_voting_19' to consolidate all logs
2024-07-30T11:28:30.815000Z TestFramework (ERROR): 
2024-07-30T11:28:30.815000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:30.815000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:30.816000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py ======

------- Stdout: -------
2024-07-30T11:26:59.718000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_voting_0
2024-07-30T11:27:01.200000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 63, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 58, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 59, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:01.251000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:01.504000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_voting_0
2024-07-30T11:27:01.504000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_voting_0/test_framework.log
2024-07-30T11:27:01.504000Z TestFramework (ERROR): 
2024-07-30T11:27:01.504000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_avalanche_voting_0' to consolidate all logs
2024-07-30T11:27:01.504000Z TestFramework (ERROR): 
2024-07-30T11:27:01.504000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:01.504000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:01.504000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_compactproofs.py ======

------- Stdout: -------
2024-07-30T11:28:53.044000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_compactproofs_23
2024-07-30T11:28:54.270000Z TestFramework (INFO): Check we send a getavaproofs message to our avalanche outbound peers
2024-07-30T11:28:55.244000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 725, in run_test
    self.test_send_outbound_getavaproofs()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 104, in test_send_outbound_getavaproofs
    peer = AvaP2PInterface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:55.295000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:55.446000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_compactproofs_23
2024-07-30T11:28:55.446000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_compactproofs_23/test_framework.log
2024-07-30T11:28:55.446000Z TestFramework (ERROR): 
2024-07-30T11:28:55.446000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_compactproofs_23' to consolidate all logs
2024-07-30T11:28:55.447000Z TestFramework (ERROR): 
2024-07-30T11:28:55.447000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:55.447000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:55.447000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_getavaaddr.py ======

------- Stdout: -------
2024-07-30T11:27:54.913000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_getavaaddr_12
2024-07-30T11:27:56.409000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 526, in run_test
    self.getavaaddr_interval_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 132, in getavaaddr_interval_test
    node.add_p2p_connection(AllYesAvaP2PInterface(self, node))
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 73, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 58, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:56.461000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:56.663000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_getavaaddr_12
2024-07-30T11:27:56.663000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_getavaaddr_12/test_framework.log
2024-07-30T11:27:56.663000Z TestFramework (ERROR): 
2024-07-30T11:27:56.663000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_getavaaddr_12' to consolidate all logs
2024-07-30T11:27:56.664000Z TestFramework (ERROR): 
2024-07-30T11:27:56.664000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:56.664000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:56.664000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_proof_inventory.py ======

------- Stdout: -------
2024-07-30T11:29:15.454000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_proof_inventory_33
2024-07-30T11:29:17.346000Z TestFramework (INFO): Test sending a proof to our peers
2024-07-30T11:29:18.426000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 372, in run_test
    self.test_send_proof_inv()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 84, in test_send_proof_inv
    _, proof = self.generate_proof(node)
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 69, in generate_proof
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:18.478000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:18.784000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_proof_inventory_33
2024-07-30T11:29:18.785000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_proof_inventory_33/test_framework.log
2024-07-30T11:29:18.785000Z TestFramework (ERROR): 
2024-07-30T11:29:18.785000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_p2p_proof_inventory_33' to consolidate all logs
2024-07-30T11:29:18.785000Z TestFramework (ERROR): 
2024-07-30T11:29:18.785000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:18.785000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:18.785000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py ======

------- Stdout: -------
2024-07-30T11:34:11.897000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_addavalanchenode_183
2024-07-30T11:34:12.853000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_addavalanchenode.py", line 57, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:12.904000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:13.106000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_addavalanchenode_183
2024-07-30T11:34:13.106000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_addavalanchenode_183/test_framework.log
2024-07-30T11:34:13.106000Z TestFramework (ERROR): 
2024-07-30T11:34:13.106000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_addavalanchenode_183' to consolidate all logs
2024-07-30T11:34:13.106000Z TestFramework (ERROR): 
2024-07-30T11:34:13.106000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:13.106000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:13.106000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_avalancheproof.py ======

------- Stdout: -------
2024-07-30T11:30:44.316000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_avalancheproof_57
2024-07-30T11:30:45.700000Z TestFramework (INFO): Make build a valid proof and restart the node to use it
2024-07-30T11:30:45.704000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_avalancheproof.py", line 109, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:45.755000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:45.907000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_avalancheproof_57
2024-07-30T11:30:45.907000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_avalancheproof_57/test_framework.log
2024-07-30T11:30:45.907000Z TestFramework (ERROR): 
2024-07-30T11:30:45.907000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_avalancheproof_57' to consolidate all logs
2024-07-30T11:30:45.907000Z TestFramework (ERROR): 
2024-07-30T11:30:45.907000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:45.907000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:45.907000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:34:13.193000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_buildavalancheproof_184
2024-07-30T11:34:14.086000Z TestFramework (INFO): Error cases
2024-07-30T11:34:14.088000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 57, in run_test
    check_buildavalancheproof_error(
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 35, in check_buildavalancheproof_error
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -8
2024-07-30T11:34:14.139000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:14.340000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_buildavalancheproof_184
2024-07-30T11:34:14.341000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_buildavalancheproof_184/test_framework.log
2024-07-30T11:34:14.341000Z TestFramework (ERROR): 
2024-07-30T11:34:14.341000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_buildavalancheproof_184' to consolidate all logs
2024-07-30T11:34:14.341000Z TestFramework (ERROR): 
2024-07-30T11:34:14.341000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:14.341000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:14.341000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py ======

------- Stdout: -------
2024-07-30T11:29:14.196000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheinfo_30
2024-07-30T11:29:15.138000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheinfo.py", line 53, in run_test
    privkey, proof = gen_proof(self, node, expiry=2000000000)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:15.189000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:15.340000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheinfo_30
2024-07-30T11:29:15.340000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheinfo_30/test_framework.log
2024-07-30T11:29:15.340000Z TestFramework (ERROR): 
2024-07-30T11:29:15.340000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheinfo_30' to consolidate all logs
2024-07-30T11:29:15.341000Z TestFramework (ERROR): 
2024-07-30T11:29:15.341000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:15.341000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:15.341000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py ======

------- Stdout: -------
2024-07-30T11:30:19.681000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:30:20.595000Z TestFramework (INFO): Generating 5 peers with 10 nodes each
2024-07-30T11:30:28.009000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 250, in run_test
    self.test_proofs_and_nodecounts()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 115, in test_proofs_and_nodecounts
    pubkey_hex, proof = getProof(stakes[i])
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 98, in getProof
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:28.060000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:28.161000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:30:28.161000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalanchepeerinfo_50/test_framework.log
2024-07-30T11:30:28.161000Z TestFramework (ERROR): 
2024-07-30T11:30:28.161000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalanchepeerinfo_50' to consolidate all logs
2024-07-30T11:30:28.161000Z TestFramework (ERROR): 
2024-07-30T11:30:28.161000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:28.161000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:28.161000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py ======

------- Stdout: -------
2024-07-30T11:30:45.251000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheproofs_58
2024-07-30T11:30:46.221000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheproofs.py", line 40, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:46.272000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:46.524000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheproofs_58
2024-07-30T11:30:46.524000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheproofs_58/test_framework.log
2024-07-30T11:30:46.524000Z TestFramework (ERROR): 
2024-07-30T11:30:46.524000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_getavalancheproofs_58' to consolidate all logs
2024-07-30T11:30:46.524000Z TestFramework (ERROR): 
2024-07-30T11:30:46.524000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:46.524000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:46.524000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:33:40.232000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:33:41.231000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_invalidateavalancheproof.py", line 43, in run_test
    node_key, node_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:33:41.282000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:41.434000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:33:41.434000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_invalidateavalancheproof_140/test_framework.log
2024-07-30T11:33:41.434000Z TestFramework (ERROR): 
2024-07-30T11:33:41.434000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_invalidateavalancheproof_140' to consolidate all logs
2024-07-30T11:33:41.434000Z TestFramework (ERROR): 
2024-07-30T11:33:41.434000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:41.434000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:41.434000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_isfinal.py ======

------- Stdout: -------
2024-07-30T11:28:09.050000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_isfinal_15
2024-07-30T11:28:10.228000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_isfinal.py", line 60, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_rpc_isfinal.py", line 54, in get_quorum
    return [
  File "/work/test/functional/abc_rpc_isfinal.py", line 55, in <listcomp>
    node.add_p2p_connection(AvaP2PInterface(self, node))
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:10.279000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:10.431000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_isfinal_15
2024-07-30T11:28:10.432000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_isfinal_15/test_framework.log
2024-07-30T11:28:10.432000Z TestFramework (ERROR): 
2024-07-30T11:28:10.432000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/abc_rpc_isfinal_15' to consolidate all logs
2024-07-30T11:28:10.432000Z TestFramework (ERROR): 
2024-07-30T11:28:10.432000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:10.432000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:10.432000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: p2p_eviction.py ======

------- Stdout: -------
2024-07-30T11:27:37.223000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/p2p_eviction_9
2024-07-30T11:27:38.865000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a block
2024-07-30T11:27:40.120000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a proof
2024-07-30T11:27:40.493000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/p2p_eviction.py", line 117, in run_test
    proof = node.buildavalancheproof(42, 2000000000, wif_privkey, [stakes[i]])
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:40.544000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:40.896000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/p2p_eviction_9
2024-07-30T11:27:40.896000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/p2p_eviction_9/test_framework.log
2024-07-30T11:27:40.896000Z TestFramework (ERROR): 
2024-07-30T11:27:40.896000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/p2p_eviction_9' to consolidate all logs
2024-07-30T11:27:40.896000Z TestFramework (ERROR): 
2024-07-30T11:27:40.896000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:40.896000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:40.896000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_createmultisig.py ======

------- Stdout: -------
2024-07-30T11:33:50.725000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_159
2024-07-30T11:33:51.890000Z TestFramework (INFO): Check that addmultisigaddress fails when the private keys are missing
2024-07-30T11:33:51.989000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:33:54.857000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:33:54.907000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:55.160000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_159
2024-07-30T11:33:55.161000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_159/test_framework.log
2024-07-30T11:33:55.161000Z TestFramework (ERROR): 
2024-07-30T11:33:55.161000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_159' to consolidate all logs
2024-07-30T11:33:55.161000Z TestFramework (ERROR): 
2024-07-30T11:33:55.161000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:55.161000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:55.161000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_createmultisig.py --descriptors ======

------- Stdout: -------
2024-07-30T11:33:52.422000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_160
2024-07-30T11:33:54.090000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:33:56.863000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:33:56.914000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:57.117000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_160
2024-07-30T11:33:57.117000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_160/test_framework.log
2024-07-30T11:33:57.117000Z TestFramework (ERROR): 
2024-07-30T11:33:57.117000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_createmultisig_160' to consolidate all logs
2024-07-30T11:33:57.117000Z TestFramework (ERROR): 
2024-07-30T11:33:57.117000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:57.117000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:57.117000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_net.py ======

------- Stdout: -------
2024-07-30T11:30:11.818000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_net_47
2024-07-30T11:30:13.044000Z TestFramework (INFO): Test getconnectioncount
2024-07-30T11:30:13.045000Z TestFramework (INFO): Test getpeerinfo
2024-07-30T11:30:15.175000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_net.py", line 68, in run_test
    self.test_getpeerinfo()
  File "/work/test/functional/rpc_net.py", line 209, in test_getpeerinfo
    proof = self.nodes[1].buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:15.226000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:15.478000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_net_47
2024-07-30T11:30:15.478000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_net_47/test_framework.log
2024-07-30T11:30:15.478000Z TestFramework (ERROR): 
2024-07-30T11:30:15.478000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/rpc_net_47' to consolidate all logs
2024-07-30T11:30:15.478000Z TestFramework (ERROR): 
2024-07-30T11:30:15.479000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:15.479000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:15.479000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py ======

------- Stdout: -------
2024-07-30T11:33:57.206000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_166
2024-07-30T11:33:58.185000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:33:58.274000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:33:58.280000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:33:58.331000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:58.582000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_166
2024-07-30T11:33:58.582000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_166/test_framework.log
2024-07-30T11:33:58.582000Z TestFramework (ERROR): 
2024-07-30T11:33:58.583000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_166' to consolidate all logs
2024-07-30T11:33:58.583000Z TestFramework (ERROR): 
2024-07-30T11:33:58.583000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:58.583000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:58.583000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py --descriptors ======

------- Stdout: -------
2024-07-30T11:33:22.573000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_126
2024-07-30T11:33:24.314000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:33:24.450000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:33:24.452000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QVhdkvsEfPQKxyz2UsNV1ssxn5F3BdpCM9RTYNzhu3Gh9wWYbKtu' is not valid (-5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 46, in run_test
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -5
2024-07-30T11:33:24.504000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:24.806000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_126
2024-07-30T11:33:24.806000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_126/test_framework.log
2024-07-30T11:33:24.807000Z TestFramework (ERROR): 
2024-07-30T11:33:24.807000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_126' to consolidate all logs
2024-07-30T11:33:24.808000Z TestFramework (ERROR): 
2024-07-30T11:33:24.808000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:24.808000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:24.808000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py --usecli ======

------- Stdout: -------
2024-07-30T11:33:24.933000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_127
2024-07-30T11:33:26.176000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:33:26.376000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:33:26.398000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:33:26.449000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:26.705000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_127
2024-07-30T11:33:26.706000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_127/test_framework.log
2024-07-30T11:33:26.706000Z TestFramework (ERROR): 
2024-07-30T11:33:26.706000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_createwallet_127' to consolidate all logs
2024-07-30T11:33:26.706000Z TestFramework (ERROR): 
2024-07-30T11:33:26.706000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:26.706000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:26.706000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_importprunedfunds.py ======

------- Stdout: -------
2024-07-30T11:33:58.674000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_167
2024-07-30T11:33:59.727000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:34:01.081000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:34:01.133000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:01.385000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_167
2024-07-30T11:34:01.385000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_167/test_framework.log
2024-07-30T11:34:01.385000Z TestFramework (ERROR): 
2024-07-30T11:34:01.385000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_167' to consolidate all logs
2024-07-30T11:34:01.385000Z TestFramework (ERROR): 
2024-07-30T11:34:01.385000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:01.385000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:01.385000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_importprunedfunds.py --descriptors ======

------- Stdout: -------
2024-07-30T11:34:39.386000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_263
2024-07-30T11:34:40.753000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:34:42.256000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QPk26FhvwpXZz2TxKL8VkqSctXXPtzmJsodhXdhdQKoNsRL93ft3' is not valid (-5)
2024-07-30T11:34:42.307000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:42.610000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_263
2024-07-30T11:34:42.610000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_263/test_framework.log
2024-07-30T11:34:42.610000Z TestFramework (ERROR): 
2024-07-30T11:34:42.610000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_importprunedfunds_263' to consolidate all logs
2024-07-30T11:34:42.610000Z TestFramework (ERROR): 
2024-07-30T11:34:42.610000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:42.610000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:42.610000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_listsinceblock.py ======

------- Stdout: -------
2024-07-30T11:32:08.281000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_91
2024-07-30T11:32:11.140000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:32:12.288000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:32:12.293000Z TestFramework (INFO): Test reorg
2024-07-30T11:32:13.628000Z TestFramework (INFO): Test double spend
2024-07-30T11:32:14.805000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:32:14.856000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:15.111000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_91
2024-07-30T11:32:15.111000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_91/test_framework.log
2024-07-30T11:32:15.112000Z TestFramework (ERROR): 
2024-07-30T11:32:15.112000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_91' to consolidate all logs
2024-07-30T11:32:15.112000Z TestFramework (ERROR): 
2024-07-30T11:32:15.113000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:15.113000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:15.113000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_listsinceblock.py --descriptors ======

------- Stdout: -------
2024-07-30T11:33:59.880000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_169
2024-07-30T11:34:03.732000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:34:03.902000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:34:03.904000Z TestFramework (INFO): Test reorg
2024-07-30T11:34:05.314000Z TestFramework (INFO): Test double spend
2024-07-30T11:34:05.456000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QWw13fZNxuNYnN3p6G6cMy3mN2htVSQJcm5oSA6x1WFd2hpZMg8G' is not valid (-5)
2024-07-30T11:34:05.507000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:05.811000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_169
2024-07-30T11:34:05.811000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_169/test_framework.log
2024-07-30T11:34:05.811000Z TestFramework (ERROR): 
2024-07-30T11:34:05.811000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20240730_112657/wallet_listsinceblock_169' to consolidate all logs
2024-07-30T11:34:05.811000Z TestFramework (ERROR): 
2024-07-30T11:34:05.811000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:05.811000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:05.811000Z TestFramework (ERROR):

Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_avalanche_options.py
Bitcoin ABC functional tests: abc_feature_persist_avapeers.py
Bitcoin ABC functional tests: abc_feature_proof_cleanup.py
Bitcoin ABC functional tests: abc_mining_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py
Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py
Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py
Bitcoin ABC functional tests: abc_p2p_compactproofs.py
Bitcoin ABC functional tests: abc_p2p_getavaaddr.py
Bitcoin ABC functional tests: abc_p2p_proof_inventory.py
Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py
Bitcoin ABC functional tests: abc_rpc_avalancheproof.py
Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py
Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_isfinal.py
Bitcoin ABC functional tests: p2p_eviction.py
Bitcoin ABC functional tests: rpc_createmultisig.py
Bitcoin ABC functional tests: rpc_createmultisig.py --descriptors
Bitcoin ABC functional tests: rpc_net.py
Bitcoin ABC functional tests: wallet_createwallet.py
Bitcoin ABC functional tests: wallet_createwallet.py --descriptors
Bitcoin ABC functional tests: wallet_createwallet.py --usecli
Bitcoin ABC functional tests: wallet_importprunedfunds.py
Bitcoin ABC functional tests: wallet_importprunedfunds.py --descriptors
Bitcoin ABC functional tests: wallet_listsinceblock.py
Bitcoin ABC functional tests: wallet_listsinceblock.py --descriptors

Failed tests logs:

====== Bitcoin ABC functional tests: abc_feature_avalanche_options.py ======

------- Stdout: -------
2024-07-30T11:36:49.874000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_avalanche_options_179
2024-07-30T11:36:50.386000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_avalanche_options.py", line 22, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:50.438000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:50.639000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_avalanche_options_179
2024-07-30T11:36:50.639000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_avalanche_options_179/test_framework.log
2024-07-30T11:36:50.639000Z TestFramework (ERROR): 
2024-07-30T11:36:50.639000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_avalanche_options_179' to consolidate all logs
2024-07-30T11:36:50.639000Z TestFramework (ERROR): 
2024-07-30T11:36:50.639000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:50.639000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:50.639000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_persist_avapeers.py ======

------- Stdout: -------
2024-07-30T11:35:46.619000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_persist_avapeers_43
2024-07-30T11:35:47.152000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_persist_avapeers.py", line 40, in run_test
    privkey, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:47.203000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:47.454000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_persist_avapeers_43
2024-07-30T11:35:47.454000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_persist_avapeers_43/test_framework.log
2024-07-30T11:35:47.454000Z TestFramework (ERROR): 
2024-07-30T11:35:47.455000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_persist_avapeers_43' to consolidate all logs
2024-07-30T11:35:47.455000Z TestFramework (ERROR): 
2024-07-30T11:35:47.455000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:47.455000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:47.455000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_proof_cleanup.py ======

------- Stdout: -------
2024-07-30T11:36:26.691000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_proof_cleanup_104
2024-07-30T11:36:27.003000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_proof_cleanup.py", line 43, in run_test
    master_key, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:27.058000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:27.262000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_proof_cleanup_104
2024-07-30T11:36:27.262000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_proof_cleanup_104/test_framework.log
2024-07-30T11:36:27.263000Z TestFramework (ERROR): 
2024-07-30T11:36:27.263000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_feature_proof_cleanup_104' to consolidate all logs
2024-07-30T11:36:27.263000Z TestFramework (ERROR): 
2024-07-30T11:36:27.264000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:27.264000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:27.264000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_mining_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:36:18.936000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_mining_stakingrewards_77
2024-07-30T11:36:19.473000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in run_test
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in <listcomp>
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:19.524000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:19.675000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_mining_stakingrewards_77
2024-07-30T11:36:19.675000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_mining_stakingrewards_77/test_framework.log
2024-07-30T11:36:19.675000Z TestFramework (ERROR): 
2024-07-30T11:36:19.675000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_mining_stakingrewards_77' to consolidate all logs
2024-07-30T11:36:19.675000Z TestFramework (ERROR): 
2024-07-30T11:36:19.675000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:19.675000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:19.675000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py ======

------- Stdout: -------
2024-07-30T11:36:19.335000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_cooldown_78
2024-07-30T11:36:19.594000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 43, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 38, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 39, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:19.646000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:19.797000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_cooldown_78
2024-07-30T11:36:19.797000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_cooldown_78/test_framework.log
2024-07-30T11:36:19.797000Z TestFramework (ERROR): 
2024-07-30T11:36:19.797000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_cooldown_78' to consolidate all logs
2024-07-30T11:36:19.797000Z TestFramework (ERROR): 
2024-07-30T11:36:19.797000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:19.797000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:19.797000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py ======

------- Stdout: -------
2024-07-30T11:35:18.722000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:35:19.249000Z TestFramework (INFO): Check the node is signalling the avalanche service bit only if there is a proof.
2024-07-30T11:35:19.254000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_peer_discovery.py", line 94, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:19.305000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:19.457000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:35:19.457000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_peer_discovery_14/test_framework.log
2024-07-30T11:35:19.457000Z TestFramework (ERROR): 
2024-07-30T11:35:19.457000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_peer_discovery_14' to consolidate all logs
2024-07-30T11:35:19.457000Z TestFramework (ERROR): 
2024-07-30T11:35:19.457000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:19.457000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:19.458000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py ======

------- Stdout: -------
2024-07-30T11:35:42.708000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:35:42.968000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 195, in run_test
    self.run_for_ratio(MINER_FUND_RATIO)
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 57, in run_for_ratio
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:43.019000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:43.171000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:35:43.171000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_minerfund_38/test_framework.log
2024-07-30T11:35:43.171000Z TestFramework (ERROR): 
2024-07-30T11:35:43.171000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_minerfund_38' to consolidate all logs
2024-07-30T11:35:43.171000Z TestFramework (ERROR): 
2024-07-30T11:35:43.171000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:43.171000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:43.171000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:35:37.227000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:35:37.486000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 57, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:37.537000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:37.689000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:35:37.689000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_stakingrewards_29/test_framework.log
2024-07-30T11:35:37.690000Z TestFramework (ERROR): 
2024-07-30T11:35:37.690000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_policy_stakingrewards_29' to consolidate all logs
2024-07-30T11:35:37.690000Z TestFramework (ERROR): 
2024-07-30T11:35:37.691000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:37.691000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:37.691000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py ======

------- Stdout: -------
2024-07-30T11:34:44.079000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:34:44.605000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 123, in run_test
    self.quorum = self.get_quorum(node)
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 59, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 60, in <listcomp>
    get_ava_p2p_interface(
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:44.657000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:44.809000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:34:44.809000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_proof_voting_7/test_framework.log
2024-07-30T11:34:44.809000Z TestFramework (ERROR): 
2024-07-30T11:34:44.810000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_proof_voting_7' to consolidate all logs
2024-07-30T11:34:44.810000Z TestFramework (ERROR): 
2024-07-30T11:34:44.810000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:44.810000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:44.810000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py ======

------- Stdout: -------
2024-07-30T11:35:16.358000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_quorum_11
2024-07-30T11:35:17.294000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_quorum.py", line 53, in run_test
    privkey, proof = gen_proof(self, self.nodes[0])
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:17.296000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:17.501000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_quorum_11
2024-07-30T11:35:17.501000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_quorum_11/test_framework.log
2024-07-30T11:35:17.501000Z TestFramework (ERROR): 
2024-07-30T11:35:17.501000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_quorum_11' to consolidate all logs
2024-07-30T11:35:17.501000Z TestFramework (ERROR): 
2024-07-30T11:35:17.501000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:17.501000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:17.501000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py ======

------- Stdout: -------
2024-07-30T11:35:20.480000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:35:20.756000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_transaction_voting.py", line 52, in run_test
    poll_node = get_ava_p2p_interface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:20.807000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:20.959000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:35:20.959000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_transaction_voting_19/test_framework.log
2024-07-30T11:35:20.959000Z TestFramework (ERROR): 
2024-07-30T11:35:20.959000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_transaction_voting_19' to consolidate all logs
2024-07-30T11:35:20.959000Z TestFramework (ERROR): 
2024-07-30T11:35:20.959000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:20.959000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:20.959000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py ======

------- Stdout: -------
2024-07-30T11:34:42.867000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_voting_0
2024-07-30T11:34:43.465000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 63, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 58, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 59, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:43.517000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:43.721000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_voting_0
2024-07-30T11:34:43.721000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_voting_0/test_framework.log
2024-07-30T11:34:43.721000Z TestFramework (ERROR): 
2024-07-30T11:34:43.721000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_avalanche_voting_0' to consolidate all logs
2024-07-30T11:34:43.721000Z TestFramework (ERROR): 
2024-07-30T11:34:43.721000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:43.721000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:43.721000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_compactproofs.py ======

------- Stdout: -------
2024-07-30T11:35:21.480000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_compactproofs_23
2024-07-30T11:35:22.321000Z TestFramework (INFO): Check we send a getavaproofs message to our avalanche outbound peers
2024-07-30T11:35:23.284000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 725, in run_test
    self.test_send_outbound_getavaproofs()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 104, in test_send_outbound_getavaproofs
    peer = AvaP2PInterface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:23.336000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:23.537000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_compactproofs_23
2024-07-30T11:35:23.537000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_compactproofs_23/test_framework.log
2024-07-30T11:35:23.537000Z TestFramework (ERROR): 
2024-07-30T11:35:23.537000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_compactproofs_23' to consolidate all logs
2024-07-30T11:35:23.537000Z TestFramework (ERROR): 
2024-07-30T11:35:23.537000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:23.537000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:23.537000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_getavaaddr.py ======

------- Stdout: -------
2024-07-30T11:35:19.218000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_getavaaddr_12
2024-07-30T11:35:19.543000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 526, in run_test
    self.getavaaddr_interval_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 132, in getavaaddr_interval_test
    node.add_p2p_connection(AllYesAvaP2PInterface(self, node))
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 73, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 58, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:19.594000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:19.746000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_getavaaddr_12
2024-07-30T11:35:19.746000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_getavaaddr_12/test_framework.log
2024-07-30T11:35:19.746000Z TestFramework (ERROR): 
2024-07-30T11:35:19.747000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_getavaaddr_12' to consolidate all logs
2024-07-30T11:35:19.747000Z TestFramework (ERROR): 
2024-07-30T11:35:19.747000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:19.747000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:19.747000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_proof_inventory.py ======

------- Stdout: -------
2024-07-30T11:35:38.408000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_proof_inventory_33
2024-07-30T11:35:39.221000Z TestFramework (INFO): Test sending a proof to our peers
2024-07-30T11:35:40.295000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 372, in run_test
    self.test_send_proof_inv()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 84, in test_send_proof_inv
    _, proof = self.generate_proof(node)
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 69, in generate_proof
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:40.353000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:40.569000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_??_20240730_113440/abc_p2p_proof_inventory_33
2024-07-30T11:35:40.569000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_proof_inventory_33/test_framework.log
2024-07-30T11:35:40.569000Z TestFramework (ERROR): 
2024-07-30T11:35:40.570000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_p2p_proof_inventory_33' to consolidate all logs
2024-07-30T11:35:40.570000Z TestFramework (ERROR): 
2024-07-30T11:35:40.570000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:40.570000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:40.571000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py ======

------- Stdout: -------
2024-07-30T11:36:50.530000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_addavalanchenode_183
2024-07-30T11:36:50.809000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_addavalanchenode.py", line 57, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:50.860000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:51.062000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_addavalanchenode_183
2024-07-30T11:36:51.062000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_addavalanchenode_183/test_framework.log
2024-07-30T11:36:51.062000Z TestFramework (ERROR): 
2024-07-30T11:36:51.063000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_addavalanchenode_183' to consolidate all logs
2024-07-30T11:36:51.063000Z TestFramework (ERROR): 
2024-07-30T11:36:51.063000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:51.064000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:51.064000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_avalancheproof.py ======

------- Stdout: -------
2024-07-30T11:36:02.619000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_avalancheproof_57
2024-07-30T11:36:03.402000Z TestFramework (INFO): Make build a valid proof and restart the node to use it
2024-07-30T11:36:03.406000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_avalancheproof.py", line 109, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:03.457000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:03.609000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_avalancheproof_57
2024-07-30T11:36:03.609000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_avalancheproof_57/test_framework.log
2024-07-30T11:36:03.609000Z TestFramework (ERROR): 
2024-07-30T11:36:03.609000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_avalancheproof_57' to consolidate all logs
2024-07-30T11:36:03.610000Z TestFramework (ERROR): 
2024-07-30T11:36:03.610000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:03.610000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:03.610000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:36:50.729000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_buildavalancheproof_184
2024-07-30T11:36:51.259000Z TestFramework (INFO): Error cases
2024-07-30T11:36:51.260000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 57, in run_test
    check_buildavalancheproof_error(
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 35, in check_buildavalancheproof_error
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -8
2024-07-30T11:36:51.312000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:51.513000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_buildavalancheproof_184
2024-07-30T11:36:51.513000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_buildavalancheproof_184/test_framework.log
2024-07-30T11:36:51.513000Z TestFramework (ERROR): 
2024-07-30T11:36:51.513000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_buildavalancheproof_184' to consolidate all logs
2024-07-30T11:36:51.513000Z TestFramework (ERROR): 
2024-07-30T11:36:51.513000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:51.513000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:51.513000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py ======

------- Stdout: -------
2024-07-30T11:35:37.369000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheinfo_30
2024-07-30T11:35:37.683000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheinfo.py", line 53, in run_test
    privkey, proof = gen_proof(self, node, expiry=2000000000)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:37.738000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:38.091000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheinfo_30
2024-07-30T11:35:38.091000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheinfo_30/test_framework.log
2024-07-30T11:35:38.091000Z TestFramework (ERROR): 
2024-07-30T11:35:38.092000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheinfo_30' to consolidate all logs
2024-07-30T11:35:38.092000Z TestFramework (ERROR): 
2024-07-30T11:35:38.092000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:38.092000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:38.093000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py ======

------- Stdout: -------
2024-07-30T11:35:56.022000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:35:56.531000Z TestFramework (INFO): Generating 5 peers with 10 nodes each
2024-07-30T11:36:03.615000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 250, in run_test
    self.test_proofs_and_nodecounts()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 115, in test_proofs_and_nodecounts
    pubkey_hex, proof = getProof(stakes[i])
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 98, in getProof
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:03.666000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:03.817000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:36:03.817000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalanchepeerinfo_50/test_framework.log
2024-07-30T11:36:03.817000Z TestFramework (ERROR): 
2024-07-30T11:36:03.818000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalanchepeerinfo_50' to consolidate all logs
2024-07-30T11:36:03.818000Z TestFramework (ERROR): 
2024-07-30T11:36:03.818000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:03.818000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:03.818000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py ======

------- Stdout: -------
2024-07-30T11:36:03.005000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheproofs_58
2024-07-30T11:36:03.569000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheproofs.py", line 40, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:03.623000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:03.774000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheproofs_58
2024-07-30T11:36:03.774000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheproofs_58/test_framework.log
2024-07-30T11:36:03.774000Z TestFramework (ERROR): 
2024-07-30T11:36:03.774000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_getavalancheproofs_58' to consolidate all logs
2024-07-30T11:36:03.774000Z TestFramework (ERROR): 
2024-07-30T11:36:03.774000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:03.775000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:03.775000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:36:39.318000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:36:39.602000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_invalidateavalancheproof.py", line 43, in run_test
    node_key, node_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:39.653000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:39.804000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:36:39.804000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_invalidateavalancheproof_140/test_framework.log
2024-07-30T11:36:39.804000Z TestFramework (ERROR): 
2024-07-30T11:36:39.804000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_invalidateavalancheproof_140' to consolidate all logs
2024-07-30T11:36:39.804000Z TestFramework (ERROR): 
2024-07-30T11:36:39.804000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:39.804000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:39.804000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_isfinal.py ======

------- Stdout: -------
2024-07-30T11:35:19.723000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_isfinal_15
2024-07-30T11:35:20.016000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_isfinal.py", line 60, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_rpc_isfinal.py", line 54, in get_quorum
    return [
  File "/work/test/functional/abc_rpc_isfinal.py", line 55, in <listcomp>
    node.add_p2p_connection(AvaP2PInterface(self, node))
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:20.068000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:20.219000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_isfinal_15
2024-07-30T11:35:20.219000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_isfinal_15/test_framework.log
2024-07-30T11:35:20.219000Z TestFramework (ERROR): 
2024-07-30T11:35:20.219000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/abc_rpc_isfinal_15' to consolidate all logs
2024-07-30T11:35:20.219000Z TestFramework (ERROR): 
2024-07-30T11:35:20.219000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:20.219000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:20.219000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: p2p_eviction.py ======

------- Stdout: -------
2024-07-30T11:35:15.176000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/p2p_eviction_9
2024-07-30T11:35:15.829000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a block
2024-07-30T11:35:17.063000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a proof
2024-07-30T11:35:17.483000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/p2p_eviction.py", line 117, in run_test
    proof = node.buildavalancheproof(42, 2000000000, wif_privkey, [stakes[i]])
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:17.535000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:17.687000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/p2p_eviction_9
2024-07-30T11:35:17.687000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/p2p_eviction_9/test_framework.log
2024-07-30T11:35:17.687000Z TestFramework (ERROR): 
2024-07-30T11:35:17.687000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/p2p_eviction_9' to consolidate all logs
2024-07-30T11:35:17.687000Z TestFramework (ERROR): 
2024-07-30T11:35:17.687000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:17.688000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:17.688000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_net.py ======

------- Stdout: -------
2024-07-30T11:35:53.854000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/rpc_net_47
2024-07-30T11:35:54.506000Z TestFramework (INFO): Test getconnectioncount
2024-07-30T11:35:54.507000Z TestFramework (INFO): Test getpeerinfo
2024-07-30T11:35:55.524000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_net.py", line 68, in run_test
    self.test_getpeerinfo()
  File "/work/test/functional/rpc_net.py", line 209, in test_getpeerinfo
    proof = self.nodes[1].buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:55.575000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:55.779000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/rpc_net_47
2024-07-30T11:35:55.779000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/rpc_net_47/test_framework.log
2024-07-30T11:35:55.779000Z TestFramework (ERROR): 
2024-07-30T11:35:55.779000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_🏃_20240730_113440/rpc_net_47' to consolidate all logs
2024-07-30T11:35:55.779000Z TestFramework (ERROR): 
2024-07-30T11:35:55.779000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:55.780000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:55.780000Z TestFramework (ERROR):

Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_avalanche_options.py
Bitcoin ABC functional tests: abc_feature_persist_avapeers.py
Bitcoin ABC functional tests: abc_feature_proof_cleanup.py
Bitcoin ABC functional tests: abc_mining_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py
Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py
Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py
Bitcoin ABC functional tests: abc_p2p_compactproofs.py
Bitcoin ABC functional tests: abc_p2p_getavaaddr.py
Bitcoin ABC functional tests: abc_p2p_proof_inventory.py
Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py
Bitcoin ABC functional tests: abc_rpc_avalancheproof.py
Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py
Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_isfinal.py
Bitcoin ABC functional tests: p2p_eviction.py
Bitcoin ABC functional tests: rpc_net.py

Failed tests logs:

====== Bitcoin ABC functional tests: abc_feature_avalanche_options.py ======

------- Stdout: -------
2024-07-30T11:33:02.702000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_avalanche_options_179
2024-07-30T11:33:03.520000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_avalanche_options.py", line 22, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:33:03.572000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:03.924000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_avalanche_options_179
2024-07-30T11:33:03.924000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_avalanche_options_179/test_framework.log
2024-07-30T11:33:03.924000Z TestFramework (ERROR): 
2024-07-30T11:33:03.924000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_avalanche_options_179' to consolidate all logs
2024-07-30T11:33:03.924000Z TestFramework (ERROR): 
2024-07-30T11:33:03.924000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:03.924000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:03.925000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_persist_avapeers.py ======

------- Stdout: -------
2024-07-30T11:29:14.311000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_persist_avapeers_43
2024-07-30T11:29:15.315000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_persist_avapeers.py", line 40, in run_test
    privkey, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:15.367000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:15.720000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_persist_avapeers_43
2024-07-30T11:29:15.721000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_persist_avapeers_43/test_framework.log
2024-07-30T11:29:15.721000Z TestFramework (ERROR): 
2024-07-30T11:29:15.721000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_persist_avapeers_43' to consolidate all logs
2024-07-30T11:29:15.722000Z TestFramework (ERROR): 
2024-07-30T11:29:15.722000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:15.722000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:15.722000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_feature_proof_cleanup.py ======

------- Stdout: -------
2024-07-30T11:31:47.590000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_proof_cleanup_104
2024-07-30T11:31:48.413000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_proof_cleanup.py", line 43, in run_test
    master_key, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:31:48.464000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:31:48.819000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_proof_cleanup_104
2024-07-30T11:31:48.819000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_proof_cleanup_104/test_framework.log
2024-07-30T11:31:48.819000Z TestFramework (ERROR): 
2024-07-30T11:31:48.820000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_feature_proof_cleanup_104' to consolidate all logs
2024-07-30T11:31:48.820000Z TestFramework (ERROR): 
2024-07-30T11:31:48.820000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:31:48.820000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:31:48.820000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_mining_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:30:52.364000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_mining_stakingrewards_77
2024-07-30T11:30:53.233000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in run_test
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in <listcomp>
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:53.286000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:53.591000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_mining_stakingrewards_77
2024-07-30T11:30:53.591000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_mining_stakingrewards_77/test_framework.log
2024-07-30T11:30:53.591000Z TestFramework (ERROR): 
2024-07-30T11:30:53.592000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_mining_stakingrewards_77' to consolidate all logs
2024-07-30T11:30:53.592000Z TestFramework (ERROR): 
2024-07-30T11:30:53.592000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:53.593000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:53.593000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py ======

------- Stdout: -------
2024-07-30T11:30:53.721000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_cooldown_78
2024-07-30T11:30:54.610000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 43, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 38, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 39, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:54.661000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:54.963000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_cooldown_78
2024-07-30T11:30:54.963000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_cooldown_78/test_framework.log
2024-07-30T11:30:54.963000Z TestFramework (ERROR): 
2024-07-30T11:30:54.963000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_cooldown_78' to consolidate all logs
2024-07-30T11:30:54.963000Z TestFramework (ERROR): 
2024-07-30T11:30:54.963000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:54.964000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:54.964000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py ======

------- Stdout: -------
2024-07-30T11:27:53.507000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:27:54.357000Z TestFramework (INFO): Check the node is signalling the avalanche service bit only if there is a proof.
2024-07-30T11:27:54.361000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_peer_discovery.py", line 94, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:54.412000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:54.614000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:27:54.614000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_peer_discovery_14/test_framework.log
2024-07-30T11:27:54.614000Z TestFramework (ERROR): 
2024-07-30T11:27:54.614000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_peer_discovery_14' to consolidate all logs
2024-07-30T11:27:54.614000Z TestFramework (ERROR): 
2024-07-30T11:27:54.614000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:54.614000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:54.614000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py ======

------- Stdout: -------
2024-07-30T11:28:54.905000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:28:55.705000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 195, in run_test
    self.run_for_ratio(MINER_FUND_RATIO)
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 57, in run_for_ratio
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:55.756000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:56.058000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:28:56.058000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_minerfund_38/test_framework.log
2024-07-30T11:28:56.058000Z TestFramework (ERROR): 
2024-07-30T11:28:56.059000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_minerfund_38' to consolidate all logs
2024-07-30T11:28:56.059000Z TestFramework (ERROR): 
2024-07-30T11:28:56.059000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:56.059000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:56.059000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:28:28.198000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:28:29.113000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 57, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:29.165000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:29.517000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:28:29.517000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_stakingrewards_29/test_framework.log
2024-07-30T11:28:29.517000Z TestFramework (ERROR): 
2024-07-30T11:28:29.517000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_policy_stakingrewards_29' to consolidate all logs
2024-07-30T11:28:29.517000Z TestFramework (ERROR): 
2024-07-30T11:28:29.517000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:29.517000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:29.518000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py ======

------- Stdout: -------
2024-07-30T11:27:38.132000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:27:39.079000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 123, in run_test
    self.quorum = self.get_quorum(node)
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 59, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 60, in <listcomp>
    get_ava_p2p_interface(
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:39.130000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:39.432000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:27:39.432000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_proof_voting_7/test_framework.log
2024-07-30T11:27:39.432000Z TestFramework (ERROR): 
2024-07-30T11:27:39.432000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_proof_voting_7' to consolidate all logs
2024-07-30T11:27:39.432000Z TestFramework (ERROR): 
2024-07-30T11:27:39.432000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:39.432000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:39.432000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py ======

------- Stdout: -------
2024-07-30T11:27:42.311000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_quorum_11
2024-07-30T11:27:43.347000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_quorum.py", line 53, in run_test
    privkey, proof = gen_proof(self, self.nodes[0])
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:43.399000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:43.702000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_quorum_11
2024-07-30T11:27:43.702000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_quorum_11/test_framework.log
2024-07-30T11:27:43.702000Z TestFramework (ERROR): 
2024-07-30T11:27:43.702000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_quorum_11' to consolidate all logs
2024-07-30T11:27:43.702000Z TestFramework (ERROR): 
2024-07-30T11:27:43.702000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:43.702000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:43.702000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py ======

------- Stdout: -------
2024-07-30T11:28:09.056000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:28:09.950000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_transaction_voting.py", line 52, in run_test
    poll_node = get_ava_p2p_interface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:10.001000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:10.353000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:28:10.353000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_transaction_voting_19/test_framework.log
2024-07-30T11:28:10.353000Z TestFramework (ERROR): 
2024-07-30T11:28:10.354000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_transaction_voting_19' to consolidate all logs
2024-07-30T11:28:10.354000Z TestFramework (ERROR): 
2024-07-30T11:28:10.354000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:10.354000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:10.354000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py ======

------- Stdout: -------
2024-07-30T11:26:49.555000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_voting_0
2024-07-30T11:27:06.141000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 63, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 58, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 59, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:06.195000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:06.598000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_voting_0
2024-07-30T11:27:06.598000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_voting_0/test_framework.log
2024-07-30T11:27:06.598000Z TestFramework (ERROR): 
2024-07-30T11:27:06.598000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_avalanche_voting_0' to consolidate all logs
2024-07-30T11:27:06.600000Z TestFramework (ERROR): 
2024-07-30T11:27:06.600000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:06.600000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:06.600000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_compactproofs.py ======

------- Stdout: -------
2024-07-30T11:28:11.307000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_compactproofs_23
2024-07-30T11:28:12.698000Z TestFramework (INFO): Check we send a getavaproofs message to our avalanche outbound peers
2024-07-30T11:28:13.561000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 725, in run_test
    self.test_send_outbound_getavaproofs()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 104, in test_send_outbound_getavaproofs
    peer = AvaP2PInterface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:13.612000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:14.064000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_compactproofs_23
2024-07-30T11:28:14.064000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_compactproofs_23/test_framework.log
2024-07-30T11:28:14.064000Z TestFramework (ERROR): 
2024-07-30T11:28:14.064000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_compactproofs_23' to consolidate all logs
2024-07-30T11:28:14.064000Z TestFramework (ERROR): 
2024-07-30T11:28:14.064000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:14.064000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:14.064000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_getavaaddr.py ======

------- Stdout: -------
2024-07-30T11:27:43.819000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_getavaaddr_12
2024-07-30T11:27:44.485000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 526, in run_test
    self.getavaaddr_interval_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 132, in getavaaddr_interval_test
    node.add_p2p_connection(AllYesAvaP2PInterface(self, node))
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 73, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 58, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:44.536000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:44.738000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_getavaaddr_12
2024-07-30T11:27:44.738000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_getavaaddr_12/test_framework.log
2024-07-30T11:27:44.738000Z TestFramework (ERROR): 
2024-07-30T11:27:44.738000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_getavaaddr_12' to consolidate all logs
2024-07-30T11:27:44.738000Z TestFramework (ERROR): 
2024-07-30T11:27:44.738000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:44.738000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:44.738000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_p2p_proof_inventory.py ======

------- Stdout: -------
2024-07-30T11:28:44.685000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_proof_inventory_33
2024-07-30T11:28:47.804000Z TestFramework (INFO): Test sending a proof to our peers
2024-07-30T11:28:48.839000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 372, in run_test
    self.test_send_proof_inv()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 84, in test_send_proof_inv
    _, proof = self.generate_proof(node)
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 69, in generate_proof
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:48.892000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:49.447000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_proof_inventory_33
2024-07-30T11:28:49.447000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_proof_inventory_33/test_framework.log
2024-07-30T11:28:49.447000Z TestFramework (ERROR): 
2024-07-30T11:28:49.447000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_p2p_proof_inventory_33' to consolidate all logs
2024-07-30T11:28:49.447000Z TestFramework (ERROR): 
2024-07-30T11:28:49.447000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:49.448000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:49.448000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py ======

------- Stdout: -------
2024-07-30T11:33:05.330000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_addavalanchenode_183
2024-07-30T11:33:06.273000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_addavalanchenode.py", line 57, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:33:06.324000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:06.677000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_addavalanchenode_183
2024-07-30T11:33:06.677000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_addavalanchenode_183/test_framework.log
2024-07-30T11:33:06.677000Z TestFramework (ERROR): 
2024-07-30T11:33:06.678000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_addavalanchenode_183' to consolidate all logs
2024-07-30T11:33:06.678000Z TestFramework (ERROR): 
2024-07-30T11:33:06.678000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:06.678000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:06.679000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_avalancheproof.py ======

------- Stdout: -------
2024-07-30T11:29:58.135000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_avalancheproof_57
2024-07-30T11:29:59.806000Z TestFramework (INFO): Make build a valid proof and restart the node to use it
2024-07-30T11:29:59.809000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_avalancheproof.py", line 109, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:59.861000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:00.215000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_avalancheproof_57
2024-07-30T11:30:00.216000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_avalancheproof_57/test_framework.log
2024-07-30T11:30:00.216000Z TestFramework (ERROR): 
2024-07-30T11:30:00.216000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_avalancheproof_57' to consolidate all logs
2024-07-30T11:30:00.217000Z TestFramework (ERROR): 
2024-07-30T11:30:00.217000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:00.217000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:00.217000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:33:06.249000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_buildavalancheproof_184
2024-07-30T11:33:07.196000Z TestFramework (INFO): Error cases
2024-07-30T11:33:07.199000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 57, in run_test
    check_buildavalancheproof_error(
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 35, in check_buildavalancheproof_error
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -8
2024-07-30T11:33:07.252000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:07.656000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_buildavalancheproof_184
2024-07-30T11:33:07.657000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_buildavalancheproof_184/test_framework.log
2024-07-30T11:33:07.657000Z TestFramework (ERROR): 
2024-07-30T11:33:07.658000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_buildavalancheproof_184' to consolidate all logs
2024-07-30T11:33:07.658000Z TestFramework (ERROR): 
2024-07-30T11:33:07.658000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:07.659000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:07.659000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py ======

------- Stdout: -------
2024-07-30T11:28:29.617000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheinfo_30
2024-07-30T11:28:30.531000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheinfo.py", line 53, in run_test
    privkey, proof = gen_proof(self, node, expiry=2000000000)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:28:30.583000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:28:30.985000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheinfo_30
2024-07-30T11:28:30.985000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheinfo_30/test_framework.log
2024-07-30T11:28:30.985000Z TestFramework (ERROR): 
2024-07-30T11:28:30.985000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheinfo_30' to consolidate all logs
2024-07-30T11:28:30.985000Z TestFramework (ERROR): 
2024-07-30T11:28:30.985000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:28:30.985000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:28:30.986000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py ======

------- Stdout: -------
2024-07-30T11:29:31.970000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:29:32.908000Z TestFramework (INFO): Generating 5 peers with 10 nodes each
2024-07-30T11:29:40.425000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 250, in run_test
    self.test_proofs_and_nodecounts()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 115, in test_proofs_and_nodecounts
    pubkey_hex, proof = getProof(stakes[i])
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 98, in getProof
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:40.479000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:40.783000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:29:40.783000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalanchepeerinfo_50/test_framework.log
2024-07-30T11:29:40.784000Z TestFramework (ERROR): 
2024-07-30T11:29:40.784000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalanchepeerinfo_50' to consolidate all logs
2024-07-30T11:29:40.784000Z TestFramework (ERROR): 
2024-07-30T11:29:40.785000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:40.785000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:40.785000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py ======

------- Stdout: -------
2024-07-30T11:29:59.623000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheproofs_58
2024-07-30T11:30:00.475000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheproofs.py", line 40, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:30:00.526000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:30:00.880000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheproofs_58
2024-07-30T11:30:00.880000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheproofs_58/test_framework.log
2024-07-30T11:30:00.881000Z TestFramework (ERROR): 
2024-07-30T11:30:00.881000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_getavalancheproofs_58' to consolidate all logs
2024-07-30T11:30:00.881000Z TestFramework (ERROR): 
2024-07-30T11:30:00.882000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:30:00.882000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:30:00.882000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:32:35.928000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:32:36.767000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_invalidateavalancheproof.py", line 43, in run_test
    node_key, node_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:32:36.819000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:37.171000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:32:37.171000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_invalidateavalancheproof_140/test_framework.log
2024-07-30T11:32:37.171000Z TestFramework (ERROR): 
2024-07-30T11:32:37.172000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_invalidateavalancheproof_140' to consolidate all logs
2024-07-30T11:32:37.172000Z TestFramework (ERROR): 
2024-07-30T11:32:37.172000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:37.173000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:37.173000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: abc_rpc_isfinal.py ======

------- Stdout: -------
2024-07-30T11:27:54.716000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_isfinal_15
2024-07-30T11:27:55.634000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_isfinal.py", line 60, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_rpc_isfinal.py", line 54, in get_quorum
    return [
  File "/work/test/functional/abc_rpc_isfinal.py", line 55, in <listcomp>
    node.add_p2p_connection(AvaP2PInterface(self, node))
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:55.685000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:55.987000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_isfinal_15
2024-07-30T11:27:55.987000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_isfinal_15/test_framework.log
2024-07-30T11:27:55.987000Z TestFramework (ERROR): 
2024-07-30T11:27:55.987000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/abc_rpc_isfinal_15' to consolidate all logs
2024-07-30T11:27:55.987000Z TestFramework (ERROR): 
2024-07-30T11:27:55.987000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:55.987000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:55.987000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: p2p_eviction.py ======

------- Stdout: -------
2024-07-30T11:27:39.635000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/p2p_eviction_9
2024-07-30T11:27:40.374000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a block
2024-07-30T11:27:41.605000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a proof
2024-07-30T11:27:41.863000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/p2p_eviction.py", line 117, in run_test
    proof = node.buildavalancheproof(42, 2000000000, wif_privkey, [stakes[i]])
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:27:41.914000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:27:42.216000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/p2p_eviction_9
2024-07-30T11:27:42.216000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/p2p_eviction_9/test_framework.log
2024-07-30T11:27:42.216000Z TestFramework (ERROR): 
2024-07-30T11:27:42.216000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/p2p_eviction_9' to consolidate all logs
2024-07-30T11:27:42.216000Z TestFramework (ERROR): 
2024-07-30T11:27:42.216000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:27:42.216000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:27:42.216000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_createmultisig.py ======

------- Stdout: -------
2024-07-30T11:32:45.775000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_159
2024-07-30T11:32:47.271000Z TestFramework (INFO): Check that addmultisigaddress fails when the private keys are missing
2024-07-30T11:32:47.479000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:32:49.039000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:32:49.090000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:49.543000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_159
2024-07-30T11:32:49.543000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_159/test_framework.log
2024-07-30T11:32:49.543000Z TestFramework (ERROR): 
2024-07-30T11:32:49.543000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_159' to consolidate all logs
2024-07-30T11:32:49.544000Z TestFramework (ERROR): 
2024-07-30T11:32:49.544000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:49.544000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:49.544000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_createmultisig.py --descriptors ======

------- Stdout: -------
2024-07-30T11:32:46.526000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_160
2024-07-30T11:32:48.371000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:32:52.907000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:32:52.958000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:53.465000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_160
2024-07-30T11:32:53.466000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_160/test_framework.log
2024-07-30T11:32:53.466000Z TestFramework (ERROR): 
2024-07-30T11:32:53.466000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_createmultisig_160' to consolidate all logs
2024-07-30T11:32:53.466000Z TestFramework (ERROR): 
2024-07-30T11:32:53.467000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:53.467000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:53.467000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: rpc_net.py ======

------- Stdout: -------
2024-07-30T11:29:28.880000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_net_47
2024-07-30T11:29:30.121000Z TestFramework (INFO): Test getconnectioncount
2024-07-30T11:29:30.122000Z TestFramework (INFO): Test getpeerinfo
2024-07-30T11:29:31.325000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_net.py", line 68, in run_test
    self.test_getpeerinfo()
  File "/work/test/functional/rpc_net.py", line 209, in test_getpeerinfo
    proof = self.nodes[1].buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:29:31.376000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:29:31.879000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_net_47
2024-07-30T11:29:31.879000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_net_47/test_framework.log
2024-07-30T11:29:31.879000Z TestFramework (ERROR): 
2024-07-30T11:29:31.880000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/rpc_net_47' to consolidate all logs
2024-07-30T11:29:31.880000Z TestFramework (ERROR): 
2024-07-30T11:29:31.880000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:29:31.881000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:29:31.881000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py ======

------- Stdout: -------
2024-07-30T11:32:50.054000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_166
2024-07-30T11:32:51.153000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:32:51.352000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:32:51.356000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:32:51.407000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:52.009000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_166
2024-07-30T11:32:52.009000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_166/test_framework.log
2024-07-30T11:32:52.009000Z TestFramework (ERROR): 
2024-07-30T11:32:52.010000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_166' to consolidate all logs
2024-07-30T11:32:52.010000Z TestFramework (ERROR): 
2024-07-30T11:32:52.010000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:52.010000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:52.010000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py --descriptors ======

------- Stdout: -------
2024-07-30T11:32:12.710000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_126
2024-07-30T11:32:15.407000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:32:15.684000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:32:15.685000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QQMu5FCDTaiR94fW2MHbx4f5KM9PAMXqeyswpGaW1xXtftQdc3U7' is not valid (-5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 46, in run_test
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -5
2024-07-30T11:32:15.736000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:16.289000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_126
2024-07-30T11:32:16.289000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_126/test_framework.log
2024-07-30T11:32:16.289000Z TestFramework (ERROR): 
2024-07-30T11:32:16.290000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_126' to consolidate all logs
2024-07-30T11:32:16.290000Z TestFramework (ERROR): 
2024-07-30T11:32:16.290000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:16.291000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:16.291000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_createwallet.py --usecli ======

------- Stdout: -------
2024-07-30T11:32:16.047000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_127
2024-07-30T11:32:17.472000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:32:17.852000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:32:17.910000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:32:17.963000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:18.532000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_127
2024-07-30T11:32:18.533000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_127/test_framework.log
2024-07-30T11:32:18.533000Z TestFramework (ERROR): 
2024-07-30T11:32:18.533000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_createwallet_127' to consolidate all logs
2024-07-30T11:32:18.534000Z TestFramework (ERROR): 
2024-07-30T11:32:18.534000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:18.534000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:18.534000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_importprunedfunds.py ======

------- Stdout: -------
2024-07-30T11:32:52.104000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_167
2024-07-30T11:32:53.471000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:32:53.775000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:32:53.827000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:32:54.184000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_167
2024-07-30T11:32:54.184000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_167/test_framework.log
2024-07-30T11:32:54.184000Z TestFramework (ERROR): 
2024-07-30T11:32:54.184000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_167' to consolidate all logs
2024-07-30T11:32:54.184000Z TestFramework (ERROR): 
2024-07-30T11:32:54.184000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:32:54.184000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:32:54.184000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_importprunedfunds.py --descriptors ======

------- Stdout: -------
2024-07-30T11:33:30.352000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_263
2024-07-30T11:33:31.936000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:33:35.049000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QP8WvaJ92cXJ2L8GPjQQZmkUMWTDjVPjtsb1WtuSh68ARYaith2Y' is not valid (-5)
2024-07-30T11:33:35.103000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:35.461000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_263
2024-07-30T11:33:35.462000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_263/test_framework.log
2024-07-30T11:33:35.462000Z TestFramework (ERROR): 
2024-07-30T11:33:35.462000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_importprunedfunds_263' to consolidate all logs
2024-07-30T11:33:35.462000Z TestFramework (ERROR): 
2024-07-30T11:33:35.463000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:35.463000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:35.463000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_listsinceblock.py ======

------- Stdout: -------
2024-07-30T11:31:14.451000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_91
2024-07-30T11:31:17.817000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:31:19.087000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:31:19.091000Z TestFramework (INFO): Test reorg
2024-07-30T11:31:20.495000Z TestFramework (INFO): Test double spend
2024-07-30T11:31:21.758000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:31:21.812000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:31:22.216000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_91
2024-07-30T11:31:22.216000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_91/test_framework.log
2024-07-30T11:31:22.216000Z TestFramework (ERROR): 
2024-07-30T11:31:22.216000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_91' to consolidate all logs
2024-07-30T11:31:22.216000Z TestFramework (ERROR): 
2024-07-30T11:31:22.216000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:31:22.216000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:31:22.217000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests: wallet_listsinceblock.py --descriptors ======

------- Stdout: -------
2024-07-30T11:32:53.124000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_169
2024-07-30T11:32:58.860000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:32:59.257000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:32:59.266000Z TestFramework (INFO): Test reorg
2024-07-30T11:33:01.047000Z TestFramework (INFO): Test double spend
2024-07-30T11:33:01.399000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QS43enA1CGy4GQpXjZY79uirmA9ByBY13qbDtUkwZrUbdrJow6Nw' is not valid (-5)
2024-07-30T11:33:01.453000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:01.917000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_169
2024-07-30T11:33:01.917000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_169/test_framework.log
2024-07-30T11:33:01.917000Z TestFramework (ERROR): 
2024-07-30T11:33:01.917000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_112647/wallet_listsinceblock_169' to consolidate all logs
2024-07-30T11:33:01.918000Z TestFramework (ERROR): 
2024-07-30T11:33:01.918000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:01.918000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:01.918000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_feature_avalanche_options.py ======

------- Stdout: -------
2024-07-30T11:39:34.512000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_avalanche_options_179
2024-07-30T11:39:35.414000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_avalanche_options.py", line 22, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:39:35.465000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:35.818000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_avalanche_options_179
2024-07-30T11:39:35.818000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_avalanche_options_179/test_framework.log
2024-07-30T11:39:35.818000Z TestFramework (ERROR): 
2024-07-30T11:39:35.819000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_avalanche_options_179' to consolidate all logs
2024-07-30T11:39:35.819000Z TestFramework (ERROR): 
2024-07-30T11:39:35.819000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:35.819000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:35.820000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_feature_persist_avapeers.py ======

------- Stdout: -------
2024-07-30T11:35:48.608000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_persist_avapeers_43
2024-07-30T11:35:49.444000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_persist_avapeers.py", line 40, in run_test
    privkey, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:49.496000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:49.851000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_persist_avapeers_43
2024-07-30T11:35:49.851000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_persist_avapeers_43/test_framework.log
2024-07-30T11:35:49.851000Z TestFramework (ERROR): 
2024-07-30T11:35:49.852000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_persist_avapeers_43' to consolidate all logs
2024-07-30T11:35:49.852000Z TestFramework (ERROR): 
2024-07-30T11:35:49.852000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:49.852000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:49.852000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_feature_proof_cleanup.py ======

------- Stdout: -------
2024-07-30T11:38:18.430000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_proof_cleanup_104
2024-07-30T11:38:19.298000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_feature_proof_cleanup.py", line 43, in run_test
    master_key, local_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:38:19.351000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:38:19.655000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_proof_cleanup_104
2024-07-30T11:38:19.655000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_proof_cleanup_104/test_framework.log
2024-07-30T11:38:19.656000Z TestFramework (ERROR): 
2024-07-30T11:38:19.656000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_feature_proof_cleanup_104' to consolidate all logs
2024-07-30T11:38:19.656000Z TestFramework (ERROR): 
2024-07-30T11:38:19.656000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:38:19.657000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:38:19.657000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_mining_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:37:27.500000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_mining_stakingrewards_77
2024-07-30T11:37:28.319000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in run_test
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/abc_mining_stakingrewards.py", line 68, in <listcomp>
    quorum = [get_ava_p2p_interface(self, node) for _ in range(QUORUM_NODE_COUNT)]
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:37:28.371000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:37:28.776000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_mining_stakingrewards_77
2024-07-30T11:37:28.776000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_mining_stakingrewards_77/test_framework.log
2024-07-30T11:37:28.776000Z TestFramework (ERROR): 
2024-07-30T11:37:28.777000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_mining_stakingrewards_77' to consolidate all logs
2024-07-30T11:37:28.777000Z TestFramework (ERROR): 
2024-07-30T11:37:28.777000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:37:28.777000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:37:28.778000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_cooldown.py ======

------- Stdout: -------
2024-07-30T11:37:28.126000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_cooldown_78
2024-07-30T11:37:28.945000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 43, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 38, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_cooldown.py", line 39, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:37:28.996000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:37:29.297000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_cooldown_78
2024-07-30T11:37:29.298000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_cooldown_78/test_framework.log
2024-07-30T11:37:29.298000Z TestFramework (ERROR): 
2024-07-30T11:37:29.298000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_cooldown_78' to consolidate all logs
2024-07-30T11:37:29.298000Z TestFramework (ERROR): 
2024-07-30T11:37:29.298000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:37:29.298000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:37:29.298000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_peer_discovery.py ======

------- Stdout: -------
2024-07-30T11:34:33.498000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:34:34.138000Z TestFramework (INFO): Check the node is signalling the avalanche service bit only if there is a proof.
2024-07-30T11:34:34.142000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_peer_discovery.py", line 94, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:34.193000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:34.445000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_peer_discovery_14
2024-07-30T11:34:34.445000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_peer_discovery_14/test_framework.log
2024-07-30T11:34:34.445000Z TestFramework (ERROR): 
2024-07-30T11:34:34.445000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_peer_discovery_14' to consolidate all logs
2024-07-30T11:34:34.445000Z TestFramework (ERROR): 
2024-07-30T11:34:34.445000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:34.445000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:34.445000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_policy_minerfund.py ======

------- Stdout: -------
2024-07-30T11:35:29.535000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:35:30.186000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 195, in run_test
    self.run_for_ratio(MINER_FUND_RATIO)
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 57, in run_for_ratio
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_minerfund.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:30.237000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:30.438000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_minerfund_38
2024-07-30T11:35:30.438000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_minerfund_38/test_framework.log
2024-07-30T11:35:30.438000Z TestFramework (ERROR): 
2024-07-30T11:35:30.438000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_minerfund_38' to consolidate all logs
2024-07-30T11:35:30.438000Z TestFramework (ERROR): 
2024-07-30T11:35:30.439000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:30.439000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:30.439000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_policy_stakingrewards.py ======

------- Stdout: -------
2024-07-30T11:35:07.430000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:35:08.212000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 57, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 52, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_policy_stakingrewards.py", line 53, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:08.267000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:08.522000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_stakingrewards_29
2024-07-30T11:35:08.522000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_stakingrewards_29/test_framework.log
2024-07-30T11:35:08.522000Z TestFramework (ERROR): 
2024-07-30T11:35:08.522000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_policy_stakingrewards_29' to consolidate all logs
2024-07-30T11:35:08.523000Z TestFramework (ERROR): 
2024-07-30T11:35:08.523000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:08.523000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:08.523000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_proof_voting.py ======

------- Stdout: -------
2024-07-30T11:34:16.560000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:34:17.261000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 123, in run_test
    self.quorum = self.get_quorum(node)
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 59, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_proof_voting.py", line 60, in <listcomp>
    get_ava_p2p_interface(
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:17.316000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:17.470000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_proof_voting_7
2024-07-30T11:34:17.470000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_proof_voting_7/test_framework.log
2024-07-30T11:34:17.470000Z TestFramework (ERROR): 
2024-07-30T11:34:17.471000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_proof_voting_7' to consolidate all logs
2024-07-30T11:34:17.471000Z TestFramework (ERROR): 
2024-07-30T11:34:17.471000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:17.471000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:17.472000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_quorum.py ======

------- Stdout: -------
2024-07-30T11:34:31.802000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_quorum_11
2024-07-30T11:34:33.051000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_quorum.py", line 53, in run_test
    privkey, proof = gen_proof(self, self.nodes[0])
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:33.102000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:33.405000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_quorum_11
2024-07-30T11:34:33.405000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_quorum_11/test_framework.log
2024-07-30T11:34:33.405000Z TestFramework (ERROR): 
2024-07-30T11:34:33.405000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_quorum_11' to consolidate all logs
2024-07-30T11:34:33.405000Z TestFramework (ERROR): 
2024-07-30T11:34:33.405000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:33.405000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:33.405000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_transaction_voting.py ======

------- Stdout: -------
2024-07-30T11:34:44.418000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:34:45.284000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_transaction_voting.py", line 52, in run_test
    poll_node = get_ava_p2p_interface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:45.337000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:45.541000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_transaction_voting_19
2024-07-30T11:34:45.542000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_transaction_voting_19/test_framework.log
2024-07-30T11:34:45.542000Z TestFramework (ERROR): 
2024-07-30T11:34:45.542000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_transaction_voting_19' to consolidate all logs
2024-07-30T11:34:45.543000Z TestFramework (ERROR): 
2024-07-30T11:34:45.543000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:45.543000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:45.543000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_voting.py ======

------- Stdout: -------
2024-07-30T11:33:43.266000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_voting_0
2024-07-30T11:33:44.638000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 63, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 58, in get_quorum
    return [
  File "/work/test/functional/abc_p2p_avalanche_voting.py", line 59, in <listcomp>
    get_ava_p2p_interface(self, node) for _ in range(0, QUORUM_NODE_COUNT)
  File "/work/test/functional/test_framework/avatools.py", line 385, in get_ava_p2p_interface
    n = AvaP2PInterface(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:33:44.691000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:33:45.049000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_voting_0
2024-07-30T11:33:45.049000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_voting_0/test_framework.log
2024-07-30T11:33:45.049000Z TestFramework (ERROR): 
2024-07-30T11:33:45.049000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_avalanche_voting_0' to consolidate all logs
2024-07-30T11:33:45.049000Z TestFramework (ERROR): 
2024-07-30T11:33:45.049000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:33:45.049000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:33:45.049000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_compactproofs.py ======

------- Stdout: -------
2024-07-30T11:34:56.052000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_compactproofs_23
2024-07-30T11:34:57.249000Z TestFramework (INFO): Check we send a getavaproofs message to our avalanche outbound peers
2024-07-30T11:34:58.211000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 725, in run_test
    self.test_send_outbound_getavaproofs()
  File "/work/test/functional/abc_p2p_compactproofs.py", line 104, in test_send_outbound_getavaproofs
    peer = AvaP2PInterface(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:58.262000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:58.463000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_compactproofs_23
2024-07-30T11:34:58.463000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_compactproofs_23/test_framework.log
2024-07-30T11:34:58.464000Z TestFramework (ERROR): 
2024-07-30T11:34:58.464000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_compactproofs_23' to consolidate all logs
2024-07-30T11:34:58.464000Z TestFramework (ERROR): 
2024-07-30T11:34:58.464000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:58.464000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:58.464000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_getavaaddr.py ======

------- Stdout: -------
2024-07-30T11:34:31.850000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_getavaaddr_12
2024-07-30T11:34:32.620000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 526, in run_test
    self.getavaaddr_interval_test()
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 132, in getavaaddr_interval_test
    node.add_p2p_connection(AllYesAvaP2PInterface(self, node))
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 73, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/abc_p2p_getavaaddr.py", line 58, in __init__
    super().__init__(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:32.671000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:32.922000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_getavaaddr_12
2024-07-30T11:34:32.922000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_getavaaddr_12/test_framework.log
2024-07-30T11:34:32.922000Z TestFramework (ERROR): 
2024-07-30T11:34:32.922000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_getavaaddr_12' to consolidate all logs
2024-07-30T11:34:32.922000Z TestFramework (ERROR): 
2024-07-30T11:34:32.922000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:32.922000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:32.923000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_proof_inventory.py ======

------- Stdout: -------
2024-07-30T11:35:18.353000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_proof_inventory_33
2024-07-30T11:35:20.735000Z TestFramework (INFO): Test sending a proof to our peers
2024-07-30T11:35:21.796000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 372, in run_test
    self.test_send_proof_inv()
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 84, in test_send_proof_inv
    _, proof = self.generate_proof(node)
  File "/work/test/functional/abc_p2p_proof_inventory.py", line 69, in generate_proof
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:21.854000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:22.369000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_proof_inventory_33
2024-07-30T11:35:22.369000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_proof_inventory_33/test_framework.log
2024-07-30T11:35:22.369000Z TestFramework (ERROR): 
2024-07-30T11:35:22.369000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_p2p_proof_inventory_33' to consolidate all logs
2024-07-30T11:35:22.369000Z TestFramework (ERROR): 
2024-07-30T11:35:22.369000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:22.369000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:22.369000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_addavalanchenode.py ======

------- Stdout: -------
2024-07-30T11:39:37.195000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_addavalanchenode_183
2024-07-30T11:39:38.145000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_addavalanchenode.py", line 57, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:39:38.196000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:38.548000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_addavalanchenode_183
2024-07-30T11:39:38.548000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_addavalanchenode_183/test_framework.log
2024-07-30T11:39:38.548000Z TestFramework (ERROR): 
2024-07-30T11:39:38.548000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_addavalanchenode_183' to consolidate all logs
2024-07-30T11:39:38.548000Z TestFramework (ERROR): 
2024-07-30T11:39:38.548000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:38.548000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:38.548000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_avalancheproof.py ======

------- Stdout: -------
2024-07-30T11:36:32.192000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_avalancheproof_57
2024-07-30T11:36:33.788000Z TestFramework (INFO): Make build a valid proof and restart the node to use it
2024-07-30T11:36:33.791000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_avalancheproof.py", line 109, in run_test
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:33.843000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:34.147000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_avalancheproof_57
2024-07-30T11:36:34.148000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_avalancheproof_57/test_framework.log
2024-07-30T11:36:34.148000Z TestFramework (ERROR): 
2024-07-30T11:36:34.148000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_avalancheproof_57' to consolidate all logs
2024-07-30T11:36:34.149000Z TestFramework (ERROR): 
2024-07-30T11:36:34.149000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:34.149000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:34.150000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_buildavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:39:37.997000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_buildavalancheproof_184
2024-07-30T11:39:38.923000Z TestFramework (INFO): Error cases
2024-07-30T11:39:38.926000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 57, in run_test
    check_buildavalancheproof_error(
  File "/work/test/functional/abc_rpc_buildavalancheproof.py", line 35, in check_buildavalancheproof_error
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -8
2024-07-30T11:39:38.978000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:39.333000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_buildavalancheproof_184
2024-07-30T11:39:39.333000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_buildavalancheproof_184/test_framework.log
2024-07-30T11:39:39.333000Z TestFramework (ERROR): 
2024-07-30T11:39:39.333000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_buildavalancheproof_184' to consolidate all logs
2024-07-30T11:39:39.334000Z TestFramework (ERROR): 
2024-07-30T11:39:39.334000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:39.334000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:39.334000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalancheinfo.py ======

------- Stdout: -------
2024-07-30T11:35:08.652000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheinfo_30
2024-07-30T11:35:09.576000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheinfo.py", line 53, in run_test
    privkey, proof = gen_proof(self, node, expiry=2000000000)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:35:09.628000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:35:09.983000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheinfo_30
2024-07-30T11:35:09.983000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheinfo_30/test_framework.log
2024-07-30T11:35:09.984000Z TestFramework (ERROR): 
2024-07-30T11:35:09.984000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheinfo_30' to consolidate all logs
2024-07-30T11:35:09.984000Z TestFramework (ERROR): 
2024-07-30T11:35:09.985000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:35:09.985000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:35:09.985000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalanchepeerinfo.py ======

------- Stdout: -------
2024-07-30T11:36:06.516000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:36:07.220000Z TestFramework (INFO): Generating 5 peers with 10 nodes each
2024-07-30T11:36:14.694000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 250, in run_test
    self.test_proofs_and_nodecounts()
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 115, in test_proofs_and_nodecounts
    pubkey_hex, proof = getProof(stakes[i])
  File "/work/test/functional/abc_rpc_getavalanchepeerinfo.py", line 98, in getProof
    proof = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:14.748000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:15.051000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalanchepeerinfo_50
2024-07-30T11:36:15.051000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalanchepeerinfo_50/test_framework.log
2024-07-30T11:36:15.051000Z TestFramework (ERROR): 
2024-07-30T11:36:15.051000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalanchepeerinfo_50' to consolidate all logs
2024-07-30T11:36:15.052000Z TestFramework (ERROR): 
2024-07-30T11:36:15.052000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:15.052000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:15.052000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalancheproofs.py ======

------- Stdout: -------
2024-07-30T11:36:34.268000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheproofs_58
2024-07-30T11:36:35.298000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_getavalancheproofs.py", line 40, in run_test
    privkey, proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:35.351000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:35.756000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheproofs_58
2024-07-30T11:36:35.756000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheproofs_58/test_framework.log
2024-07-30T11:36:35.756000Z TestFramework (ERROR): 
2024-07-30T11:36:35.756000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_getavalancheproofs_58' to consolidate all logs
2024-07-30T11:36:35.756000Z TestFramework (ERROR): 
2024-07-30T11:36:35.756000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:35.756000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:35.756000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_invalidateavalancheproof.py ======

------- Stdout: -------
2024-07-30T11:39:08.183000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:39:09.134000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_invalidateavalancheproof.py", line 43, in run_test
    node_key, node_proof = gen_proof(self, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:39:09.186000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:09.540000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_invalidateavalancheproof_140
2024-07-30T11:39:09.540000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_invalidateavalancheproof_140/test_framework.log
2024-07-30T11:39:09.540000Z TestFramework (ERROR): 
2024-07-30T11:39:09.540000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_invalidateavalancheproof_140' to consolidate all logs
2024-07-30T11:39:09.540000Z TestFramework (ERROR): 
2024-07-30T11:39:09.540000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:09.540000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:09.540000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_isfinal.py ======

------- Stdout: -------
2024-07-30T11:34:34.537000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_isfinal_15
2024-07-30T11:34:35.248000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/abc_rpc_isfinal.py", line 60, in run_test
    quorum = get_quorum()
  File "/work/test/functional/abc_rpc_isfinal.py", line 54, in get_quorum
    return [
  File "/work/test/functional/abc_rpc_isfinal.py", line 55, in <listcomp>
    node.add_p2p_connection(AvaP2PInterface(self, node))
  File "/work/test/functional/test_framework/avatools.py", line 318, in __init__
    self.master_privkey, self.proof = gen_proof(test_framework, node)
  File "/work/test/functional/test_framework/avatools.py", line 428, in gen_proof
    proof_hex = node.buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:35.299000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:35.501000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_isfinal_15
2024-07-30T11:34:35.501000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_isfinal_15/test_framework.log
2024-07-30T11:34:35.501000Z TestFramework (ERROR): 
2024-07-30T11:34:35.501000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/abc_rpc_isfinal_15' to consolidate all logs
2024-07-30T11:34:35.501000Z TestFramework (ERROR): 
2024-07-30T11:34:35.501000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:35.501000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:35.501000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: p2p_eviction.py ======

------- Stdout: -------
2024-07-30T11:34:18.892000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/p2p_eviction_9
2024-07-30T11:34:19.346000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a block
2024-07-30T11:34:20.572000Z TestFramework (INFO): Create 4 peers and protect them from eviction by sending us a proof
2024-07-30T11:34:20.828000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/p2p_eviction.py", line 117, in run_test
    proof = node.buildavalancheproof(42, 2000000000, wif_privkey, [stakes[i]])
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:34:20.879000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:34:21.080000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/p2p_eviction_9
2024-07-30T11:34:21.080000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/p2p_eviction_9/test_framework.log
2024-07-30T11:34:21.080000Z TestFramework (ERROR): 
2024-07-30T11:34:21.080000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/p2p_eviction_9' to consolidate all logs
2024-07-30T11:34:21.080000Z TestFramework (ERROR): 
2024-07-30T11:34:21.080000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:34:21.080000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:34:21.080000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: rpc_createmultisig.py ======

------- Stdout: -------
2024-07-30T11:39:17.732000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_159
2024-07-30T11:39:19.710000Z TestFramework (INFO): Check that addmultisigaddress fails when the private keys are missing
2024-07-30T11:39:19.913000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:39:21.560000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:39:21.613000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:22.066000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_159
2024-07-30T11:39:22.066000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_159/test_framework.log
2024-07-30T11:39:22.066000Z TestFramework (ERROR): 
2024-07-30T11:39:22.066000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_159' to consolidate all logs
2024-07-30T11:39:22.066000Z TestFramework (ERROR): 
2024-07-30T11:39:22.066000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:22.066000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:22.066000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: rpc_createmultisig.py --descriptors ======

------- Stdout: -------
2024-07-30T11:39:18.405000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_160
2024-07-30T11:39:20.477000Z TestFramework (INFO): Generating blocks ...
2024-07-30T11:39:25.162000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_createmultisig.py", line 51, in run_test
    self.do_multisig()
  File "/work/test/functional/rpc_createmultisig.py", line 199, in do_multisig
    rawtx2 = node2.signrawtransactionwithkey(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key (-5)
2024-07-30T11:39:25.214000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:25.617000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_160
2024-07-30T11:39:25.617000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_160/test_framework.log
2024-07-30T11:39:25.618000Z TestFramework (ERROR): 
2024-07-30T11:39:25.618000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_createmultisig_160' to consolidate all logs
2024-07-30T11:39:25.618000Z TestFramework (ERROR): 
2024-07-30T11:39:25.618000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:25.618000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:25.618000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: rpc_net.py ======

------- Stdout: -------
2024-07-30T11:36:00.361000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_net_47
2024-07-30T11:36:01.566000Z TestFramework (INFO): Test getconnectioncount
2024-07-30T11:36:01.566000Z TestFramework (INFO): Test getpeerinfo
2024-07-30T11:36:03.765000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/rpc_net.py", line 68, in run_test
    self.test_getpeerinfo()
  File "/work/test/functional/rpc_net.py", line 209, in test_getpeerinfo
    proof = self.nodes[1].buildavalancheproof(
  File "/work/test/functional/test_framework/test_node.py", line 476, in buildavalancheproof
    return self.__getattr__("buildavalancheproof")(
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid master key (-8)
2024-07-30T11:36:03.816000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:36:04.269000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_net_47
2024-07-30T11:36:04.269000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_net_47/test_framework.log
2024-07-30T11:36:04.269000Z TestFramework (ERROR): 
2024-07-30T11:36:04.269000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/rpc_net_47' to consolidate all logs
2024-07-30T11:36:04.269000Z TestFramework (ERROR): 
2024-07-30T11:36:04.270000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:36:04.270000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:36:04.270000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py ======

------- Stdout: -------
2024-07-30T11:39:22.166000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_166
2024-07-30T11:39:23.374000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:39:23.592000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:39:23.596000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:39:23.647000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:24.199000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_166
2024-07-30T11:39:24.200000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_166/test_framework.log
2024-07-30T11:39:24.200000Z TestFramework (ERROR): 
2024-07-30T11:39:24.200000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_166' to consolidate all logs
2024-07-30T11:39:24.200000Z TestFramework (ERROR): 
2024-07-30T11:39:24.200000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:24.200000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:24.200000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py --descriptors ======

------- Stdout: -------
2024-07-30T11:38:44.905000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_126
2024-07-30T11:38:47.691000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:38:48.000000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:38:48.006000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/util.py", line 150, in try_rpc
    fun(*args, **kwds)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QRc3u2dZaopexoPSnvKVNHzamG6oT7LZSdVEumSPnkGC8jVPGpXo' is not valid (-5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 46, in run_test
    assert_raises_rpc_error(
  File "/work/test/functional/test_framework/util.py", line 141, in assert_raises_rpc_error
    assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
  File "/work/test/functional/test_framework/util.py", line 155, in try_rpc
    raise AssertionError(f"Unexpected JSONRPC error code {e.error['code']}")
AssertionError: Unexpected JSONRPC error code -5
2024-07-30T11:38:48.061000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:38:48.666000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_126
2024-07-30T11:38:48.666000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_126/test_framework.log
2024-07-30T11:38:48.667000Z TestFramework (ERROR): 
2024-07-30T11:38:48.667000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_126' to consolidate all logs
2024-07-30T11:38:48.667000Z TestFramework (ERROR): 
2024-07-30T11:38:48.667000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:38:48.667000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:38:48.667000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py --usecli ======

------- Stdout: -------
2024-07-30T11:38:47.525000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_127
2024-07-30T11:38:48.831000Z TestFramework (INFO): Test disableprivatekeys creation.
2024-07-30T11:38:49.222000Z TestFramework (INFO): Test that private keys cannot be imported
2024-07-30T11:38:49.264000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_createwallet.py", line 70, in run_test
    assert_equal(result[0]["error"]["code"], -4)
  File "/work/test/functional/test_framework/util.py", line 60, in assert_equal
    raise AssertionError(
AssertionError: not(-5 == -4)
2024-07-30T11:38:49.317000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:38:49.936000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_127
2024-07-30T11:38:49.936000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_127/test_framework.log
2024-07-30T11:38:49.937000Z TestFramework (ERROR): 
2024-07-30T11:38:49.937000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_createwallet_127' to consolidate all logs
2024-07-30T11:38:49.937000Z TestFramework (ERROR): 
2024-07-30T11:38:49.937000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:38:49.938000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:38:49.938000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_importprunedfunds.py ======

------- Stdout: -------
2024-07-30T11:39:24.289000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_167
2024-07-30T11:39:25.578000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:39:25.783000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:39:25.835000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:26.238000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_167
2024-07-30T11:39:26.238000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_167/test_framework.log
2024-07-30T11:39:26.238000Z TestFramework (ERROR): 
2024-07-30T11:39:26.238000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_167' to consolidate all logs
2024-07-30T11:39:26.238000Z TestFramework (ERROR): 
2024-07-30T11:39:26.238000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:26.238000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:26.238000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_importprunedfunds.py --descriptors ======

------- Stdout: -------
2024-07-30T11:40:02.178000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_263
2024-07-30T11:40:03.739000Z TestFramework (INFO): Mining blocks...
2024-07-30T11:40:06.799000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_importprunedfunds.py", line 37, in run_test
    self.nodes[0].importprivkey(address3_privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QWwEALRYFpHYh3TohvxPE4EQHSMYYfiTqvVxzxyu96fV5Jd6zgPD' is not valid (-5)
2024-07-30T11:40:06.853000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:40:07.210000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_263
2024-07-30T11:40:07.210000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_263/test_framework.log
2024-07-30T11:40:07.211000Z TestFramework (ERROR): 
2024-07-30T11:40:07.211000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_importprunedfunds_263' to consolidate all logs
2024-07-30T11:40:07.211000Z TestFramework (ERROR): 
2024-07-30T11:40:07.212000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:40:07.212000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:40:07.212000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_listsinceblock.py ======

------- Stdout: -------
2024-07-30T11:37:49.289000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_91
2024-07-30T11:37:52.490000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:37:53.750000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:37:53.759000Z TestFramework (INFO): Test reorg
2024-07-30T11:37:55.179000Z TestFramework (INFO): Test double spend
2024-07-30T11:37:56.462000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1101, in importprivkey
    return self.__getattr__("importprivkey")(privkey, label, rescan)
  File "/work/test/functional/test_framework/coverage.py", line 46, in __call__
    return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
  File "/work/test/functional/test_framework/authproxy.py", line 180, in __call__
    raise JSONRPCException(response["error"], status)
test_framework.authproxy.JSONRPCException: Invalid private key encoding (-5)
2024-07-30T11:37:56.517000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:37:56.930000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_91
2024-07-30T11:37:56.931000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_91/test_framework.log
2024-07-30T11:37:56.931000Z TestFramework (ERROR): 
2024-07-30T11:37:56.931000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_91' to consolidate all logs
2024-07-30T11:37:56.932000Z TestFramework (ERROR): 
2024-07-30T11:37:56.932000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:37:56.932000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:37:56.932000Z TestFramework (ERROR):
====== Bitcoin ABC functional tests with the next upgrade activated: wallet_listsinceblock.py --descriptors ======

------- Stdout: -------
2024-07-30T11:39:25.636000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_169
2024-07-30T11:39:31.261000Z TestFramework (INFO): Test no blockhash
2024-07-30T11:39:31.676000Z TestFramework (INFO): Test invalid blockhash
2024-07-30T11:39:31.685000Z TestFramework (INFO): Test reorg
2024-07-30T11:39:33.327000Z TestFramework (INFO): Test double spend
2024-07-30T11:39:33.781000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 147, in main
    self._run_test_internal()
  File "/work/test/functional/test_framework/test_framework.py", line 137, in _run_test_internal
    self.run_test()
  File "/work/test/functional/wallet_listsinceblock.py", line 40, in run_test
    self.test_double_spend()
  File "/work/test/functional/wallet_listsinceblock.py", line 224, in test_double_spend
    self.nodes[2].importprivkey(privkey)
  File "/work/test/functional/test_framework/test_node.py", line 1112, in importprivkey
    raise JSONRPCException(import_res[0]["error"])
test_framework.authproxy.JSONRPCException: key 'QNvZHRHwgLe2PWuyHkH3XAXQgmkkRGb8uRW5e19PZ5aZH2SjNxoA' is not valid (-5)
2024-07-30T11:39:33.835000Z TestFramework (INFO): Stopping nodes
2024-07-30T11:39:34.248000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_169
2024-07-30T11:39:34.248000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_169/test_framework.log
2024-07-30T11:39:34.248000Z TestFramework (ERROR): 
2024-07-30T11:39:34.249000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_🏃_20240730_113342/wallet_listsinceblock_169' to consolidate all logs
2024-07-30T11:39:34.249000Z TestFramework (ERROR): 
2024-07-30T11:39:34.249000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2024-07-30T11:39:34.249000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2024-07-30T11:39:34.250000Z TestFramework (ERROR):

Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_avalanche_options.py
Bitcoin ABC functional tests: abc_feature_persist_avapeers.py
Bitcoin ABC functional tests: abc_feature_proof_cleanup.py
Bitcoin ABC functional tests: abc_mining_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_cooldown.py
Bitcoin ABC functional tests: abc_p2p_avalanche_peer_discovery.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_minerfund.py
Bitcoin ABC functional tests: abc_p2p_avalanche_policy_stakingrewards.py
Bitcoin ABC functional tests: abc_p2p_avalanche_proof_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_quorum.py
Bitcoin ABC functional tests: abc_p2p_avalanche_transaction_voting.py
Bitcoin ABC functional tests: abc_p2p_avalanche_voting.py
Bitcoin ABC functional tests: abc_p2p_compactproofs.py
Bitcoin ABC functional tests: abc_p2p_getavaaddr.py
Bitcoin ABC functional tests: abc_p2p_proof_inventory.py
Bitcoin ABC functional tests: abc_rpc_addavalanchenode.py
Bitcoin ABC functional tests: abc_rpc_avalancheproof.py
Bitcoin ABC functional tests: abc_rpc_buildavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_getavalancheinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalanchepeerinfo.py
Bitcoin ABC functional tests: abc_rpc_getavalancheproofs.py
Bitcoin ABC functional tests: abc_rpc_invalidateavalancheproof.py
Bitcoin ABC functional tests: abc_rpc_isfinal.py
Bitcoin ABC functional tests: p2p_eviction.py
Bitcoin ABC functional tests: rpc_createmultisig.py
Bitcoin ABC functional tests: rpc_createmultisig.py --descriptors
Bitcoin ABC functional tests: rpc_net.py
Bitcoin ABC functional tests: wallet_createwallet.py
Bitcoin ABC functional tests: wallet_createwallet.py --descriptors
Bitcoin ABC functional tests: wallet_createwallet.py --usecli
Bitcoin ABC functional tests: wallet_importprunedfunds.py
Bitcoin ABC functional tests: wallet_importprunedfunds.py --descriptors
Bitcoin ABC functional tests: wallet_listsinceblock.py
Bitcoin ABC functional tests: wallet_listsinceblock.py --descriptors
Bitcoin ABC functional tests with the next upgrade activated: abc_feature_avalanche_options.py
Bitcoin ABC functional tests with the next upgrade activated: abc_feature_persist_avapeers.py
Bitcoin ABC functional tests with the next upgrade activated: abc_feature_proof_cleanup.py
Bitcoin ABC functional tests with the next upgrade activated: abc_mining_stakingrewards.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_cooldown.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_peer_discovery.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_policy_minerfund.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_policy_stakingrewards.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_proof_voting.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_quorum.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_transaction_voting.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_avalanche_voting.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_compactproofs.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_getavaaddr.py
Bitcoin ABC functional tests with the next upgrade activated: abc_p2p_proof_inventory.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_addavalanchenode.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_avalancheproof.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_buildavalancheproof.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalancheinfo.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalanchepeerinfo.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_getavalancheproofs.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_invalidateavalancheproof.py
Bitcoin ABC functional tests with the next upgrade activated: abc_rpc_isfinal.py
Bitcoin ABC functional tests with the next upgrade activated: p2p_eviction.py
Bitcoin ABC functional tests with the next upgrade activated: rpc_createmultisig.py
Bitcoin ABC functional tests with the next upgrade activated: rpc_createmultisig.py --descriptors
Bitcoin ABC functional tests with the next upgrade activated: rpc_net.py
Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py
Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py --descriptors
Bitcoin ABC functional tests with the next upgrade activated: wallet_createwallet.py --usecli
Bitcoin ABC functional tests with the next upgrade activated: wallet_importprunedfunds.py
Bitcoin ABC functional tests with the next upgrade activated: wallet_importprunedfunds.py --descriptors
Bitcoin ABC functional tests with the next upgrade activated: wallet_listsinceblock.py
Bitcoin ABC functional tests with the next upgrade activated: wallet_listsinceblock.py --descriptors

This revision is now accepted and ready to land.Jul 30 2024, 13:45