Skip to content

witness: store local consensus state during initialization for witness feature #1790

witness: store local consensus state during initialization for witness feature

witness: store local consensus state during initialization for witness feature #1790

Triggered via pull request October 16, 2024 19:11
Status Failure
Total duration 19m 57s
Artifacts

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
using `clone` on type `CryptoHash` which implements the `Copy` trait: solana/solana-ibc/programs/solana-ibc/src/lib.rs#L130
error: using `clone` on type `CryptoHash` which implements the `Copy` trait --> solana/solana-ibc/programs/solana-ibc/src/lib.rs:130:21 | 130 | provable.hash().clone(), | ^^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*provable.hash()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
Miscellaneous checks
Clippy had exited with the 101 exit code
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/
Miscellaneous checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/