Merge pull request #139 from idky137/remove_lighwalletd #278
ci.yml
on: push
Bitrot check
9m 1s
Clippy (MSRV)
7m 30s
Clippy (beta)
12s
Code coverage
4m 29s
Intra-doc links
8m 51s
Rustfmt
14s
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.
|
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.
|
Code coverage
Process completed with exit code 1.
|
large size difference between variants:
zaino-testutils/src/lib.rs#L89
error: large size difference between variants
--> zaino-testutils/src/lib.rs:89:1
|
89 | / pub enum LocalNet {
90 | | /// Zcash-local-net backed by Zcashd.
91 | | / Zcashd(
92 | | | zcash_local_net::LocalNet<
93 | | | zcash_local_net::indexer::Empty,
94 | | | zcash_local_net::validator::Zcashd,
95 | | | >,
96 | | | ),
| | |_____- the largest variant contains at least 208 bytes
97 | | /// Zcash-local-net backed by Zebrad.
98 | | / Zebrad(
99 | | | zcash_local_net::LocalNet<
100 | | | zcash_local_net::indexer::Empty,
101 | | | zcash_local_net::validator::Zebrad,
102 | | | >,
103 | | | ),
| | |_____- the second-largest variant contains at least 0 bytes
104 | | }
| |___^ 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
|
92 ~ Box<zcash_local_net::LocalNet<
93 + zcash_local_net::indexer::Empty,
94 + zcash_local_net::validator::Zcashd,
95 ~ >>,
|
|
large size difference between variants:
zaino-testutils/src/lib.rs#L89
error: large size difference between variants
--> zaino-testutils/src/lib.rs:89:1
|
89 | / pub enum LocalNet {
90 | | /// Zcash-local-net backed by Zcashd.
91 | | / Zcashd(
92 | | | zcash_local_net::LocalNet<
93 | | | zcash_local_net::indexer::Empty,
94 | | | zcash_local_net::validator::Zcashd,
95 | | | >,
96 | | | ),
| | |_____- the largest variant contains at least 208 bytes
97 | | /// Zcash-local-net backed by Zebrad.
98 | | / Zebrad(
99 | | | zcash_local_net::LocalNet<
100 | | | zcash_local_net::indexer::Empty,
101 | | | zcash_local_net::validator::Zebrad,
102 | | | >,
103 | | | ),
| | |_____- the second-largest variant contains at least 0 bytes
104 | | }
| |___^ 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
|
92 ~ Box<zcash_local_net::LocalNet<
93 + zcash_local_net::indexer::Empty,
94 + zcash_local_net::validator::Zcashd,
95 ~ >>,
|
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
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
|
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
|
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
|
Intra-doc links
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
|
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
|