Skip to content

Problem: parallel tx execution not integrated #5875

Problem: parallel tx execution not integrated

Problem: parallel tx execution not integrated #5875

Triggered via pull request April 9, 2024 07:26
Status Failure
Total duration 20m 7s
Artifacts 1

test.yml

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

Annotations

31 errors and 1 warning
integration_tests (ibc_timeout)
Process completed with exit code 2.
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: 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': '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)
Process completed with exit code 2.
integration_tests (gas)
The job was canceled because "ibc_timeout" failed.
integration_tests (gas)
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: post failed: Post "http://localhost:26657": dial tcp [::1]:26657: connect: connection refused 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: --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|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_update_client)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc_update_client): integration_tests/test_ibc_update_client.py#L39
test_ibc_update_client AssertionError: Error: failed to convert address field to address: community.info: key not found [cosmos/cosmos-sdk/crypto/keyring/keyring.go:538] Usage: cronosd tx ibc client update [client-id] [path/to/client_msg.json] [flags] Examples: cronosd tx ibc client update [client-id] [path/to/client_msg.json] --from node0 --home ../node0/<app>cli --chain-id $CID Flags: -a, --account-number uint The account number of the signing account (offline mode only) --aux Generate aux signer data instead of sending a tx -b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync") --chain-id string The network chain ID --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) --fee-granter string Fee granter grants fees for the transaction --fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer --fees string Fees to pay along with transaction; eg: 10uatom --from string Name or address of private key with which to sign --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000) --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name) -h, --help help for update --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used --ledger Use a connected Ledger device --node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657") --note string Note to add a description to the transaction (previously --memo) --offline Offline mode (does not allow any online functionality) -o, --output string Output format (text|json) (default "json") -s, --sequence uint The sequence number of the signing account (offline mode only) --sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height --tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator -y, --yes Skip tx broadcasting prompt confirmation 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 tx ibc client update 07-tendermint-0 /tmp/pytest-of-runner/pytest-0/test_ibc_update_client0/header.json -y --home /tmp/pytest-of-runner/pytest-0/ibc0/cronos_777-1/node0 --from community --gas-prices 100000000000basetcro)
integration_tests (ibc_update_client)
The operation was canceled.
integration_tests (ibc)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc)
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:1235 github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC github.com/cosmos/cosmos-sdk/baseapp/abci.go:1173 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 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 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: --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|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#L119
test_send_transaction[cronos-True] ValueError: {'code': -32000, 'message': "failed to find key in the node's keyring; no key for given address or file; key with address crc12luku6uxehhak02py4rcz65zu0swh7wjsrw0pp not found: key not found"}
integration_tests (unmarked)
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 (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 (ibc_rly_evm)
The job was canceled because "ibc_timeout" failed.
integration_tests (ibc_rly_evm)
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/.

Artifacts

Produced during runtime
Name Size
debug-files Expired
594 KB