fixing build without blockcache attempt #74
ci.yml
on: push
Bitrot check
4m 0s
Clippy (MSRV)
4m 12s
Clippy (beta)
14s
Code coverage
6m 46s
Intra-doc links
4m 48s
Rustfmt
12s
protobuf consistency
4m 9s
UUID validity
6s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
34 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.
|
unused import: `BlockSource`:
zcash_client_backend/src/sync.rs#L22
error: unused import: `BlockSource`
--> zcash_client_backend/src/sync.rs:22:65
|
22 | chain::{error::Error as ChainError, scan_cached_blocks, BlockSource, CommitmentTreeRoot},
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
failed to resolve: use of undeclared crate or module `zcash_client_sqlite`:
zcash_client_backend/src/sync.rs#L14
error[E0433]: failed to resolve: use of undeclared crate or module `zcash_client_sqlite`
--> zcash_client_backend/src/sync.rs:14:5
|
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
| ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`
|
unused import: `BlockSource`:
zcash_client_backend/src/sync.rs#L22
error: unused import: `BlockSource`
--> zcash_client_backend/src/sync.rs:22:65
|
22 | chain::{error::Error as ChainError, scan_cached_blocks, BlockSource, CommitmentTreeRoot},
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
unresolved import `zcash_client_sqlite`:
zcash_client_backend/src/sync.rs#L14
error[E0432]: unresolved import `zcash_client_sqlite`
--> zcash_client_backend/src/sync.rs:14:5
|
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
| ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`
|
failed to resolve: use of undeclared crate or module `zcash_client_sqlite`:
zcash_client_backend/src/sync.rs#L14
error[E0433]: failed to resolve: use of undeclared crate or module `zcash_client_sqlite`
--> zcash_client_backend/src/sync.rs:14:5
|
14 | use zcash_client_sqlite::{chain::BlockMeta, FsBlockDb, FsBlockDbError};
| ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `zcash_client_sqlite`
|
protobuf consistency
Process completed with exit code 101.
|
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 unstable-nu6
Process completed with exit code 101.
|
Test on ubuntu-latest
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on ubuntu-latest with --features orchard
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on ubuntu-latest with --features orchard
Process completed with exit code 101.
|
Test on windows-latest with --features zfuture
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on windows-latest with --features zfuture
The operation was canceled.
|
Test on windows-latest with --features unstable-nu6
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on windows-latest with --features unstable-nu6
The operation was canceled.
|
Test on windows-latest
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on windows-latest with --features orchard
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on windows-latest with --features orchard
The operation was canceled.
|
Test on ubuntu-latest with --features zfuture
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on ubuntu-latest with --features zfuture
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on macOS-latest
The operation was canceled.
|
Test on macOS-latest with --features orchard
The job was canceled because "ubuntu-latest_unstable-nu" 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/
|