Skip to content

Instantly share code, notes, and snippets.

@fanquake
Created January 30, 2020 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanquake/e5cd365667afbfe9d022fe372fcd7d90 to your computer and use it in GitHub Desktop.
Save fanquake/e5cd365667afbfe9d022fe372fcd7d90 to your computer and use it in GitHub Desktop.
23/136 - rpc_rawtransaction.py failed, Duration: 39 s
stdout:
2020-01-30T06:29:43.147000Z TestFramework (INFO): Initializing test directory /var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/test_runner_₿_🏃_20200130_142809/rpc_rawtransaction_112
2020-01-30T06:29:45.401000Z TestFramework (INFO): prepare some coins for multiple *rawtransaction commands
2020-01-30T06:29:52.952000Z TestFramework (INFO): Test getrawtransaction on genesis block coinbase returns an error
2020-01-30T06:29:52.954000Z TestFramework (INFO): Check parameter types and required parameters of createrawtransaction
2020-01-30T06:29:53.228000Z TestFramework (INFO): Check that createrawtransaction accepts an array and object as outputs
2020-01-30T06:29:53.291000Z TestFramework (INFO): sendrawtransaction with missing prevtx info (bech32)
2020-01-30T06:29:53.454000Z TestFramework (INFO): sendrawtransaction with missing prevtx info (p2sh-segwit)
2020-01-30T06:29:53.576000Z TestFramework (INFO): sendrawtransaction with missing prevtx info (legacy)
2020-01-30T06:29:53.640000Z TestFramework (INFO): sendrawtransaction with missing input
2020-01-30T06:30:21.187000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
File "/Users/michael/github/bitcoin-merge-tree/test/functional/test_framework/test_framework.py", line 112, in main
self.run_test()
File "/Users/michael/github/bitcoin-merge-tree/test/functional/rpc_rawtransaction.py", line 355, in run_test
self.nodes[2].sendrawtransaction(rawTxComb)
File "/Users/michael/github/bitcoin-merge-tree/test/functional/test_framework/coverage.py", line 47, in __call__
return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
File "/Users/michael/github/bitcoin-merge-tree/test/functional/test_framework/authproxy.py", line 141, in __call__
raise JSONRPCException(response['error'], status)
test_framework.authproxy.JSONRPCException: non-mandatory-script-verify-flag (Signature must be zero for failed CHECK(MULTI)SIG operation) (-26)
2020-01-30T06:30:21.285000Z TestFramework (INFO): Stopping nodes
2020-01-30T06:30:22.028000Z TestFramework (WARNING): Not cleaning up dir /var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/test_runner_₿_🏃_20200130_142809/rpc_rawtransaction_112
2020-01-30T06:30:22.028000Z TestFramework (ERROR): Test failed. Test logging available at /var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/test_runner_₿_🏃_20200130_142809/rpc_rawtransaction_112/test_framework.log
2020-01-30T06:30:22.034000Z TestFramework (ERROR): Hint: Call /Users/michael/github/bitcoin-merge-tree/test/functional/combine_logs.py '/var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/test_runner_₿_🏃_20200130_142809/rpc_rawtransaction_112' to consolidate all logs
stderr:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment