feat(tonic-types): add ability to extract rich error details from google.rpc.Status
#2001
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
CI.yml
on: pull_request
rustfmt
11s
check docs
4m 11s
cargo-deny check
27s
Check MSRV
4m 46s
Matrix: check
Matrix: Interop Tests
Matrix: test
Matrix: Check unused dependencies
Annotations
13 errors and 4 warnings
test (ubuntu-latest, stable):
tonic/src/transport/service/tls.rs#L54
use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
|
test (ubuntu-latest, stable):
tonic/src/transport/service/tls.rs#L54
use of deprecated field `webpki::trust_anchor::TlsServerTrustAnchors::0`: The per-usage trust anchor representations and verification functions are deprecated in favor of the general-purpose `TrustAnchor` type and `EndEntity::verify_for_usage` function. The new `verify_for_usage` function expresses trust anchor and end entity purpose with the key usage argument.
|
test (ubuntu-latest, stable)
Process completed with exit code 101.
|
check (ubuntu-latest, stable):
tonic/src/transport/service/tls.rs#L54
use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
|
check (ubuntu-latest, stable):
tonic/src/transport/service/tls.rs#L54
use of deprecated field `webpki::trust_anchor::TlsServerTrustAnchors::0`: The per-usage trust anchor representations and verification functions are deprecated in favor of the general-purpose `TrustAnchor` type and `EndEntity::verify_for_usage` function. The new `verify_for_usage` function expresses trust anchor and end entity purpose with the key usage argument.
|
check (ubuntu-latest, stable)
Process completed with exit code 1.
|
test (macOS-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
test (macOS-latest, stable)
The operation was canceled.
|
check (macOS-latest, stable)
The operation was canceled.
|
check (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
check (windows-latest, stable)
The operation was canceled.
|
test (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
test (windows-latest, stable)
The operation was canceled.
|
check docs:
target/debug/build/wellknown-compiled-485888732e6d8f7e/out/google.protobuf.rs#L1908
could not parse code block as Rust code
|
check docs:
target/debug/build/wellknown-compiled-485888732e6d8f7e/out/google.protobuf.rs#L1918
could not parse code block as Rust code
|
Check MSRV:
tonic/src/transport/service/tls.rs#L54
use of deprecated associated function `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
|
Check MSRV:
tonic/src/transport/service/tls.rs#L54
use of deprecated field `webpki::trust_anchor::TlsServerTrustAnchors::0`: The per-usage trust anchor representations and verification functions are deprecated in favor of the general-purpose `TrustAnchor` type and `EndEntity::verify_for_usage` function. The new `verify_for_usage` function expresses trust anchor and end entity purpose with the key usage argument.
|