Skip to content

update namada for comet 0.38 #248

update namada for comet 0.38

update namada for comet 0.38 #248

Triggered via pull request October 14, 2025 14:42
@tzemanovictzemanovic
synchronize #60
comet-0.38
Status Failure
Total duration 2m 10s
Artifacts

cargo-doc.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/header.rs#L135
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/header.rs:135:41 | 135 | pub fn decode_header<B: Buf>(buf: B) -> Result<Header, Error> { | ^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/header.rs#L115
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/header.rs:115:45 | 115 | fn decode_header<B: Buf>(buf: B) -> Result<Header, Error> { | ^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/consensus_state.rs#L107
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/consensus_state.rs:107:54 | 107 | fn decode_consensus_state<B: Buf>(buf: B) -> Result<ConsensusState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L335
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:335:51 | 335 | fn decode_client_state<B: Buf>(buf: B) -> Result<ClientState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L177
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:177:52 | 177 | pub fn verify_height(&self, height: Height) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L158
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:158:10 | 158 | ) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L133
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:133:51 | 133 | pub fn with_frozen_height(self, h: Height) -> Result<Self, Error> { | ^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L122
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:122:46 | 122 | pub fn with_header(self, h: TmHeader) -> Result<Self, Error> { | ^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L60
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:60:10 | 60 | ) -> Result<ClientState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err = note: `-D clippy::result-large-err` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/header.rs#L115
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/header.rs:115:45 | 115 | fn decode_header<B: Buf>(buf: B) -> Result<Header, Error> { | ^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/consensus_state.rs#L107
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/consensus_state.rs:107:54 | 107 | fn decode_consensus_state<B: Buf>(buf: B) -> Result<ConsensusState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L335
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:335:51 | 335 | fn decode_client_state<B: Buf>(buf: B) -> Result<ClientState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L177
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:177:52 | 177 | pub fn verify_height(&self, height: Height) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L158
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:158:10 | 158 | ) -> Result<(), Error> { | ^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L133
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:133:51 | 133 | pub fn with_frozen_height(self, h: Height) -> Result<Self, Error> { | ^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L122
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:122:46 | 122 | pub fn with_header(self, h: TmHeader) -> Result<Self, Error> { | ^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
the `Err`-variant returned from this function is very large: crates/relayer-types/src/clients/ics07_tendermint/client_state.rs#L60
error: the `Err`-variant returned from this function is very large --> crates/relayer-types/src/clients/ics07_tendermint/client_state.rs:60:10 | 60 | ) -> Result<ClientState, Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 232 bytes | = help: try reducing the size of `clients::ics07_tendermint::error::Error`, for example by boxing large elements or replacing it with `Box<clients::ics07_tendermint::error::Error>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err = note: `-D clippy::result-large-err` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
cargo-doc
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101