Skip to content

Merge branch 'wallet/spendable_value' into sqlite_wallet/orchard_support #2612

Merge branch 'wallet/spendable_value' into sqlite_wallet/orchard_support

Merge branch 'wallet/spendable_value' into sqlite_wallet/orchard_support #2612

Triggered via push March 8, 2024 03:11
Status Failure
Total duration 9m 7s
Artifacts

ci.yml

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

Annotations

43 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
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.
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
Latest build on macOS-latest
The operation was canceled.
protobuf consistency
Process completed with exit code 101.
unresolved item provided when a constant was expected: zcash_client_sqlite/src/wallet.rs#L295
error[E0747]: unresolved item provided when a constant was expected --> zcash_client_sqlite/src/wallet.rs:295:13 | 295 | ORCHARD_SHARD_HEIGHT, | ^^^^^^^^^^^^^^^^^^^^ | help: if this generic argument was intended as a const parameter, surround it with braces | 295 | { ORCHARD_SHARD_HEIGHT }, | + +
no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope: zcash_client_sqlite/src/wallet.rs#L290
error[E0599]: no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope --> zcash_client_sqlite/src/wallet.rs:290:38 | 290 | if let Some(frontier) = birthday.orchard_frontier().value() { | ^^^^^^^^^^^^^^^^ method not found in `zcash_client_backend::data_api::AccountBirthday`
unresolved item provided when a constant was expected: zcash_client_sqlite/src/wallet.rs#L300
error[E0747]: unresolved item provided when a constant was expected --> zcash_client_sqlite/src/wallet.rs:300:13 | 300 | ORCHARD_SHARD_HEIGHT, | ^^^^^^^^^^^^^^^^^^^^ | help: if this generic argument was intended as a const parameter, surround it with braces | 300 | { ORCHARD_SHARD_HEIGHT }, | + +
unresolved item provided when a constant was expected: zcash_client_sqlite/src/wallet.rs#L295
error[E0747]: unresolved item provided when a constant was expected --> zcash_client_sqlite/src/wallet.rs:295:13 | 295 | ORCHARD_SHARD_HEIGHT, | ^^^^^^^^^^^^^^^^^^^^ | help: if this generic argument was intended as a const parameter, surround it with braces | 295 | { ORCHARD_SHARD_HEIGHT }, | + +
no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope: zcash_client_sqlite/src/wallet.rs#L290
error[E0599]: no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope --> zcash_client_sqlite/src/wallet.rs:290:38 | 290 | if let Some(frontier) = birthday.orchard_frontier().value() { | ^^^^^^^^^^^^^^^^ method not found in `zcash_client_backend::data_api::AccountBirthday`
unresolved item provided when a constant was expected: zcash_client_sqlite/src/wallet.rs#L300
error[E0747]: unresolved item provided when a constant was expected --> zcash_client_sqlite/src/wallet.rs:300:13 | 300 | ORCHARD_SHARD_HEIGHT, | ^^^^^^^^^^^^^^^^^^^^ | help: if this generic argument was intended as a const parameter, surround it with braces | 300 | { ORCHARD_SHARD_HEIGHT }, | + +
failed to resolve: could not find `orchard` in the list of imported crates: zcash_client_sqlite/src/wallet.rs#L299
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates --> zcash_client_sqlite/src/wallet.rs:299:17 | 299 | { ::orchard::NOTE_COMMITMENT_TREE_DEPTH as u8 }, | ^^^^^^^ could not find `orchard` in the list of imported crates
failed to resolve: could not find `orchard` in the list of imported crates: zcash_client_sqlite/src/wallet.rs#L294
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates --> zcash_client_sqlite/src/wallet.rs:294:15 | 294 | ::orchard::tree::MerkleHashOrchard, | ^^^^^^^ could not find `orchard` in the list of imported crates
unresolved import `crate::ORCHARD_TABLES_PREFIX`: zcash_client_sqlite/src/wallet.rs#L104
error[E0432]: unresolved import `crate::ORCHARD_TABLES_PREFIX` --> zcash_client_sqlite/src/wallet.rs:104:5 | 104 | use crate::ORCHARD_TABLES_PREFIX; | ^^^^^^^--------------------- | | | | | help: a similar name exists in the module: `SAPLING_TABLES_PREFIX` | no `ORCHARD_TABLES_PREFIX` in the root
unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`: zcash_client_sqlite/src/wallet.rs#L76
error[E0432]: unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT` --> zcash_client_sqlite/src/wallet.rs:76:5 | 76 | use zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ORCHARD_SHARD_HEIGHT` in `data_api`
failed to resolve: could not find `orchard` in the list of imported crates: zcash_client_sqlite/src/wallet.rs#L299
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates --> zcash_client_sqlite/src/wallet.rs:299:17 | 299 | { ::orchard::NOTE_COMMITMENT_TREE_DEPTH as u8 }, | ^^^^^^^ could not find `orchard` in the list of imported crates
failed to resolve: could not find `orchard` in the list of imported crates: zcash_client_sqlite/src/wallet.rs#L294
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates --> zcash_client_sqlite/src/wallet.rs:294:15 | 294 | ::orchard::tree::MerkleHashOrchard, | ^^^^^^^ could not find `orchard` in the list of imported crates
unresolved import `crate::ORCHARD_TABLES_PREFIX`: zcash_client_sqlite/src/wallet.rs#L104
error[E0432]: unresolved import `crate::ORCHARD_TABLES_PREFIX` --> zcash_client_sqlite/src/wallet.rs:104:5 | 104 | use crate::ORCHARD_TABLES_PREFIX; | ^^^^^^^--------------------- | | | | | help: a similar name exists in the module: `SAPLING_TABLES_PREFIX` | no `ORCHARD_TABLES_PREFIX` in the root
unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`: zcash_client_sqlite/src/wallet.rs#L76
error[E0432]: unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT` --> zcash_client_sqlite/src/wallet.rs:76:5 | 76 | use zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ORCHARD_SHARD_HEIGHT` in `data_api`
Clippy (MSRV)
Clippy had exited with the 101 exit code
Intra-doc links
Process completed with exit code 101.
Test on ubuntu-latest with --features zfuture
Process completed with exit code 101.
Test on windows-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on windows-latest with --features orchard
The operation was canceled.
Test on windows-latest with --features zfuture
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on windows-latest with --features zfuture
The operation was canceled.
Test on windows-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on windows-latest
The operation was canceled.
Test on windows-latest with --features unstable-nu6
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on windows-latest with --features unstable-nu6
The operation was canceled.
Test on ubuntu-latest with --features unstable-nu6
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on ubuntu-latest with --features unstable-nu6
The operation was canceled.
Test on ubuntu-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on ubuntu-latest
The operation was canceled.
Test on ubuntu-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on ubuntu-latest with --features orchard
The operation was canceled.
Test on macOS-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on macOS-latest
The operation was canceled.
Test on macOS-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
Test on macOS-latest with --features orchard
The operation was canceled.
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/