Skip to content

solana-ibc: update for_client_state documentation #442

solana-ibc: update for_client_state documentation

solana-ibc: update for_client_state documentation #442

Triggered via pull request November 24, 2023 17:34
@mina86mina86
opened #124
mpn/b
Status Failure
Total duration 8m 34s
Artifacts

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Rust tests
Process completed with exit code 101.
Rust Miri tests
Process completed with exit code 101.
duplicate definitions with name `channel_id`: solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs#L173
error[E0592]: duplicate definitions with name `channel_id` --> solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs:173:5 | 167 | pub fn channel_id(&self) -> ibc::ChannelId { | ------------------------------------------ other definition for `channel_id` ... 173 | pub fn channel_id(&self) -> ibc::ChannelId { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ duplicate definitions for `channel_id`
duplicate definitions with name `port_id`: solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs#L171
error[E0592]: duplicate definitions with name `port_id` --> solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs:171:5 | 164 | pub fn port_id(&self) -> ibc::PortId { ibc::PortId::from(&self.port_key) } | ------------------------------------ other definition for `port_id` ... 171 | pub fn port_id(&self) -> ibc::PortId { self.port_id.clone() } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ duplicate definitions for `port_id`
Miscellaneous checks
Clippy had exited with the 101 exit code
Build SBF
Process completed with exit code 1.
Miscellaneous checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/