Merge pull request #142 from idky137/get_block_range #294
ci.yml
on: push
Bitrot check
9m 7s
Clippy (MSRV)
7m 21s
Clippy (beta)
11s
Code coverage
4m 24s
Intra-doc links
9m 24s
Rustfmt
15s
Matrix: build-latest
Matrix: test
Annotations
14 errors and 8 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Rustfmt
Process completed with exit code 1.
|
Code coverage
Process completed with exit code 1.
|
large size difference between variants:
zaino-testutils/src/lib.rs#L95
error: large size difference between variants
--> zaino-testutils/src/lib.rs:95:1
|
95 | / pub enum LocalNet {
96 | | /// Zcash-local-net backed by Zcashd.
97 | | / Zcashd(
98 | | | zcash_local_net::LocalNet<
99 | | | zcash_local_net::indexer::Empty,
100 | | | zcash_local_net::validator::Zcashd,
101 | | | >,
102 | | | ),
| | |_____- the largest variant contains at least 208 bytes
103 | | /// Zcash-local-net backed by Zebrad.
104 | | / Zebrad(
105 | | | zcash_local_net::LocalNet<
106 | | | zcash_local_net::indexer::Empty,
107 | | | zcash_local_net::validator::Zebrad,
108 | | | >,
109 | | | ),
| | |_____- the second-largest variant contains at least 0 bytes
110 | | }
| |___^ the entire enum is at least 0 bytes
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
= note: `-D clippy::large-enum-variant` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::large_enum_variant)]`
help: consider boxing the large fields to reduce the total size of the enum
|
98 ~ Box<zcash_local_net::LocalNet<
99 + zcash_local_net::indexer::Empty,
100 + zcash_local_net::validator::Zcashd,
101 ~ >>,
|
|
large size difference between variants:
zaino-testutils/src/lib.rs#L95
error: large size difference between variants
--> zaino-testutils/src/lib.rs:95:1
|
95 | / pub enum LocalNet {
96 | | /// Zcash-local-net backed by Zcashd.
97 | | / Zcashd(
98 | | | zcash_local_net::LocalNet<
99 | | | zcash_local_net::indexer::Empty,
100 | | | zcash_local_net::validator::Zcashd,
101 | | | >,
102 | | | ),
| | |_____- the largest variant contains at least 208 bytes
103 | | /// Zcash-local-net backed by Zebrad.
104 | | / Zebrad(
105 | | | zcash_local_net::LocalNet<
106 | | | zcash_local_net::indexer::Empty,
107 | | | zcash_local_net::validator::Zebrad,
108 | | | >,
109 | | | ),
| | |_____- the second-largest variant contains at least 0 bytes
110 | | }
| |___^ the entire enum is at least 0 bytes
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
= note: `-D clippy::large-enum-variant` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::large_enum_variant)]`
help: consider boxing the large fields to reduce the total size of the enum
|
98 ~ Box<zcash_local_net::LocalNet<
99 + zcash_local_net::indexer::Empty,
100 + zcash_local_net::validator::Zcashd,
101 ~ >>,
|
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Clippy (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Latest build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|