Problem: parallel tx execution not integrated #5928
test.yml
on: pull_request
Matrix: integration_tests
Matrix: upload-cache
Annotations
44 errors and 1 warning
integration_tests (ibc_update_client)
Process completed with exit code 2.
|
integration_tests (ibc_rly_evm)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (ibc_rly_evm)
Process completed with exit code 2.
|
integration_tests (ibc_timeout)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (ibc_timeout)
The operation was canceled.
|
integration_tests (gov)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (gov):
integration_tests/test_basic.py#L901
test_submit_any_proposal[True]
AssertionError: (cronosd tx gov submit-proposal /tmp/pytest-of-runner/pytest-0/test_submit_any_proposal_True_0/proposal.json -y --home /tmp/pytest-of-runner/pytest-0/indexer0/cronos_777-1/node0 --gas-prices 100000000000basetcro --gas auto --gas-adjustment 1.5 --from community)
|
integration_tests (gov):
integration_tests/test_basic.py#L908
test_submit_send_enabled[True]
AssertionError: Error: post failed: Post "http://localhost:26657": dial tcp [::1]:26657: connect: connection refused
(cronosd q bank send-enabled basetcro --home /tmp/pytest-of-runner/pytest-0/indexer0/cronos_777-1/node0)
|
integration_tests (gov):
integration_tests/test_gov_update_params.py#L12
test_evm_update_param[True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (gov):
integration_tests/test_gov_update_params.py#L82
test_gov_update_params[True]
AssertionError: (cronosd tx gov submit-proposal /tmp/pytest-of-runner/pytest-0/test_gov_update_params_True_0/proposal.json -y --home /tmp/pytest-of-runner/pytest-0/indexer0/cronos_777-1/node0 --gas-prices 100000000000basetcro --gas auto --gas-adjustment 1.5 --from community)
|
integration_tests (gov):
integration_tests/test_broadcast.py#L20
test_submit_any_proposal
AssertionError: (cronosd tx gov submit-proposal /tmp/pytest-of-runner/pytest-0/test_submit_any_proposal0/proposal.json -y --home /tmp/pytest-of-runner/pytest-0/cronos0/cronos_777-1/node0 --gas-prices 100000000000basetcro --gas auto --gas-adjustment 1.5 --from community)
|
integration_tests (gov)
The operation was canceled.
|
integration_tests (unmarked)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (unmarked):
integration_tests/test_basic.py#L43
test_ica_enabled[True]
AssertionError: Error: rpc error: code = Unknown desc =
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query.func1
github.com/cosmos/cosmos-sdk/baseapp/abci.go:157
runtime.gopanic
runtime/panic.go:770
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/keeper.Keeper.GetParams
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/keeper/keeper.go:299
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/keeper.Keeper.Params
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go:43
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/types._Query_Params_Handler
github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/types/query.pb.go:346
github.com/cosmos/cosmos-sdk/baseapp.(*GRPCQueryRouter).registerABCIQueryHandler.func1
github.com/cosmos/cosmos-sdk/baseapp/grpcrouter.go:109
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC
github.com/cosmos/cosmos-sdk/baseapp/abci.go:1178
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query
github.com/cosmos/cosmos-sdk/baseapp/abci.go:177
github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.Query
github.com/cosmos/cosmos-sdk/server/cmt_abci.go:24
github.com/cometbft/cometbft/abci/client.(*localClient).Query
github.com/cometbft/cometbft/abci/client/local_client.go:106
github.com/cometbft/cometbft/proxy.(*appConnQuery).Query
github.com/cometbft/cometbft/proxy/app_conn.go:181
github.com/cometbft/cometbft/rpc/core.(*Environment).ABCIQuery
github.com/cometbft/cometbft/rpc/core/abci.go:22
reflect.Value.call
reflect/value.go:596
reflect.Value.Call
reflect/value.go:380
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.makeJSONRPCHandler.func3
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:108
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.handleInvalidJSONRPCPaths.func4
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:140
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.(*ServeMux).ServeHTTP
net/http/server.go:2683
github.com/cometbft/cometbft/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:256
github.com/cometbft/cometbft/rpc/jsonrpc/server.Serve.RecoverAndLogHandler.func1
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:229
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.serverHandler.ServeHTTP
net/http/server.go:3137
net/http.(*conn).serve
net/http/server.go:2039
ica/controller params are not set in store: panic
Usage:
cronosd query interchain-accounts controller params [flags]
Examples:
cronosd query interchain-accounts controller params
Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for params
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
Global Flags:
--home string directory for config and data (default "/home/runner/.cronos")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
(cronosd q interchain-accounts controller params --node tcp://127.0.0.1:27007 --output json)
|
integration_tests (unmarked):
integration_tests/test_basic.py#L74
test_basic[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L83
test_send_transaction[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L97
test_events[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L561
test_exception[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L586
test_refund_unused_gas_when_contract_tx_reverted[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L636
test_suicide[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L794
test_log0[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_filters.py#L16
test_pending_transaction_filter[cronos-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (unmarked):
integration_tests/test_basic.py#L74
test_basic[cronos-ws-True]
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (ica)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (ica)
The operation was canceled.
|
integration_tests (ibc)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (ibc)
The operation was canceled.
|
integration_tests (upgrade)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (upgrade)
The operation was canceled.
|
integration_tests (gas)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (gas):
integration_tests/test_eip1559.py#L26
test_dynamic_fee_tx[cronos-True]
ValueError: {'code': -32000, 'message': "couldn't fetch balance. Node state is pruned"}
|
integration_tests (gas):
integration_tests/test_eip1559.py#L81
test_recommended_fee_per_gas[cronos-True]
ValueError: {'code': -32603, 'message': 'method handler crashed'}
|
integration_tests (gas):
integration_tests/test_eip1559.py#L100
test_current_fee_per_gas_should_not_be_smaller_than_next_block_base_fee[cronos-True]
ValueError: {'code': -32603, 'message': 'method handler crashed'}
|
integration_tests (gas):
integration_tests/test_eip1559.py#L26
test_dynamic_fee_tx[cronos-ws-True]
ValueError: {'code': -32000, 'message': "couldn't fetch balance. Node state is pruned"}
|
integration_tests (gas):
integration_tests/test_eip1559.py#L81
test_recommended_fee_per_gas[cronos-ws-True]
ValueError: {'code': -32603, 'message': 'method handler crashed'}
|
integration_tests (gas):
integration_tests/test_eip1559.py#L100
test_current_fee_per_gas_should_not_be_smaller_than_next_block_base_fee[cronos-ws-True]
ValueError: {'code': -32603, 'message': 'method handler crashed'}
|
integration_tests (gas):
integration_tests/test_min_gas_price.py#L71
test_dynamic_fee_tx[custom_cronos_eq]
ValueError: {'code': -32000, 'message': "couldn't fetch balance. Node state is pruned"}
|
integration_tests (gas)
The operation was canceled.
|
integration_tests (slow)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (slow):
integration_tests/test_exported_genesis.py#L27
test_exported_contract
ValueError: {'code': -32000, 'message': 'chain not synced beyond EIP-155 replay-protection fork block'}
|
integration_tests (slow):
integration_tests/test_exported_genesis.py#L32
test_exported_token_mapping
AssertionError: Error: rpc error: code = InvalidArgument desc =
github.com/cosmos/cosmos-sdk/baseapp.gRPCErrorToSDKError
github.com/cosmos/cosmos-sdk/baseapp/abci.go:1191
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC
github.com/cosmos/cosmos-sdk/baseapp/abci.go:1180
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query
github.com/cosmos/cosmos-sdk/baseapp/abci.go:177
github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.Query
github.com/cosmos/cosmos-sdk/server/cmt_abci.go:24
github.com/cometbft/cometbft/abci/client.(*localClient).Query
github.com/cometbft/cometbft/abci/client/local_client.go:106
github.com/cometbft/cometbft/proxy.(*appConnQuery).Query
github.com/cometbft/cometbft/proxy/app_conn.go:181
github.com/cometbft/cometbft/rpc/core.(*Environment).ABCIQuery
github.com/cometbft/cometbft/rpc/core/abci.go:22
reflect.Value.call
reflect/value.go:596
reflect.Value.Call
reflect/value.go:380
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.makeJSONRPCHandler.func3
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:108
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.handleInvalidJSONRPCPaths.func4
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:140
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.(*ServeMux).ServeHTTP
net/http/server.go:2683
github.com/cometbft/cometbft/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:256
github.com/cometbft/cometbft/rpc/jsonrpc/server.Serve.RecoverAndLogHandler.func1
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:229
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.serverHandler.ServeHTTP
net/http/server.go:3137
net/http.(*conn).serve
net/http/server.go:2039
contract for the coin denom gravity0x0000000000000000000000000000000000000000 is not found: invalid request
Usage:
cronosd query cronos contract-by-denom [denom] [flags]
Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for contract-by-denom
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
Global Flags:
--home string directory for config and data (default "/home/runner/.cronos")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
(cronosd query cronos contract-by-denom gravity0x0000000000000000000000000000000000000000 --home /tmp/pytest-of-runner/pytest-0/cronos0/cronos_777-1/node0)
|
integration_tests (slow)
The operation was canceled.
|
integration_tests (ibc_rly_gas)
The job was canceled because "ibc_update_client" failed.
|
integration_tests (ibc_rly_gas)
The operation was canceled.
|
integration_tests (ibc_update_client)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cachix/cachix-action@v12, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
debug-files
Expired
|
724 KB |
|