Merge pull request #178 from AloeareV/state_indexer #442
ci.yml
on: push
Bitrot check
8m 26s
Clippy (MSRV)
6m 47s
Clippy (beta)
9s
Code coverage
4m 24s
Intra-doc links
8m 48s
Rustfmt
2s
Matrix: build-latest
Matrix: test
Annotations
14 errors
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Code coverage
Process completed with exit code 1.
|
Latest build on macOS-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "macOS-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Latest build on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Latest build on ubuntu-latest
The operation was canceled.
|
this function has too many arguments (9/7):
zaino-state/src/config.rs#L30
error: this function has too many arguments (9/7)
--> zaino-state/src/config.rs:30:5
|
30 | / pub fn new(
31 | | validator_config: zebra_state::Config,
32 | | validator_rpc_address: std::net::SocketAddr,
33 | | validator_cookie_auth: bool,
... |
39 | | network: zebra_chain::parameters::Network,
40 | | ) -> Self {
| |_____________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test on macOS-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "macOS-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Test on ubuntu-latest
The operation was canceled.
|