Skip to content

Update cosmwasm-schema requirement from 1.5.3 to 2.1.1 #35

Update cosmwasm-schema requirement from 1.5.3 to 2.1.1

Update cosmwasm-schema requirement from 1.5.3 to 2.1.1 #35

Triggered via pull request July 30, 2024 21:55
Status Failure
Total duration 1m 23s
Artifacts

check.yml

on: pull_request
stable / fmt
11s
stable / fmt
nightly / doc
1m 4s
nightly / doc
ubuntu / stable / features
1m 6s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
stable / fmt
Process completed with exit code 1.
ubuntu / 1.72.0
Process completed with exit code 101.
nightly / doc
Process completed with exit code 101.
non-exhaustive patterns: `&ChainKind::Unspecified` not covered: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L491
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:491:11 | 491 | match chain_kind { | ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered | note: `ChainKind` defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1 | 101 | pub enum ChainKind { | ^^^^^^^^^^^^^^^^^^ ... 110 | Unspecified, | ----------- not covered = note: the matched value is of type `&ChainKind` help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown | 494 ~ ChainKind::Mainnet => MAIN_MNEMONIC_ENV_NAME, 495 ~ &ChainKind::Unspecified => todo!(), |
non-exhaustive patterns: `&ChainKind::Unspecified` not covered: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L480
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:480:11 | 480 | match chain_kind { | ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered | note: `ChainKind` defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1 | 101 | pub enum ChainKind { | ^^^^^^^^^^^^^^^^^^ ... 110 | Unspecified, | ----------- not covered = note: the matched value is of type `&ChainKind` help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown | 483 ~ ChainKind::Mainnet => DaemonEnvVars::main_mnemonic(), 484 ~ &ChainKind::Unspecified => todo!(), |
ubuntu / stable / features
Process completed with exit code 1.
stable / clippy
Clippy had exited with the 101 exit code
non-exhaustive patterns: `&ChainKind::Unspecified` not covered: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L491
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:491:11 | 491 | match chain_kind { | ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered | note: `ChainKind` defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1 | 101 | pub enum ChainKind { | ^^^^^^^^^^^^^^^^^^ ... 110 | Unspecified, | ----------- not covered = note: the matched value is of type `&ChainKind` help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown | 494 ~ ChainKind::Mainnet => MAIN_MNEMONIC_ENV_NAME, 495 ~ &ChainKind::Unspecified => todo!(), |
non-exhaustive patterns: `&ChainKind::Unspecified` not covered: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs#L480
error[E0004]: non-exhaustive patterns: `&ChainKind::Unspecified` not covered --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-daemon-0.22.1/src/sender.rs:480:11 | 480 | match chain_kind { | ^^^^^^^^^^ pattern `&ChainKind::Unspecified` not covered | note: `ChainKind` defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cw-orch-core-1.2.2/src/environment/chain_info.rs:101:1 | 101 | pub enum ChainKind { | ^^^^^^^^^^^^^^^^^^ ... 110 | Unspecified, | ----------- not covered = note: the matched value is of type `&ChainKind` help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown | 483 ~ ChainKind::Mainnet => DaemonEnvVars::main_mnemonic(), 484 ~ &ChainKind::Unspecified => todo!(), |
beta / clippy
Clippy had exited with the 101 exit code
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/