Skip to content

Release/v2.207.0 light metrics #11

Release/v2.207.0 light metrics

Release/v2.207.0 light metrics #11

Triggered via pull request September 12, 2023 13:16
Status Failure
Total duration 4m 24s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
fmt
Process completed with exit code 1.
docs: linkerd/app/outbound/src/http/concrete.rs#L21
error[E0432]: unresolved import `std::Mutex` --> linkerd/app/outbound/src/http/concrete.rs:21:51 | 21 | use std::{fmt::Debug, net::SocketAddr, sync::Arc, Mutex}; | ^^^^^ no `Mutex` in the root | = help: consider importing one of these items instead: futures::lock::Mutex parking_lot::Mutex std::sync::Mutex tokio::sync::Mutex
docs
Process completed with exit code 1.
clippy: linkerd/app/outbound/src/http/concrete.rs#L21
error[E0432]: unresolved import `std::Mutex` --> linkerd/app/outbound/src/http/concrete.rs:21:51 | 21 | use std::{fmt::Debug, net::SocketAddr, sync::Arc, Mutex}; | ^^^^^ no `Mutex` in the root | = help: consider importing one of these items instead: futures::lock::Mutex parking_lot::Mutex std::sync::Mutex tokio::sync::Mutex
clippy
Process completed with exit code 1.