Skip to content

Problem: e2ee module is not backported #6113

Problem: e2ee module is not backported

Problem: e2ee module is not backported #6113

Triggered via pull request May 2, 2024 02:12
Status Failure
Total duration 6m 13s
Artifacts 1

test.yml

on: pull_request
Matrix: integration_tests
Matrix: upload-cache
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 2 warnings
integration_tests (ibc_timeout)
Process completed with exit code 2.
integration_tests (ibc_rly_evm)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc_rly_evm)
Process completed with exit code 2.
integration_tests (ibc_update_client)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc_update_client)
Process completed with exit code 2.
integration_tests (ica)
The job was canceled because "ibc_timeout" failed.
integration_tests (ica)
The operation was canceled.
integration_tests (upgrade)
The job was canceled because "ibc_timeout" failed.
integration_tests (upgrade)
The operation was canceled.
integration_tests (gas)
The job was canceled because "ibc_timeout" failed.
integration_tests (gas): integration_tests/test_eip1559.py#L26
test_dynamic_fee_tx[cronos-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
integration_tests (gas): integration_tests/test_eip1559.py#L62
test_base_fee_adjustment[cronos-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
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#L99
test_current_fee_per_gas_should_not_be_smaller_than_next_block_base_fee[cronos-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
integration_tests (gas): integration_tests/test_eip1559.py#L26
test_dynamic_fee_tx[cronos-ws-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
integration_tests (gas): integration_tests/test_eip1559.py#L62
test_base_fee_adjustment[cronos-ws-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
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#L99
test_current_fee_per_gas_should_not_be_smaller_than_next_block_base_fee[cronos-ws-True] ValueError: {'code': -32000, 'message': 'rpc error: code = Unknown desc = codespace sdk code 26: invalid height: cronos is not ready; please wait for first block'}
integration_tests (gas)
The operation was canceled.
integration_tests (ibc_rly_gas)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc_rly_gas)
The operation was canceled.
integration_tests (unmarked)
The job was canceled because "ibc_timeout" failed.
integration_tests (unmarked): integration_tests/test_basic.py#L84
test_ica_enabled[True] AssertionError: Error: rpc error: code = Unknown desc = github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).CreateQueryContext github.com/cosmos/cosmos-sdk/baseapp/abci.go:771 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC github.com/cosmos/cosmos-sdk/baseapp/abci.go:710 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query github.com/cosmos/cosmos-sdk/baseapp/abci.go:562 github.com/cometbft/cometbft/abci/client.(*localClient).QuerySync github.com/cometbft/cometbft/abci/client/local_client.go:259 github.com/cometbft/cometbft/proxy.(*appConnQuery).QuerySync github.com/cometbft/cometbft/proxy/app_conn.go:193 github.com/cometbft/cometbft/rpc/core.ABCIQuery github.com/cometbft/cometbft/rpc/core/abci.go:20 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 cronos is not ready; please wait for first block: invalid height 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 TLS 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 Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") Global Flags: --chain-id string The network chain ID --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) (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#L119
test_send_transaction[cronos-True] web3.exceptions.BlockNotFound: Block with id: 'latest' not found.
integration_tests (unmarked): integration_tests/test_basic.py#L133
test_events[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked): integration_tests/test_basic.py#L605
test_exception[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked): integration_tests/test_basic.py#L630
test_refund_unused_gas_when_contract_tx_reverted[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked): integration_tests/test_basic.py#L680
test_suicide[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked): integration_tests/test_basic.py#L838
test_log0[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked): integration_tests/test_filters.py#L16
test_pending_transaction_filter[cronos-True] ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (unmarked)
The operation was canceled.
integration_tests (ibc)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc)
The operation was canceled.
integration_tests (gov)
The job was canceled because "ibc_timeout" failed.
integration_tests (gov): integration_tests/test_basic.py#L945
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#L952
test_submit_send_enabled[True] AssertionError: Error: rpc error: code = Unknown desc = github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).CreateQueryContext github.com/cosmos/cosmos-sdk/baseapp/abci.go:771 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC github.com/cosmos/cosmos-sdk/baseapp/abci.go:710 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query github.com/cosmos/cosmos-sdk/baseapp/abci.go:562 github.com/cometbft/cometbft/abci/client.(*localClient).QuerySync github.com/cometbft/cometbft/abci/client/local_client.go:259 github.com/cometbft/cometbft/proxy.(*appConnQuery).QuerySync github.com/cometbft/cometbft/proxy/app_conn.go:193 github.com/cometbft/cometbft/rpc/core.ABCIQuery github.com/cometbft/cometbft/rpc/core/abci.go:20 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 cronos is not ready; please wait for first block: invalid height Usage: cronosd query bank send-enabled [denom1 ...] [flags] Examples: Getting one specific entry: $ cronosd query bank send-enabled foocoin Getting two specific entries: $ cronosd query bank send-enabled foocoin barcoin Getting all entries: $ cronosd query bank send-enabled Flags: --count-total count total number of records in send enabled entries to query for --grpc-addr string the gRPC endpoint to use for this chain --grpc-insecure allow gRPC over insecure channels, if not TLS 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 send-enabled --limit uint pagination limit of send enabled entries to query for (default 100) --node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657") --offset uint pagination offset of send enabled entries to query for -o, --output string Output format (text|json) (default "text") --page uint pagination page of send enabled entries to query for. This sets offset to a multiple of limit (default 1) --page-key string pagination page-key of send enabled entries to query for --reverse results are sorted in descending order Global Flags: --chain-id string The network chain ID --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) (default "info") --log_no_color Disable colored logs --trace print out full stack trace on errors (cronosd q bank send-enabled --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': 'header not found'}
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 (slow)
The job was canceled because "ibc_timeout" failed.
integration_tests (slow): integration_tests/test_exported_genesis.py#L27
test_exported_contract ValueError: {'code': -32000, 'message': 'header not found'}
integration_tests (slow): integration_tests/test_exported_genesis.py#L32
test_exported_token_mapping AssertionError: Error: rpc error: code = Unknown desc = github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).CreateQueryContext github.com/cosmos/cosmos-sdk/baseapp/abci.go:771 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC github.com/cosmos/cosmos-sdk/baseapp/abci.go:710 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query github.com/cosmos/cosmos-sdk/baseapp/abci.go:562 github.com/cometbft/cometbft/abci/client.(*localClient).QuerySync github.com/cometbft/cometbft/abci/client/local_client.go:259 github.com/cometbft/cometbft/proxy.(*appConnQuery).QuerySync github.com/cometbft/cometbft/proxy/app_conn.go:193 github.com/cometbft/cometbft/rpc/core.ABCIQuery github.com/cometbft/cometbft/rpc/core/abci.go:20 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 cronos is not ready; please wait for first block: invalid height 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 TLS 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 Tendermint RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") Global Flags: --chain-id string The network chain ID --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) (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_timeout)
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/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "debug-files". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
debug-files Expired
498 KB