Transfer implementation #417
Triggered via pull request
November 21, 2023 15:09
Status
Failure
Total duration
11m 19s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
master.yml
on: pull_request
Miscellaneous checks
4m 21s
Build SBF
11m 9s
Rust tests
3m 39s
Rust Miri tests
4m 0s
Annotations
3 errors and 1 warning
this call to `as_ref` does nothing:
solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs#L221
error: this call to `as_ref` does nothing
--> solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs:221:43
|
221 | [port_id.as_bytes().as_ref(), channel_id.as_bytes().as_ref()];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `channel_id.as_bytes()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref
|
this call to `as_ref` does nothing:
solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs#L221
error: this call to `as_ref` does nothing
--> solana/solana-ibc/programs/solana-ibc/src/transfer/impls.rs:221:14
|
221 | [port_id.as_bytes().as_ref(), channel_id.as_bytes().as_ref()];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `port_id.as_bytes()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_asref
= note: `-D clippy::useless-asref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_asref)]`
|
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/
|