Release/v2.207.0 light metrics #9
Triggered via pull request
September 12, 2023 12:50
Status
Failure
Total duration
4m 24s
Artifacts
–
Annotations
7 errors
fmt
Process completed with exit code 1.
|
clippy:
linkerd/app/outbound/src/opaq/concrete.rs#L255
error[E0560]: struct `linkerd_app_core::metrics::OutboundEndpointLabels` has no field named `authority`
--> linkerd/app/outbound/src/opaq/concrete.rs:255:13
|
255 | authority,
| ^^^^^^^^^ `linkerd_app_core::metrics::OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
clippy:
linkerd/app/outbound/src/opaq/concrete.rs#L258
error[E0560]: struct `linkerd_app_core::metrics::OutboundEndpointLabels` has no field named `target_addr`
--> linkerd/app/outbound/src/opaq/concrete.rs:258:13
|
258 | target_addr: self.addr.into(),
| ^^^^^^^^^^^ `linkerd_app_core::metrics::OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
clippy
Process completed with exit code 1.
|
docs:
linkerd/app/outbound/src/opaq/concrete.rs#L255
error[E0560]: struct `OutboundEndpointLabels` has no field named `authority`
--> linkerd/app/outbound/src/opaq/concrete.rs:255:13
|
255 | authority,
| ^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
docs:
linkerd/app/outbound/src/opaq/concrete.rs#L258
error[E0560]: struct `OutboundEndpointLabels` has no field named `target_addr`
--> linkerd/app/outbound/src/opaq/concrete.rs:258:13
|
258 | target_addr: self.addr.into(),
| ^^^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
docs
Process completed with exit code 1.
|