Skip to content

Squash into simplifications commit #1845

Squash into simplifications commit

Squash into simplifications commit #1845

Triggered via push July 18, 2023 14:09
Status Failure
Total duration 9m 16s
Artifacts

ci.yml

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

Annotations

10 errors and 2 warnings
Rustfmt
Process completed with exit code 1.
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
arguments to this function are incorrect: zcash_client_sqlite/src/wallet/scanning.rs#L249
error[E0308]: arguments to this function are incorrect --> zcash_client_sqlite/src/wallet/scanning.rs:249:19 | 249 | match dominance(current.priority(), to_insert.priority(), Insert::Right) { | ^^^^^^^^^ ------------------ -------------------- expected `&zcash_client_backend::data_api::scanning::ScanPriority`, found enum `zcash_client_backend::data_api::scanning::ScanPriority` | | | expected `&zcash_client_backend::data_api::scanning::ScanPriority`, found enum `zcash_client_backend::data_api::scanning::ScanPriority` | note: function defined here --> zcash_client_sqlite/src/wallet/scanning.rs:121:4 | 121 | fn dominance(current: &ScanPriority, inserted: &ScanPriority, insert: Insert) -> Dominance { | ^^^^^^^^^ ---------------------- ----------------------- -------------- help: consider borrowing here | 249 | match dominance(&current.priority(), to_insert.priority(), Insert::Right) { | ~~~~~~~~~~~~~~~~~~~ help: consider borrowing here | 249 | match dominance(current.priority(), &to_insert.priority(), Insert::Right) { | ~~~~~~~~~~~~~~~~~~~~~
Clippy (MSRV)
Clippy had exited with the 101 exit code
Test on ubuntu-latest
Process completed with exit code 101.
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
Test on windows-latest
The operation was canceled.
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
Test on macOS-latest
The operation was canceled.
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/