Implement BlockCache Trait #152
ci.yml
on: pull_request
Bitrot check
1m 37s
Clippy (MSRV)
33s
Clippy (beta)
14s
Code coverage
3m 56s
Intra-doc links
2m 15s
Rustfmt
14s
protobuf consistency
1m 10s
UUID validity
6s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
29 errors and 4 warnings
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-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.
|
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Rustfmt
Process completed with exit code 1.
|
Build target wasm32-wasi
Process completed with exit code 101.
|
usage of `Iterator::fold` on a type that implements `Try`:
components/zcash_protocol/src/value.rs#L385
error: usage of `Iterator::fold` on a type that implements `Try`
--> components/zcash_protocol/src/value.rs:385:14
|
385 | iter.fold(Some(Zatoshis::ZERO), |acc, a| acc? + *a)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `try_fold` instead: `try_fold(Zatoshis::ZERO, |acc, a| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
|
usage of `Iterator::fold` on a type that implements `Try`:
components/zcash_protocol/src/value.rs#L379
error: usage of `Iterator::fold` on a type that implements `Try`
--> components/zcash_protocol/src/value.rs:379:14
|
379 | iter.fold(Some(Zatoshis::ZERO), |acc, a| acc? + a)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `try_fold` instead: `try_fold(Zatoshis::ZERO, |acc, a| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
|
usage of `Iterator::fold` on a type that implements `Try`:
components/zcash_protocol/src/value.rs#L202
error: usage of `Iterator::fold` on a type that implements `Try`
--> components/zcash_protocol/src/value.rs:202:14
|
202 | iter.fold(Some(ZatBalance::zero()), |acc, a| acc? + *a)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `try_fold` instead: `try_fold(ZatBalance::zero(), |acc, a| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
|
usage of `Iterator::fold` on a type that implements `Try`:
components/zcash_protocol/src/value.rs#L196
error: usage of `Iterator::fold` on a type that implements `Try`
--> components/zcash_protocol/src/value.rs:196:14
|
196 | iter.fold(Some(ZatBalance::zero()), |acc, a| acc? + a)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `try_fold` instead: `try_fold(ZatBalance::zero(), |acc, a| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
= note: `-D clippy::manual-try-fold` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::manual_try_fold)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
protobuf consistency
Process completed with exit code 101.
|
Bitrot check
Process completed with exit code 101.
|
Check ZFuture build on Linux
Process completed with exit code 101.
|
Check ZFuture build on macOS
Process completed with exit code 101.
|
Test on macOS
Process completed with exit code 101.
|
Test NU6 on Linux
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 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 on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test NU6 on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Intra-doc links
Process completed with exit code 101.
|
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.
|
Check ZFuture build on Windows
Process completed with exit code 1.
|
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/
|
Clippy (beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Clippy (MSRV)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|