CI #10289
ci.yml
on: schedule
Discover workspace crates
14s
Matrix: build-latest
Matrix: build-nodefault
Matrix: build-nostd
Matrix: feature-check
Matrix: required-test
Matrix: test-slow
Bitrot check
1m 36s
Clippy (MSRV)
1m 40s
Clippy (no default features)
51s
Intra-doc links
1m 11s
Rustfmt
15s
protobuf consistency
56s
UUID validity
8s
Clippy (beta)
1m 48s
Readme dependency graph
16s
Matrix: test
Matrix: clippy-feature-combos
Notify Slack of nightly test failure
0s
Required status checks have passed
3s
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)]`
|