Skip to content

CI

CI #10289

Triggered via schedule August 1, 2026 09:06
Status Success
Total duration 42m 18s
Artifacts

ci.yml

on: schedule
Discover workspace crates
14s
Discover workspace crates
Matrix: build-latest
Matrix: build-nodefault
Matrix: build-nostd
Matrix: feature-check
Matrix: required-test
Matrix: test-slow
Bitrot check
1m 36s
Bitrot check
Clippy (MSRV)
1m 40s
Clippy (MSRV)
Clippy (no default features)
51s
Clippy (no default features)
Intra-doc links
1m 11s
Intra-doc links
Rustfmt
15s
Rustfmt
protobuf consistency
56s
protobuf consistency
UUID validity
8s
UUID validity
Clippy (beta)
1m 48s
Clippy (beta)
Readme dependency graph
16s
Readme dependency graph
Matrix: test
Matrix: clippy-feature-combos
Notify Slack of nightly test failure
0s
Notify Slack of nightly test failure
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
unused import: `Account`: zcash_client_sqlite/src/lib.rs#L1643
warning: unused import: `Account` --> zcash_client_sqlite/src/zewif.rs:1643:20 | 1643 | data_api::{Account as _, AccountPurpose, AccountSource, WalletRead}, | ^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
using `chunks_exact` with a constant chunk size: zcash_primitives/src/lib.rs#L252
warning: using `chunks_exact` with a constant chunk size --> zcash_primitives/src/merkle_tree.rs:252:24 | 252 | let iter = witness.chunks_exact(33); | ^^^^^^^^^^^^^^^^ | help: consider using `as_chunks::<33>()` instead --> zcash_primitives/src/merkle_tree.rs:252:24 | 252 | let iter = witness.chunks_exact(33); | ^^^^^^^^^^^^^^^^ = note: you can access the chunks using `iter.0.iter()`, and the remainder using `iter.1` = help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#chunks_exact_to_as_chunks = note: `-W clippy::chunks-exact-to-as-chunks` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::chunks_exact_to_as_chunks)]`
using `chunks_exact` with a constant chunk size: zcash_primitives/src/lib.rs#L252
warning: using `chunks_exact` with a constant chunk size --> zcash_primitives/src/merkle_tree.rs:252:24 | 252 | let iter = witness.chunks_exact(33); | ^^^^^^^^^^^^^^^^ | help: consider using `as_chunks::<33>()` instead --> zcash_primitives/src/merkle_tree.rs:252:24 | 252 | let iter = witness.chunks_exact(33); | ^^^^^^^^^^^^^^^^ = note: you can access the chunks using `iter.0.iter()`, and the remainder using `iter.1` = help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#chunks_exact_to_as_chunks = note: `-W clippy::chunks-exact-to-as-chunks` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::chunks_exact_to_as_chunks)]`