Skip to content

zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent. #5159

zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent.

zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent. #5159

Triggered via pull request March 27, 2024 20:06
Status Failure
Total duration 4m 57s
Billable time 7m
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

29 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check ZFuture build on Linux
Process completed with exit code 101.
Check ZFuture build on macOS
Process completed with exit code 101.
Latest build on ubuntu-latest
Process completed with exit code 101.
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
Latest build on windows-latest
The operation was canceled.
Build target wasm32-wasi
Process completed with exit code 101.
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
Latest build on macOS-latest
The operation was canceled.
Test on Linux
Process completed with exit code 101.
Test NU6 on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test Orchard on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test Orchard on Windows
The operation was canceled.
protobuf consistency
Process completed with exit code 101.
Test NU6 on Linux
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test NU6 on Linux
The operation was canceled.
Test Orchard on Linux
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test Orchard on Linux
The operation was canceled.
Test Orchard on macOS
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test Orchard on macOS
The operation was canceled.
Test on macOS
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
Test on macOS
The operation was canceled.
cannot find value `orchard_outputs` in this scope: zcash_client_backend/src/data_api/wallet/input_selection.rs#L408
error[E0425]: cannot find value `orchard_outputs` in this scope --> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31 | 408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total; | ^^^^^^^^^^^^^^^ not found in this scope
cannot find value `orchard_outputs` in this scope: zcash_client_backend/src/data_api/wallet/input_selection.rs#L408
error[E0425]: cannot find value `orchard_outputs` in this scope --> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31 | 408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total; | ^^^^^^^^^^^^^^^ not found in this scope
Clippy (MSRV)
Clippy had exited with the 101 exit code
Intra-doc links
Process completed with exit code 101.
Check ZFuture build on Windows
Process completed with exit code 1.
Code coverage
Process completed with exit code 1.
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
protobuf consistency
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: supplypike/setup-bin@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (MSRV)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/