Skip to content

split tls id and name #1939

split tls id and name

split tls id and name #1939

Triggered via pull request November 6, 2023 17:09
Status Failure
Total duration 1m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
unit: linkerd/meshtls/src/lib.rs#L112
error[E0425]: cannot find value `identity` in this scope --> linkerd/meshtls/src/lib.rs:112:26 | 112 | _ => no_tls!(identity, roots_pem, key_pkcs8, csr), | ^^^^^^^^ not found in this scope | help: consider importing one of these items | 19 + use core::convert::identity; | 19 + use std::convert::identity; |
unit
Process completed with exit code 1.
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0425]: cannot find value `identity` in this scope --> linkerd/meshtls/src/lib.rs:94:62 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^ not found in this scope | help: consider importing one of these items | 19 + use core::convert::identity; | 19 + use std::convert::identity; |
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0425]: cannot find value `identity` in this scope --> linkerd/meshtls/src/lib.rs:94:62 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^ not found in this scope | help: consider importing one of these items | 19 + use core::convert::identity; | 19 + use std::convert::identity; |
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> linkerd/meshtls/src/lib.rs:94:41 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing | note: function defined here --> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8 | 15 | pub fn watch( | ^^^^^ help: provide the argument | 94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> linkerd/meshtls/src/lib.rs:94:41 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing | note: function defined here --> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8 | 15 | pub fn watch( | ^^^^^ help: provide the argument | 94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> linkerd/meshtls/src/lib.rs:94:41 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing | note: function defined here --> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8 | 15 | pub fn watch( | ^^^^^ help: provide the argument | 94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meshtls: linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> linkerd/meshtls/src/lib.rs:94:41 | 94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?; | ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing | note: function defined here --> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8 | 15 | pub fn watch( | ^^^^^ help: provide the argument | 94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meshtls
Process completed with exit code 1.