Skip to content

feat(tonic-types): add ability to extract rich error details from google.rpc.Status #2001

feat(tonic-types): add ability to extract rich error details from google.rpc.Status

feat(tonic-types): add ability to extract rich error details from google.rpc.Status #2001

Re-run triggered August 14, 2023 15:14
Status Failure
Total duration 12m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: pull_request
Matrix: check
Matrix: Interop Tests
Matrix: test
Matrix: Check unused dependencies
Fit to window
Zoom out
Zoom in

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 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.