Skip to content

Tracks ibc-rs changes up to v0.49.1 #437

Tracks ibc-rs changes up to v0.49.1

Tracks ibc-rs changes up to v0.49.1 #437

Triggered via pull request January 4, 2024 01:57
Status Failure
Total duration 1m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 5 warnings
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L165
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:165:34 | 165 | "upgrade".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L153
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:153:34 | 153 | "staking".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L141
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:141:30 | 141 | "gov".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L129
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:129:31 | 129 | "auth".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L117
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:117:30 | 117 | "ibc".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L105
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:105:31 | 105 | "bank".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/abci/v0_37/impls.rs#L298
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/abci/v0_37/impls.rs:298:32 | 298 | .map(|event| event.try_into().unwrap()) | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/abci/v0_37/impls.rs#L227
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/abci/v0_37/impls.rs:227:40 | 227 | .map(|event| event.try_into().unwrap()) | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[deny(clippy::unnecessary_fallible_conversions)]` implied by `#[deny(warnings)]`
unused import: `client_contexts::*`: crates/app/src/modules/ibc/mod.rs#L7
error: unused import: `client_contexts::*` --> crates/app/src/modules/ibc/mod.rs:7:9 | 7 | pub use client_contexts::*; | ^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> crates/app/src/lib.rs:3:5 | 3 | warnings, | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L165
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:165:34 | 165 | "upgrade".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L153
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:153:34 | 153 | "staking".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L141
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:141:30 | 141 | "gov".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L129
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:129:31 | 129 | "auth".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L117
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:117:30 | 117 | "ibc".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L105
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:105:31 | 105 | "bank".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[deny(clippy::unnecessary_fallible_conversions)]` implied by `#[deny(warnings)]`
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L165
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:165:34 | 165 | "upgrade".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L153
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:153:34 | 153 | "staking".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L141
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:141:30 | 141 | "gov".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L129
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:129:31 | 129 | "auth".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L117
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:117:30 | 117 | "ibc".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: crates/app/src/modules/context.rs#L105
error: use of a fallible conversion when an infallible one could be used --> crates/app/src/modules/context.rs:105:31 | 105 | "bank".to_owned().try_into().unwrap() | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[deny(clippy::unnecessary_fallible_conversions)]` implied by `#[deny(warnings)]`
unused import: `client_contexts::*`: crates/app/src/modules/ibc/mod.rs#L7
error: unused import: `client_contexts::*` --> crates/app/src/modules/ibc/mod.rs:7:9 | 7 | pub use client_contexts::*; | ^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> crates/app/src/lib.rs:3:5 | 3 | warnings, | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
unused import: `client_contexts::*`: crates/app/src/modules/ibc/mod.rs#L7
error: unused import: `client_contexts::*` --> crates/app/src/modules/ibc/mod.rs:7:9 | 7 | pub use client_contexts::*; | ^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> crates/app/src/lib.rs:3:5 | 3 | warnings, | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
test: crates/app/src/modules/ibc/mod.rs#L7
unused import: `client_contexts::*`
test
could not compile `basecoin-app` (lib) due to previous error
test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test
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/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/
test
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/
test
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/
test
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/
test
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/