zcash_client_backend: Require the tree state for the start of each sc… #2616
ci.yml
on: pull_request
Bitrot check
2m 47s
Clippy (MSRV)
3m 17s
Clippy (beta)
10s
Code coverage
7m 9s
Intra-doc links
3m 34s
Rustfmt
10s
protobuf consistency
2m 45s
UUID validity
3s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
24 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
The operation was canceled.
|
redundant closure:
zcash_client_sqlite/src/lib.rs#L780
error: redundant closure
--> zcash_client_sqlite/src/lib.rs:780:49
|
780 | ... || Checkpoint::tree_empty(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `Checkpoint::tree_empty`
|
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
|
unused variable: `sapling_checkpoint_positions`:
zcash_client_sqlite/src/lib.rs#L743
error: unused variable: `sapling_checkpoint_positions`
--> zcash_client_sqlite/src/lib.rs:743:21
|
743 | let sapling_checkpoint_positions: BTreeMap<BlockHeight, Position> =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sapling_checkpoint_positions`
|
= note: `-D unused-variables` implied by `-D warnings`
|
unused import: `ShardStore`:
zcash_client_sqlite/src/lib.rs#L44
error: unused import: `ShardStore`
--> zcash_client_sqlite/src/lib.rs:44:25
|
44 | store::{Checkpoint, ShardStore},
| ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
unused import: `ShardStore`:
zcash_client_sqlite/src/lib.rs#L44
error: unused import: `ShardStore`
--> zcash_client_sqlite/src/lib.rs:44:25
|
44 | store::{Checkpoint, ShardStore},
| ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Check ZFuture build on Linux
Process completed with exit code 101.
|
Check ZFuture build on macOS
Process completed with exit code 101.
|
Check ZFuture build on Windows
Process completed with exit code 1.
|
Test on macOS
Process completed with exit code 101.
|
Test NU6 on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test NU6 on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on macOS
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on macOS
The operation was canceled.
|
Code coverage
Process completed with exit code 1.
|
Clippy (beta)
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 (beta)
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/
|
protobuf consistency
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: supplypike/setup-bin@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (MSRV)
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 (MSRV)
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/
|