Add integration test for testing client recovery #500
rust.yml
on: pull_request
cleanup-runs
6s
fmt
7s
clippy-no-features
54s
clippy-all-features
54s
cargo-doc
1m 6s
Annotations
13 errors and 24 warnings
unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`:
basecoin/modules/src/gov/impls.rs#L15
error: unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`
--> basecoin/modules/src/gov/impls.rs:15:5
|
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> basecoin/modules/src/lib.rs:3:5
|
3 | warnings,
| ^^^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
|
the name `UpgradeProposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `UpgradeProposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:38
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| --------------- previous import of the type `UpgradeProposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^--
| |
| `UpgradeProposal` reimported here
| help: remove unnecessary import
|
= note: `UpgradeProposal` must be defined only once in the type namespace of this module
|
the name `execute_upgrade_client_proposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `execute_upgrade_client_proposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:5
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| ------------------------------- previous import of the value `execute_upgrade_client_proposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--
| |
| `execute_upgrade_client_proposal` reimported here
| help: remove unnecessary import
|
= note: `execute_upgrade_client_proposal` must be defined only once in the value namespace of this module
|
unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`:
basecoin/modules/src/gov/impls.rs#L15
error: unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`
--> basecoin/modules/src/gov/impls.rs:15:5
|
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> basecoin/modules/src/lib.rs:3:5
|
3 | warnings,
| ^^^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
|
unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`:
basecoin/modules/src/gov/impls.rs#L15
error: unused imports: `UpgradeProposal`, `execute_upgrade_client_proposal`
--> basecoin/modules/src/gov/impls.rs:15:5
|
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> basecoin/modules/src/lib.rs:3:5
|
3 | warnings,
| ^^^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
|
the name `UpgradeProposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `UpgradeProposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:38
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| --------------- previous import of the type `UpgradeProposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^--
| |
| `UpgradeProposal` reimported here
| help: remove unnecessary import
|
= note: `UpgradeProposal` must be defined only once in the type namespace of this module
|
the name `UpgradeProposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `UpgradeProposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:38
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| --------------- previous import of the type `UpgradeProposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^--
| |
| `UpgradeProposal` reimported here
| help: remove unnecessary import
|
= note: `UpgradeProposal` must be defined only once in the type namespace of this module
|
the name `execute_upgrade_client_proposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `execute_upgrade_client_proposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:5
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| ------------------------------- previous import of the value `execute_upgrade_client_proposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--
| |
| `execute_upgrade_client_proposal` reimported here
| help: remove unnecessary import
|
= note: `execute_upgrade_client_proposal` must be defined only once in the value namespace of this module
|
the name `execute_upgrade_client_proposal` is defined multiple times:
basecoin/modules/src/gov/impls.rs#L15
error[E0252]: the name `execute_upgrade_client_proposal` is defined multiple times
--> basecoin/modules/src/gov/impls.rs:15:5
|
13 | use ibc::cosmos_host::upgrade_proposal::{execute_upgrade_client_proposal, UpgradeProposal};
| ------------------------------- previous import of the value `execute_upgrade_client_proposal` here
14 | use ibc::cosmos_host::upgrade_proposal::{
15 | execute_upgrade_client_proposal, UpgradeProposal, UPGRADE_PROPOSAL_TYPE_URL,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--
| |
| `execute_upgrade_client_proposal` reimported here
| help: remove unnecessary import
|
= note: `execute_upgrade_client_proposal` must be defined only once in the value namespace of this module
|
clippy-no-features
Clippy had exited with the 101 exit code
|
clippy-all-features
Clippy had exited with the 101 exit code
|
cargo-doc
The run was canceled by @github-actions[bot].
|
cargo-doc
The operation was canceled.
|
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-no-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy-no-features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-no-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-no-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-no-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-no-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-all-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy-all-features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-doc
Patch `ibc v0.51.0 (https://github.com/cosmos/ibc-rs.git?rev=c659e210d2#c659e210)` was not used in the crate graph.
|
cargo-doc
Patch `ibc-query v0.51.0 (https://github.com/cosmos/ibc-rs.git?rev=c659e210d2#c659e210)` was not used in the crate graph.
|
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|