Skip to content

Tracing WIP

Tracing WIP #59

Triggered via push August 30, 2023 22:47
Status Failure
Total duration 37m 43s
Artifacts

ci.yml

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

Annotations

8 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.
field assignment outside of initializer for an instance created with Default::default(): zcash_client_sqlite/src/testing.rs#L685
error: field assignment outside of initializer for an instance created with Default::default() --> zcash_client_sqlite/src/testing.rs:685:5 | 685 | 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:684:5 | 684 | let mut ctx = CompactTx::default(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
associated function `propose_shielding` is never used: zcash_client_sqlite/src/testing.rs#L491
error: associated function `propose_shielding` is never used --> zcash_client_sqlite/src/testing.rs:491:19 | 491 | pub(crate) fn propose_shielding<InputsT>( | ^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings`
unused import: `decrypt_and_store_transaction`: zcash_client_sqlite/src/wallet/sapling.rs#L432
error: unused import: `decrypt_and_store_transaction` --> zcash_client_sqlite/src/wallet/sapling.rs:432:17 | 432 | decrypt_and_store_transaction, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `block::BlockHash`: zcash_client_sqlite/src/wallet/sapling.rs#L411
error: unused import: `block::BlockHash` --> zcash_client_sqlite/src/wallet/sapling.rs:411:9 | 411 | block::BlockHash, | ^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
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/