Skip to content

Keep the wallet database files and print their paths. #60

Keep the wallet database files and print their paths.

Keep the wallet database files and print their paths. #60

Triggered via push September 1, 2023 00:28
Status Failure
Total duration 16m 12s
Artifacts

ci.yml

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

Annotations

12 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
field assignment outside of initializer for an instance created with Default::default(): zcash_client_sqlite/src/testing.rs#L688
error: field assignment outside of initializer for an instance created with Default::default() --> zcash_client_sqlite/src/testing.rs:688:5 | 688 | ctx.hash = tx.txid().as_ref().to_vec(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D clippy::field-reassign-with-default` implied by `-D warnings` note: consider initializing the variable with `zcash_client_backend::proto::compact_formats::CompactTx { hash: tx.txid().as_ref().to_vec(), ..Default::default() }` and removing relevant reassignments --> zcash_client_sqlite/src/testing.rs:687:5 | 687 | let mut ctx = CompactTx::default(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
`assert!(false)` should probably be replaced: zcash_client_sqlite/src/wallet/sapling.rs#L1164
error: `assert!(false)` should probably be replaced --> zcash_client_sqlite/src/wallet/sapling.rs:1164:9 | 1164 | assert!(false); | ^^^^^^^^^^^^^^ | = note: `-D clippy::assertions-on-constants` implied by `-D warnings` = help: use `panic!()` or `unreachable!()` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
associated function `propose_shielding` is never used: zcash_client_sqlite/src/testing.rs#L494
error: associated function `propose_shielding` is never used --> zcash_client_sqlite/src/testing.rs:494:19 | 494 | pub(crate) fn propose_shielding<InputsT>( | ^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings`
Clippy (MSRV)
Clippy had exited with the 101 exit code
Code coverage
Process completed with exit code 2.
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.
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/