Skip to content

zcash_client_sqlite: Fix migration DAG edges #5711

zcash_client_sqlite: Fix migration DAG edges

zcash_client_sqlite: Fix migration DAG edges #5711

Triggered via pull request August 21, 2024 20:06
Status Failure
Total duration 22m 27s
Billable time 1h 23m
Artifacts

ci.yml

on: pull_request
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
redundant clone: zcash_client_sqlite/src/wallet/init/migrations.rs#L276
error: redundant clone --> zcash_client_sqlite/src/wallet/init/migrations.rs:276:72 | 276 | init_wallet_db_internal(&mut db_data, Some(Secret::new(seed.clone())), &[], false), | ^^^^^^^^ help: remove this | note: this value is dropped without further use --> zcash_client_sqlite/src/wallet/init/migrations.rs:276:68 | 276 | init_wallet_db_internal(&mut db_data, Some(Secret::new(seed.clone())), &[], false), | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `-D clippy::redundant-clone` implied by `-D warnings`
Clippy (MSRV)
Clippy had exited with the 101 exit code
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/