WIP: zcash_client_backend: Implement generation of ZIP-320 compliant … #4826
ci.yml
on: push
Bitrot check
4m 26s
Clippy (MSRV)
4m 36s
Clippy (beta)
12s
Code coverage
6m 37s
Intra-doc links
5m 10s
Rustfmt
14s
protobuf consistency
4m 24s
UUID validity
3s
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
|
Rustfmt
Process completed 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.
|
Build target wasm32-wasi
Process completed with exit code 101.
|
protobuf consistency
Process completed with exit code 101.
|
Bitrot check
Process completed with exit code 101.
|
non-exhaustive patterns: `&address::Address::TransparentSourceOnlyTransparent(_)` not covered:
zcash_keys/src/address.rs#L323
error[E0004]: non-exhaustive patterns: `&address::Address::TransparentSourceOnlyTransparent(_)` not covered
--> zcash_keys/src/address.rs:323:15
|
323 | match self {
| ^^^^ pattern `&address::Address::TransparentSourceOnlyTransparent(_)` not covered
|
note: `address::Address` defined here
--> zcash_keys/src/address.rs:243:5
|
238 | pub enum Address {
| -------
...
243 | TransparentSourceOnlyTransparent(TransparentAddress)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not covered
= note: the matched value is of type `&address::Address`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
345 ~ },
346 ~ &address::Address::TransparentSourceOnlyTransparent(_) => todo!(),
|
|
non-exhaustive patterns: `&address::Address::TransparentSourceOnlyTransparent(_)` not covered:
zcash_keys/src/address.rs#L306
error[E0004]: non-exhaustive patterns: `&address::Address::TransparentSourceOnlyTransparent(_)` not covered
--> zcash_keys/src/address.rs:306:15
|
306 | match self {
| ^^^^ pattern `&address::Address::TransparentSourceOnlyTransparent(_)` not covered
|
note: `address::Address` defined here
--> zcash_keys/src/address.rs:243:5
|
238 | pub enum Address {
| -------
...
243 | TransparentSourceOnlyTransparent(TransparentAddress)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not covered
= note: the matched value is of type `&address::Address`
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
317 ~ Address::Unified(ua) => ua.to_address(net),
318 ~ &address::Address::TransparentSourceOnlyTransparent(_) => todo!(),
|
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test on ubuntu-latest with --features unstable-nu6
Process completed with exit code 101.
|
Test on ubuntu-latest with --features zfuture
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on ubuntu-latest with --features zfuture
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
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on windows-latest
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 with --features orchard
The job was canceled because "ubuntu-latest_unstable-nu" 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_unstable-nu" failed.
|
Test on windows-latest with --features zfuture
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "ubuntu-latest_unstable-nu" failed.
|
Test on ubuntu-latest
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.
|
Intra-doc links
Process completed with exit code 101.
|
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/
|