Skip to content

chore: update penumbra deps to 0.78.0 #85

chore: update penumbra deps to 0.78.0

chore: update penumbra deps to 0.78.0 #85

Triggered via pull request June 26, 2024 20:38
Status Failure
Total duration 13m 28s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 8 warnings
function cannot return without recursing: crates/relayer-types/src/core/ics03_connection/connection.rs#L396
error: function cannot return without recursing --> crates/relayer-types/src/core/ics03_connection/connection.rs:396:5 | 396 | / fn from(value: State) -> Self { 397 | | value.into() 398 | | } | |_____^ | note: recursive call site --> crates/relayer-types/src/core/ics03_connection/connection.rs:397:9 | 397 | value.into() | ^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unconditional_recursion = note: `-D clippy::unconditional-recursion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unconditional_recursion)]`
importing legacy numeric constants: crates/relayer-types/src/core/ics03_connection/connection.rs#L5
error: importing legacy numeric constants --> crates/relayer-types/src/core/ics03_connection/connection.rs:5:5 | 5 | u64, | ^^^ | = help: remove this import = note: then `u64::<CONST>` will resolve to the respective associated constant = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants = note: `-D clippy::legacy-numeric-constants` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
function cannot return without recursing: crates/relayer-types/src/core/ics03_connection/connection.rs#L396
error: function cannot return without recursing --> crates/relayer-types/src/core/ics03_connection/connection.rs:396:5 | 396 | / fn from(value: State) -> Self { 397 | | value.into() 398 | | } | |_____^ | note: recursive call site --> crates/relayer-types/src/core/ics03_connection/connection.rs:397:9 | 397 | value.into() | ^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unconditional_recursion = note: `-D clippy::unconditional-recursion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unconditional_recursion)]`
importing legacy numeric constants: crates/relayer-types/src/core/ics03_connection/connection.rs#L5
error: importing legacy numeric constants --> crates/relayer-types/src/core/ics03_connection/connection.rs:5:5 | 5 | u64, | ^^^ | = help: remove this import = note: then `u64::<CONST>` will resolve to the respective associated constant = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants = note: `-D clippy::legacy-numeric-constants` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::legacy_numeric_constants)]`
clippy-no-default-features
Clippy had exited with the 101 exit code
clippy-all-features
Clippy had exited with the 101 exit code
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
clippy-no-default-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy-no-default-features
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/
clippy-all-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy-all-features
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/
test-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/