Skip to content

Validator health status #14441

Validator health status

Validator health status #14441

Triggered via pull request January 28, 2025 21:06
Status Failure
Total duration 3m 18s
Artifacts

build+test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.