Skip to content

chore: update penumbra deps to 0.79.0 #95

chore: update penumbra deps to 0.79.0

chore: update penumbra deps to 0.79.0 #95

Triggered via pull request July 15, 2024 22:19
Status Failure
Total duration 1m 0s
Artifacts

cargo-doc.yaml

on: pull_request
cargo-doc
49s
cargo-doc
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
cargo-doc
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
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)]`
cargo-doc
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/
cargo-doc
The following actions uses Node.js version which is deprecated and will be forced to run on node20: astriaorg/[email protected], actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/