Validator health status #14441
build+test.yml
on: pull_request
rustfmt
16s
check
1m 12s
test
3m 8s
clippy
1m 20s
web-client
2m 25s
web-client-lib
2m 45s
reconnect-test
2m 46s
Annotations
8 errors and 2 warnings
rustfmt
Process completed with exit code 1.
|
check
Process completed with exit code 101.
|
unresolved import `crate::health::ValidatorHealth`:
validator/src/validator.rs#L47
error[E0432]: unresolved import `crate::health::ValidatorHealth`
--> validator/src/validator.rs:47:5
|
47 | health::ValidatorHealth,
| ^^^^^^^^^^^^^^^^^^^^^^^ no `ValidatorHealth` in `health`
|
unresolved import `crate::health::ValidatorHealth`:
validator/src/micro.rs#L23
error[E0432]: unresolved import `crate::health::ValidatorHealth`
--> validator/src/micro.rs:23:52
|
23 | aggregation::skip_block::SkipBlockAggregation, health::ValidatorHealth, validator::Validator,
| ^^^^^^^^^^^^^^^^^^^^^^^ no `ValidatorHealth` in `health`
|
file not found for module `health`:
validator/src/lib.rs#L5
error[E0583]: file not found for module `health`
--> validator/src/lib.rs:5:1
|
5 | pub mod health;
| ^^^^^^^^^^^^^^^
|
= help: to create the module `health`, create file "validator/src/health.rs" or "validator/src/health/mod.rs"
= note: if there is a `mod health` elsewhere in the crate already, import it with `use crate::...` instead
|
clippy
Clippy had exited with the 101 exit code
|
reconnect-test
Process completed with exit code 101.
|
test
Process completed with exit code 101.
|
explicit call to `.into_iter()` in function argument accepting `IntoIterator`:
network-libp2p/src/network_metrics.rs#L26
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator`
--> network-libp2p/src/network_metrics.rs:26:44
|
26 | response_times: Histogram::new([0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0].into_iter()),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `[0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0]`
|
note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prometheus-client-0.23.1/src/metrics/histogram.rs:65:30
|
65 | pub fn new(buckets: impl IntoIterator<Item = f64>) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
reconnect-test
No files were found with the provided path: temp-logs/. No artifacts will be uploaded.
|