Skip to content

build(deps): bump tendermint from 0.27.0 to 0.33.0 #1113

build(deps): bump tendermint from 0.27.0 to 0.33.0

build(deps): bump tendermint from 0.27.0 to 0.33.0 #1113

Triggered via pull request July 24, 2023 13:07
Status Failure
Total duration 7m 29s
Artifacts

ci.yml

on: pull_request
Matrix: Build
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 40 warnings
Check: src/amino_types/pubkey.rs#L34
no function or associated item named `from_bytes` found for struct `VerificationKey` in the current scope
Check: src/amino_types/pubkey.rs#L36
the trait bound `signature::error::Error: StdError` is not satisfied
Check: src/amino_types/pubkey.rs#L51
no method named `to_bytes` found for reference `&ecdsa::verifying::VerifyingKey<k256::Secp256k1>` in the current scope
Check: src/commands/softsign/import.rs#L58
mismatched types
Check: src/commands/softsign/import.rs#L59
no field `secret` on type `tendermint::private_key::Ed25519`
Check: src/commands/yubihsm/keys/import.rs#L176
mismatched types
Check: src/commands/yubihsm/keys/import.rs#L176
no field `secret` on type `tendermint::private_key::Ed25519`
Check: src/commands/yubihsm/keys/list.rs#L154
no method named `to_hex` found for enum `tendermint::TendermintKey` in the current scope
Check: src/connection/tcp.rs#L58
mismatched types
Check: src/keyring/format.rs#L44
the trait bound `cosmrs::crypto::PublicKey: From<tendermint::PublicKey>` is not satisfied
Validate against test harness: src/amino_types/pubkey.rs#L34
no function or associated item named `from_bytes` found for struct `VerificationKey` in the current scope
Validate against test harness: src/amino_types/pubkey.rs#L36
the trait bound `signature::error::Error: StdError` is not satisfied
Validate against test harness: src/amino_types/pubkey.rs#L51
no method named `to_bytes` found for reference `&ecdsa::verifying::VerifyingKey<k256::Secp256k1>` in the current scope
Validate against test harness: src/commands/softsign/import.rs#L59
no field `secret` on type `tendermint::private_key::Ed25519`
Validate against test harness: src/keyring/format.rs#L44
the trait bound `cosmrs::crypto::PublicKey: From<tendermint::PublicKey>` is not satisfied
Validate against test harness: src/keyring/format.rs#L45
no method named `to_hex` found for enum `tendermint::TendermintKey` in the current scope
Validate against test harness: src/keyring/providers/softsign.rs#L60
the trait bound `tendermint::PublicKey: From<ed25519_dalek::PublicKey>` is not satisfied
Build (stable)
Process completed with exit code 101.
Clippy: src/amino_types/pubkey.rs#L34
no function or associated item named `from_bytes` found for struct `tendermint::public_key::Ed25519` in the current scope
Clippy: src/amino_types/pubkey.rs#L36
the trait bound `signature::error::Error: std::error::Error` is not satisfied
Clippy: src/amino_types/pubkey.rs#L51
no method named `to_bytes` found for reference `&ecdsa::verifying::VerifyingKey<k256::Secp256k1>` in the current scope
Clippy: src/commands/softsign/import.rs#L58
mismatched types
Clippy: src/commands/softsign/import.rs#L59
no field `secret` on type `tendermint::private_key::Ed25519`
Clippy: src/commands/yubihsm/keys/import.rs#L176
mismatched types
Clippy: src/commands/yubihsm/keys/import.rs#L176
no field `secret` on type `tendermint::private_key::Ed25519`
Clippy: src/commands/yubihsm/keys/list.rs#L154
no method named `to_hex` found for enum `tendermint::TendermintKey` in the current scope
Clippy: src/connection/tcp.rs#L58
mismatched types
Clippy: src/keyring/format.rs#L44
the trait bound `cosmrs::crypto::PublicKey: std::convert::From<tendermint::PublicKey>` is not satisfied
Build (1.65.0)
The operation was canceled.
Test Suite (stable): src/amino_types/pubkey.rs#L34
no function or associated item named `from_bytes` found for struct `VerificationKey` in the current scope
Test Suite (stable): src/amino_types/pubkey.rs#L36
the trait bound `signature::error::Error: StdError` is not satisfied
Test Suite (stable): src/amino_types/pubkey.rs#L51
no method named `to_bytes` found for reference `&ecdsa::verifying::VerifyingKey<k256::Secp256k1>` in the current scope
Test Suite (stable): src/commands/softsign/import.rs#L59
no field `secret` on type `tendermint::private_key::Ed25519`
Test Suite (stable): src/commands/yubihsm/keys/import.rs#L176
no field `secret` on type `tendermint::private_key::Ed25519`
Test Suite (stable): src/commands/yubihsm/keys/list.rs#L154
no method named `to_hex` found for enum `tendermint::TendermintKey` in the current scope
Test Suite (stable): src/connection/tcp.rs#L58
mismatched types
Test Suite (stable): src/keyring/format.rs#L44
the trait bound `cosmrs::crypto::PublicKey: From<tendermint::PublicKey>` is not satisfied
Test Suite (1.65.0)
The operation was canceled.
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, 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/
Check
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/
Check
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/
Check
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/
Check
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/
Validate against test harness
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, 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/
Validate against test harness
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/
Validate against test harness
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/
Validate against test harness
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/
Validate against test harness
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/
Build (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (stable)
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/
Build (stable)
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/
Build (stable)
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/
Build (stable)
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, 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/
Clippy
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
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
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
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/
Build (1.65.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (1.65.0)
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/
Build (1.65.0)
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/
Build (1.65.0)
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/
Build (1.65.0)
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 Suite (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, 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 Suite (stable)
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 Suite (stable)
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 Suite (stable)
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 Suite (stable)
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 Suite (1.65.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, 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 Suite (1.65.0)
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 Suite (1.65.0)
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 Suite (1.65.0)
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 Suite (1.65.0)
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/