Skip to content

build(deps): bump tonic from 0.10.2 to 0.12.3 #424

build(deps): bump tonic from 0.10.2 to 0.12.3

build(deps): bump tonic from 0.10.2 to 0.12.3 #424

Triggered via pull request September 26, 2024 20:49
Status Failure
Total duration 57s
Artifacts

rust.yml

on: pull_request
Matrix: rust-deps
Fit to window
Zoom out
Zoom in

Annotations

21 errors
rust-deps (advisories)
The job was canceled because "bans_licenses_sources" failed.
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::Update: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::Update` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, destination::Update>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::Update: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::Update` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, destination::Update>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `destination::GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `destination::GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `destination::DestinationProfile: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::DestinationProfile` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, destination::DestinationProfile>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `destination::DestinationProfile: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::DestinationProfile` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<destination::GetDestination, destination::DestinationProfile>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-clippy: src/gen/io.linkerd.proxy.identity.rs#L137
error[E0277]: the trait bound `identity::CertifyRequest: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.identity.rs:137:41 | 137 | self.inner.unary(req, path, codec).await | ----- ^^^^^ the trait `prost::message::Message` is not implemented for `identity::CertifyRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<identity::CertifyRequest, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::unary` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:217:12 | 207 | pub async fn unary<M1, M2, C>( | ----- required by a bound in this associated function ... 217 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::unary`
rust-clippy: src/gen/io.linkerd.proxy.identity.rs#L137
error[E0277]: the trait bound `identity::CertifyRequest: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.identity.rs:137:41 | 137 | self.inner.unary(req, path, codec).await | ----- ^^^^^ the trait `prost::message::Message` is not implemented for `identity::CertifyRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 std::boxed::Box<M> and 4 others = note: required for `tonic::codec::ProstCodec<identity::CertifyRequest, _>` to implement `tonic::codec::Codec` note: required by a bound in `tonic::client::Grpc::<T>::unary` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:217:12 | 207 | pub async fn unary<M1, M2, C>( | ----- required by a bound in this associated function ... 217 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::unary`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::Update: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::Update` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, destination::Update>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L533
error[E0277]: the trait bound `destination::Update: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:533:52 | 533 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `destination::Update` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, destination::Update>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `GetDestination: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `GetDestination` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `DestinationProfile: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `DestinationProfile` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, DestinationProfile>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.destination.rs#L565
error[E0277]: the trait bound `DestinationProfile: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:565:52 | 565 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `DestinationProfile` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<GetDestination, DestinationProfile>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::server_streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:273:12 | 263 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 273 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-test: src/gen/io.linkerd.proxy.identity.rs#L137
error[E0277]: the trait bound `CertifyRequest: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.identity.rs:137:41 | 137 | self.inner.unary(req, path, codec).await | ----- ^^^^^ the trait `prost::message::Message` is not implemented for `CertifyRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<CertifyRequest, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::unary` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:217:12 | 207 | pub async fn unary<M1, M2, C>( | ----- required by a bound in this associated function ... 217 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::unary`
rust-test: src/gen/io.linkerd.proxy.identity.rs#L137
error[E0277]: the trait bound `CertifyRequest: prost::message::Message` is not satisfied --> src/gen/io.linkerd.proxy.identity.rs:137:41 | 137 | self.inner.unary(req, path, codec).await | ----- ^^^^^ the trait `prost::message::Message` is not implemented for `CertifyRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `prost::message::Message`: bool i32 i64 u32 u64 f32 f64 Box<M> and 4 others = note: required for `ProstCodec<CertifyRequest, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::unary` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.12.3/src/client/grpc.rs:217:12 | 207 | pub async fn unary<M1, M2, C>( | ----- required by a bound in this associated function ... 217 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::unary`