Wallet Serialization #125
Triggered via pull request
September 10, 2024 15:43
Status
Failure
Total duration
1d 10h 48m 26s
Artifacts
–
ci.yml
on: pull_request
Bitrot check
1m 44s
Clippy (MSRV)
33s
Clippy (beta)
13s
Code coverage
57m 58s
Intra-doc links
2m 14s
Rustfmt
14s
protobuf consistency
1m 7s
UUID validity
7s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
13 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Rustfmt
Process completed with exit code 1.
|
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
|
Test Orchard on Linux
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test on Linux
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test NU6 on Linux
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test on Windows
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test NU6 on Windows
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
Test Orchard on Windows
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
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/
|
Code coverage
Codecov: Failed to properly create commit: The process '/__w/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|