Skip to content

Merge Astria support into Penumbra branch #35

Merge Astria support into Penumbra branch

Merge Astria support into Penumbra branch #35

Triggered via pull request February 29, 2024 20:38
@zbuczbuc
synchronize #16
astria
Status Failure
Total duration 11m 29s
Artifacts

integration.yaml

on: pull_request
ordered-channel-test
9m 16s
ordered-channel-test
Matrix: celestia-to-gaia
Matrix: integration-test
Matrix: interchain-security-ica
Matrix: interchain-security-icq
Matrix: interchain-security-no-ica
Matrix: model-based-test
Fit to window
Zoom out
Zoom in

Annotations

92 errors and 140 warnings
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied: crates/relayer/src/chain/astria/utils.rs#L25
error[E0277]: the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied --> crates/relayer/src/chain/astria/utils.rs:25:10 | 25 | .try_into() | ^^^^^^^^ the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` | = help: the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` = help: for that trait implementation, expected `ibc_proto::ibc::core::commitment::v1::MerkleProof`, found `ibc_proto::ibc::core::commitment::v1::MerkleProof` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::Into<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>` = note: required for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` to implement `std::convert::TryFrom<ibc_proto::ibc::core::commitment::v1::MerkleProof>` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::TryInto<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>`
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied: crates/relayer/src/chain/astria/utils.rs#L25
error[E0277]: the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied --> crates/relayer/src/chain/astria/utils.rs:25:10 | 25 | .try_into() | ^^^^^^^^ the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` | = help: the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` = help: for that trait implementation, expected `ibc_proto::ibc::core::commitment::v1::MerkleProof`, found `ibc_proto::ibc::core::commitment::v1::MerkleProof` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::Into<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>` = note: required for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` to implement `std::convert::TryFrom<ibc_proto::ibc::core::commitment::v1::MerkleProof>` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::TryInto<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>`
mismatched types: crates/relayer/src/chain/astria/endpoint.rs#L214
error[E0308]: mismatched types --> crates/relayer/src/chain/astria/endpoint.rs:214:38 | 214 | actions.push(Action::Ibc(non_raw)); | ----------- ^^^^^^^ expected `penumbra_ibc::ibc_action::IbcRelay`, found `penumbra_ibc::IbcRelay` | | | arguments to this enum variant are incorrect | = note: `penumbra_ibc::IbcRelay` and `penumbra_ibc::ibc_action::IbcRelay` have similar names, but are actually distinct types note: `penumbra_ibc::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/a9694cf/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ note: `penumbra_ibc::ibc_action::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/1b1be7e/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `penumbra_ibc` are being used? note: tuple variant defined here --> /home/runner/.cargo/git/checkouts/astria-4037264eca042f1c/093e579/crates/astria-core/src/sequencer/v1alpha1/transaction/action.rs:33:5 | 33 | Ibc(IbcRelay), | ^^^
mismatched types: crates/relayer/src/chain/astria/endpoint.rs#L214
error[E0308]: mismatched types --> crates/relayer/src/chain/astria/endpoint.rs:214:38 | 214 | actions.push(Action::Ibc(non_raw)); | ----------- ^^^^^^^ expected `penumbra_ibc::ibc_action::IbcRelay`, found `penumbra_ibc::IbcRelay` | | | arguments to this enum variant are incorrect | = note: `penumbra_ibc::IbcRelay` and `penumbra_ibc::ibc_action::IbcRelay` have similar names, but are actually distinct types note: `penumbra_ibc::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/a9694cf/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ note: `penumbra_ibc::ibc_action::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/1b1be7e/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `penumbra_ibc` are being used? note: tuple variant defined here --> /home/runner/.cargo/git/checkouts/astria-4037264eca042f1c/093e579/crates/astria-core/src/sequencer/v1alpha1/transaction/action.rs:33:5 | 33 | Ibc(IbcRelay), | ^^^
redundant field names in struct initialization: crates/relayer/src/transfer.rs#L212
error: redundant field names in struct initialization --> crates/relayer/src/transfer.rs:212:9 | 212 | denom: denom, | ^^^^^^^^^^^^ help: replace it with: `denom` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `-D clippy::redundant-field-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
redundant field names in struct initialization: crates/relayer/src/transfer.rs#L212
error: redundant field names in struct initialization --> crates/relayer/src/transfer.rs:212:9 | 212 | denom: denom, | ^^^^^^^^^^^^ help: replace it with: `denom` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `-D clippy::redundant-field-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied: crates/relayer/src/chain/astria/utils.rs#L25
error[E0277]: the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied --> crates/relayer/src/chain/astria/utils.rs:25:10 | 25 | .try_into() | ^^^^^^^^ the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` | = help: the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` = help: for that trait implementation, expected `ibc_proto::ibc::core::commitment::v1::MerkleProof`, found `ibc_proto::ibc::core::commitment::v1::MerkleProof` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::Into<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>` = note: required for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` to implement `std::convert::TryFrom<ibc_proto::ibc::core::commitment::v1::MerkleProof>` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::TryInto<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>`
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied: crates/relayer/src/chain/astria/utils.rs#L25
error[E0277]: the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied --> crates/relayer/src/chain/astria/utils.rs:25:10 | 25 | .try_into() | ^^^^^^^^ the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` | = help: the trait `std::convert::From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is implemented for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` = help: for that trait implementation, expected `ibc_proto::ibc::core::commitment::v1::MerkleProof`, found `ibc_proto::ibc::core::commitment::v1::MerkleProof` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::Into<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>` = note: required for `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof` to implement `std::convert::TryFrom<ibc_proto::ibc::core::commitment::v1::MerkleProof>` = note: required for `ibc_proto::ibc::core::commitment::v1::MerkleProof` to implement `std::convert::TryInto<ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof>`
mismatched types: crates/relayer/src/chain/astria/endpoint.rs#L214
error[E0308]: mismatched types --> crates/relayer/src/chain/astria/endpoint.rs:214:38 | 214 | actions.push(Action::Ibc(non_raw)); | ----------- ^^^^^^^ expected `penumbra_ibc::ibc_action::IbcRelay`, found `penumbra_ibc::IbcRelay` | | | arguments to this enum variant are incorrect | = note: `penumbra_ibc::IbcRelay` and `penumbra_ibc::ibc_action::IbcRelay` have similar names, but are actually distinct types note: `penumbra_ibc::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/a9694cf/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ note: `penumbra_ibc::ibc_action::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/1b1be7e/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `penumbra_ibc` are being used? note: tuple variant defined here --> /home/runner/.cargo/git/checkouts/astria-4037264eca042f1c/093e579/crates/astria-core/src/sequencer/v1alpha1/transaction/action.rs:33:5 | 33 | Ibc(IbcRelay), | ^^^
mismatched types: crates/relayer/src/chain/astria/endpoint.rs#L214
error[E0308]: mismatched types --> crates/relayer/src/chain/astria/endpoint.rs:214:38 | 214 | actions.push(Action::Ibc(non_raw)); | ----------- ^^^^^^^ expected `penumbra_ibc::ibc_action::IbcRelay`, found `penumbra_ibc::IbcRelay` | | | arguments to this enum variant are incorrect | = note: `penumbra_ibc::IbcRelay` and `penumbra_ibc::ibc_action::IbcRelay` have similar names, but are actually distinct types note: `penumbra_ibc::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/a9694cf/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ note: `penumbra_ibc::ibc_action::IbcRelay` is defined in crate `penumbra_ibc` --> /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/1b1be7e/crates/core/component/ibc/src/ibc_action.rs:41:1 | 41 | pub enum IbcRelay { | ^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `penumbra_ibc` are being used? note: tuple variant defined here --> /home/runner/.cargo/git/checkouts/astria-4037264eca042f1c/093e579/crates/astria-core/src/sequencer/v1alpha1/transaction/action.rs:33:5 | 33 | Ibc(IbcRelay), | ^^^
redundant field names in struct initialization: crates/relayer/src/transfer.rs#L212
error: redundant field names in struct initialization --> crates/relayer/src/transfer.rs:212:9 | 212 | denom: denom, | ^^^^^^^^^^^^ help: replace it with: `denom` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `-D clippy::redundant-field-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
redundant field names in struct initialization: crates/relayer/src/transfer.rs#L212
error: redundant field names in struct initialization --> crates/relayer/src/transfer.rs:212:9 | 212 | denom: denom, | ^^^^^^^^^^^^ help: replace it with: `denom` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `-D clippy::redundant-field-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
model-based-test (gaia6): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
model-based-test (gaia6)
could not compile `ibc-relayer` (lib) due to 2 previous errors
model-based-test (gaia6)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
could not compile `ibc-relayer` (lib) due to 2 previous errors
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (migaloo, migalood, migaloo, stake): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (migaloo, migalood, migaloo, stake)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (migaloo, migalood, migaloo, stake)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (wasmd, wasmd, wasm, stake): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (wasmd, wasmd, wasm, stake)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (wasmd, wasmd, wasm, stake)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
could not compile `ibc-relayer` (lib) due to 2 previous errors
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
ordered-channel-test: crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
ordered-channel-test
could not compile `ibc-relayer` (lib) due to 2 previous errors
ordered-channel-test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
integration-test (juno, junod, juno, stake, juno,forward-packet): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
integration-test (juno, junod, juno, stake, juno,forward-packet)
could not compile `ibc-relayer` (lib) due to 2 previous errors
integration-test (juno, junod, juno, stake, juno,forward-packet)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride): crates/relayer/src/chain/astria/utils.rs#L25
the trait bound `ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof: From<ibc_proto::ibc::core::commitment::v1::MerkleProof>` is not satisfied
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
could not compile `ibc-relayer` (lib) due to 2 previous errors
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
model-based-test (gaia6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
model-based-test (gaia6)
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/
model-based-test (gaia6)
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/
model-based-test (gaia6)
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/
model-based-test (gaia6)
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/
model-based-test (gaia6)
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/
model-based-test (gaia6)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
No push credentials found. Ignoring the 'useDaemon' option.
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (migaloo, migalood, migaloo, stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
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/
integration-test (migaloo, migalood, migaloo, stake)
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (wasmd, wasmd, wasm, stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (wasmd, wasmd, wasm, stake)
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/
integration-test (wasmd, wasmd, wasm, stake)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (wasmd, wasmd, wasm, stake)
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/
integration-test (wasmd, wasmd, wasm, stake)
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/
integration-test (wasmd, wasmd, wasm, stake)
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/
integration-test (wasmd, wasmd, wasm, stake)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
No push credentials found. Ignoring the 'useDaemon' option.
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
No push credentials found. Ignoring the 'useDaemon' option.
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
ordered-channel-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
ordered-channel-test
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/
ordered-channel-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/
ordered-channel-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/
ordered-channel-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/
ordered-channel-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/
ordered-channel-test
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
integration-test (juno, junod, juno, stake, juno,forward-packet)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
integration-test (juno, junod, juno, stake, juno,forward-packet)
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/