Skip to content

Update spongefish

Update spongefish #628

Triggered via pull request January 15, 2026 19:02
Status Failure
Total duration 34s
Artifacts

rust.yml

on: pull_request
Cargo fmt
15s
Cargo fmt
Matrix: build
Matrix: cargo-clippy
Fit to window
Zoom out
Zoom in

Annotations

26 errors
Build & Test (--features parallel)
Process completed with exit code 101.
Clippy (--no-default-features): src/crypto/proof_of_work/digest_engine.rs#L53
deref which would be done by auto-deref
Clippy (--no-default-features): src/crypto/proof_of_work/digest_engine.rs#L51
the borrowed expression implements the required traits
Build & Test (--no-default-features)
The strategy configuration was canceled because "build._--features_parallel" failed
Build & Test (--no-default-features)
The operation was canceled.
Clippy (--no-default-features): src/crypto/proof_of_work/digest_engine.rs#L50
the borrowed expression implements the required traits
Clippy (--no-default-features): src/crypto/proof_of_work/digest_engine.rs#L48
casting `f64` to `u64` may lose the sign of the value
Clippy (--no-default-features): src/crypto/proof_of_work/digest_engine.rs#L35
you should consider adding a `Default` implementation for `DigestEngine<D>`
Clippy (--no-default-features): src/crypto/merkle_tree/mod.rs#L81
useless conversion to the same type: `std::vec::Vec<usize>`
Clippy (--no-default-features): src/crypto/merkle_tree/mod.rs#L51
current MSRV (Minimum Supported Rust Version) is `1.83.0` but this item is stable since `1.87.0`
Clippy (--no-default-features): src/bits.rs#L30
unnecessary structure name repetition
Clippy (--no-default-features): src/bits.rs#L20
unnecessary structure name repetition
Clippy (--features parallel)
The strategy configuration was canceled because "cargo-clippy._--no-default-features" failed
Clippy (--features parallel): src/crypto/proof_of_work/digest_engine.rs#L53
deref which would be done by auto-deref
Clippy (--features parallel): src/crypto/proof_of_work/digest_engine.rs#L51
the borrowed expression implements the required traits
Clippy (--features parallel): src/crypto/proof_of_work/digest_engine.rs#L50
the borrowed expression implements the required traits
Clippy (--features parallel): src/crypto/proof_of_work/digest_engine.rs#L48
casting `f64` to `u64` may lose the sign of the value
Clippy (--features parallel): src/crypto/proof_of_work/digest_engine.rs#L35
you should consider adding a `Default` implementation for `DigestEngine<D>`
Clippy (--features parallel): src/crypto/merkle_tree/mod.rs#L81
useless conversion to the same type: `std::vec::Vec<usize>`
Clippy (--features parallel): src/crypto/merkle_tree/mod.rs#L57
current MSRV (Minimum Supported Rust Version) is `1.83.0` but this item is stable since `1.87.0`
Clippy (--features parallel): src/bits.rs#L30
unnecessary structure name repetition
Clippy (--features parallel): src/bits.rs#L20
unnecessary structure name repetition
Clippy (--features parallel): src/crypto/proof_of_work/none_engine.rs#L7
constant `NONE` is never used