Skip to content

Add zstd compression support #1977

Add zstd compression support

Add zstd compression support #1977

Re-run triggered August 8, 2023 17:06
Status Failure
Total duration 2m 57s
Artifacts

CI.yml

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

Annotations

30 errors and 2 warnings
Check unused dependencies (ubuntu-latest)
Process completed with exit code 1.
Check unused dependencies (macOS-latest)
The job was canceled because "ubuntu-latest" failed.
Check unused dependencies (macOS-latest)
The operation was canceled.
Check unused dependencies (windows-latest)
The operation was canceled.
Interop Tests (ubuntu-latest, stable): tonic/src/transport/service/tls.rs#L71
use of deprecated method `tokio_rustls::rustls::client::builder::<impl tokio_rustls::rustls::ConfigBuilder<tokio_rustls::rustls::ClientConfig, tokio_rustls::rustls::client::WantsTransparencyPolicyOrClientCert>>::with_single_cert`: Use `with_client_auth_cert` instead
Interop Tests (ubuntu-latest, stable): tonic/src/codec/compression.rs#L157
non-exhaustive patterns: type `&CompressionEncoding` is non-empty
Interop Tests (ubuntu-latest, stable): tonic/src/codec/compression.rs#L205
variable does not need to be mutable
Interop Tests (ubuntu-latest, stable): tonic/src/codec/compression.rs#L244
variable does not need to be mutable
Interop Tests (ubuntu-latest, stable)
Process completed with exit code 101.
Interop Tests (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
Interop Tests (windows-latest, stable)
The operation was canceled.
Interop Tests (macOS-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
Interop Tests (macOS-latest, stable)
The operation was canceled.
Check MSRV
Process completed with exit code 101.
check (ubuntu-latest, stable): tonic/src/codec/compression.rs#L157
non-exhaustive patterns: type `&CompressionEncoding` is non-empty
check (ubuntu-latest, stable): tonic/src/codec/compression.rs#L205
variable does not need to be mutable
check (ubuntu-latest, stable): tonic/src/codec/compression.rs#L244
variable does not need to be mutable
check (ubuntu-latest, stable)
Process completed with exit code 1.
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.
check docs
Process completed with exit code 101.
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#L71
use of deprecated method `tokio_rustls::rustls::client::builder::<impl tokio_rustls::rustls::ConfigBuilder<tokio_rustls::rustls::ClientConfig, tokio_rustls::rustls::client::WantsTransparencyPolicyOrClientCert>>::with_single_cert`: Use `with_client_auth_cert` instead
test (ubuntu-latest, stable): tonic/src/codec/prost.rs#L334
calls to `std::mem::drop` with a reference instead of an owned value does nothing
test (ubuntu-latest, stable)
Process completed with exit code 101.
test (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
test (windows-latest, stable)
The operation was canceled.
test (macOS-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
test (macOS-latest, stable)
The operation was canceled.
check (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: baptiste0928/cargo-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check (macOS-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: baptiste0928/cargo-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/