Skip to content

Problem: ibc-go v9.x is not used #2976

Problem: ibc-go v9.x is not used

Problem: ibc-go v9.x is not used #2976

Triggered via pull request January 16, 2025 10:20
@mmsqemmsqe
synchronize #1101
mmsqe:bump_ibc
Status Failure
Total duration 19m 8s
Artifacts 2

nix.yml

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

Annotations

17 errors and 11 warnings
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:28: BLK100 Black would make changes.
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:35: E231 missing whitespace after ':'
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:43: E231 missing whitespace after ':'
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:63: E231 missing whitespace after ':'
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:75: E231 missing whitespace after ':'
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:86: E231 missing whitespace after ','
lint: integration_tests/ibc_utils.py#L239
./integration_tests/ibc_utils.py:239:89: E501 line too long (115 > 88 characters)
lint
Process completed with exit code 2.
test-solomachine
Process completed with exit code 2.
test-solomachine: integration_tests/test_solo_machine.py#L192
test_solo_machine json.decoder.JSONDecodeError: Extra data: line 16 column 1 (char 376)
test-solomachine
Process completed with exit code 2.
test-ibc
Process completed with exit code 2.
test-ibc: integration_tests/test_ibc.py#L35
test_ibc json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
test-ibc: integration_tests/test_ibc_channel_genesis.py#L54
test_ibc_genesis_channel json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
test-ibc: integration_tests/test_ica.py#L183
test_ica AssertionError: Error: unknown flag: --relative-packet-timeout Usage: chain-maind tx interchain-accounts controller send-tx [connection-id] [path/to/packet_msg.json] [flags] Flags: --absolute-timeouts Timeout flags are used as absolute timeouts. -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 send-tx --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") --packet-timeout-timestamp uint Packet timeout timestamp in nanoseconds from now. Default is 10 minutes. (default 600000000000) -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/.chain-maind") --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 (chain-maind tx ica controller send-tx connection-0 '{"type": "TYPE_EXECUTE_TX", "data": "CqIBChwvY29zbW
test-ibc: integration_tests/test_nft_transfer.py#L107
test_nft_transfer AssertionError: Error: relative timeouts using block height is not supported Usage: chain-maind tx nft-transfer transfer [src-port] [src-channel] [receiver] [classID] [tokenIDs] [flags] Examples: chain-maind tx nft-transfer transfer [src-port] [src-channel] [receiver] [classID] [tokenIDs] Flags: --absolute-timeouts Timeout flags are used as absolute timeouts. -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 transfer --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") --packet-timeout-height string Packet timeout block height. The timeout is disabled when set to 0-0. (default "0-1000") --packet-timeout-timestamp uint Packet timeout timestamp in nanoseconds from now. Default is 10 minutes. The timeout is disabled when set to 0. (default 600000000000) -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/.chain-maind") --log_format string The logging format (json|plain) (default "plain") --log_level string The logging level (trace|debug|info|warn
test-ibc
Process completed with exit code 2.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-solomachine
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-grpc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-slow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-ledger
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-byzantine
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-gov
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-ibc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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_ibc", "debug_files_solomachine". 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/
test-upgrade
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
debug_files_ibc
20 Bytes
debug_files_solomachine
20 Bytes