Skip to content

WIP: Add account birthdays. #1933

WIP: Add account birthdays.

WIP: Add account birthdays. #1933

Triggered via push August 22, 2023 03:13
Status Failure
Total duration 34m 29s
Artifacts

ci.yml

on: push
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Rustfmt
Process completed with exit code 1.
Intra-doc links
Process completed with exit code 101.
this expression creates a reference which is immediately dereferenced by the compiler: zcash_client_sqlite/src/wallet/scanning.rs#L1329
error: this expression creates a reference which is immediately dereferenced by the compiler --> zcash_client_sqlite/src/wallet/scanning.rs:1329:13 | 1329 | &usk.to_unified_full_viewing_key().sapling().unwrap(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `usk.to_unified_full_viewing_key().sapling().unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: zcash_client_sqlite/src/wallet/init.rs#L542
error: this expression creates a reference which is immediately dereferenced by the compiler --> zcash_client_sqlite/src/wallet/init.rs:542:32 | 542 | re.replace_all(&expected_views[expected_idx], " ") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `expected_views[expected_idx]` | = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Clippy (MSRV)
Clippy had exited with the 101 exit code
Code coverage
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 (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/