feat: customize metric for personio use cases #14
Triggered via pull request
September 13, 2023 09:02
Status
Failure
Total duration
7m 25s
Artifacts
–
Annotations
13 errors
package (amd64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L350
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (amd64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (amd64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L348
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (amd64, gnu)
Process completed with exit code 1.
|
package (arm64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L350
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L348
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm64, gnu)
Process completed with exit code 1.
|
package (arm, gnu):
linkerd/app/outbound/src/http/concrete.rs#L350
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm, gnu):
linkerd/app/outbound/src/http/concrete.rs#L348
error[E0308]: `match` arms have incompatible types
--> linkerd/app/outbound/src/http/concrete.rs:350:23
|
348 | let mut dst_labels = match Arc::try_unwrap(self.metadata.labels()) {
| ______________________________-
349 | | Ok(result) => result,
| | ------ this is found to be of type `BTreeMap<String, String>`
350 | | Err(e) => self.metadata.labels(),
| | ^^^^^^^^^^^^^^^^^^^^^^ expected `BTreeMap<String, String>`, found `Arc<BTreeMap<String, String>>`
351 | | };
| |_________- `match` arms have incompatible types
|
= note: expected struct `BTreeMap<_, _>`
found struct `Arc<BTreeMap<_, _>>`
|
package (arm, gnu)
Process completed with exit code 1.
|
publish
Process completed with exit code 1.
|