Skip to content

build(deps): bump prost from 0.12.6 to 0.13.3 #630

build(deps): bump prost from 0.12.6 to 0.13.3

build(deps): bump prost from 0.12.6 to 0.13.3 #630

Triggered via pull request September 23, 2024 10:38
Status Failure
Total duration 2m 32s
Artifacts

pr.yml

on: pull_request
Matrix: rust-crates
ship-it
3s
ship-it
Fit to window
Zoom out
Zoom in

Annotations

22 errors
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L158
error[E0277]: the trait bound `CurrentLibraryConfig: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:158:45 | 158 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `CurrentLibraryConfig` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<CurrentLibraryConfig, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L158
error[E0277]: the trait bound `CurrentLibraryConfig: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:158:45 | 158 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `CurrentLibraryConfig` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<CurrentLibraryConfig, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L158
error[E0277]: the trait bound `UpdatedLibraryConfig: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:158:45 | 158 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `UpdatedLibraryConfig` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<CurrentLibraryConfig, UpdatedLibraryConfig>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L158
error[E0277]: the trait bound `UpdatedLibraryConfig: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:158:45 | 158 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `UpdatedLibraryConfig` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<CurrentLibraryConfig, UpdatedLibraryConfig>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L192
error[E0277]: the trait bound `ExportTraceServiceRequest: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:192:45 | 192 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `ExportTraceServiceRequest` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<ExportTraceServiceRequest, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L192
error[E0277]: the trait bound `ExportTraceServiceRequest: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:192:45 | 192 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `ExportTraceServiceRequest` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<ExportTraceServiceRequest, _>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L192
error[E0277]: the trait bound `ExportTraceServiceResponse: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:192:45 | 192 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `ExportTraceServiceResponse` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<ExportTraceServiceRequest, ExportTraceServiceResponse>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs#L192
error[E0277]: the trait bound `ExportTraceServiceResponse: prost::message::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs:192:45 | 192 | self.inner.streaming(req, path, codec).await | --------- ^^^^^ the trait `prost::message::Message` is not implemented for `ExportTraceServiceResponse` | | | 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 prost_types::compiler::Version and 51 others = note: required for `ProstCodec<ExportTraceServiceRequest, ExportTraceServiceResponse>` to implement `Codec` note: required by a bound in `tonic::client::Grpc::<T>::streaming` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.10.2/src/client/grpc.rs:291:12 | 280 | pub async fn streaming<S, M1, M2, C>( | --------- required by a bound in this associated function ... 291 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::streaming`
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.common.v1.rs#L27
error[E0277]: the trait bound `Timestamp: prost::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.common.v1.rs:27:28 | 27 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `Timestamp` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 CurrentLibraryConfig and 34 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.13.3/src/encoding.rs:789:12 | 787 | pub fn encode<M>(tag: u32, msg: &M, buf: &mut impl BufMut) | ------ required by a bound in this function 788 | where 789 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-crates (opencensus-proto): opencensus-proto/src/gen/opencensus.proto.agent.common.v1.rs#L27
error[E0277]: the trait bound `Timestamp: prost::Message` is not satisfied --> opencensus-proto/src/gen/opencensus.proto.agent.common.v1.rs:27:28 | 27 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `Timestamp` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 CurrentLibraryConfig and 34 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.13.3/src/encoding.rs:803:12 | 796 | pub fn merge<M, B>( | ----- required by a bound in this function ... 803 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-crates (spiffe-proto)
The job was canceled because "opencensus-proto" failed.
rust-crates (spiffe-proto): spiffe-proto/src/gen/spiffe.workloadapi.rs#L149
error[E0277]: the trait bound `X509svidRequest: prost::message::Message` is not satisfied --> spiffe-proto/src/gen/spiffe.workloadapi.rs:149:52 | 149 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `X509svidRequest` | | | 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<X509svidRequest, _>` 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.10.2/src/client/grpc.rs:271:12 | 261 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 271 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-crates (spiffe-proto): spiffe-proto/src/gen/spiffe.workloadapi.rs#L149
error[E0277]: the trait bound `X509svidRequest: prost::message::Message` is not satisfied --> spiffe-proto/src/gen/spiffe.workloadapi.rs:149:52 | 149 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `X509svidRequest` | | | 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<X509svidRequest, _>` 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.10.2/src/client/grpc.rs:271:12 | 261 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 271 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-crates (spiffe-proto): spiffe-proto/src/gen/spiffe.workloadapi.rs#L149
error[E0277]: the trait bound `X509svidResponse: prost::message::Message` is not satisfied --> spiffe-proto/src/gen/spiffe.workloadapi.rs:149:52 | 149 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `X509svidResponse` | | | 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<X509svidRequest, X509svidResponse>` 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.10.2/src/client/grpc.rs:271:12 | 261 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 271 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-crates (spiffe-proto): spiffe-proto/src/gen/spiffe.workloadapi.rs#L149
error[E0277]: the trait bound `X509svidResponse: prost::message::Message` is not satisfied --> spiffe-proto/src/gen/spiffe.workloadapi.rs:149:52 | 149 | self.inner.server_streaming(req, path, codec).await | ---------------- ^^^^^ the trait `prost::message::Message` is not implemented for `X509svidResponse` | | | 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<X509svidRequest, X509svidResponse>` 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.10.2/src/client/grpc.rs:271:12 | 261 | pub async fn server_streaming<M1, M2, C>( | ---------------- required by a bound in this associated function ... 271 | C: Codec<Encode = M1, Decode = M2>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Grpc::<T>::server_streaming`
rust-crates (spiffe-proto)
Process completed with exit code 1.
rust-crates (linkerd-proxy-api-resolve)
The job was canceled because "opencensus-proto" failed.
rust-crates (linkerd-proxy-api-resolve)
The operation was canceled.
rust-crates (linkerd-transport-header)
The job was canceled because "opencensus-proto" failed.
rust-crates (linkerd-transport-header)
The operation was canceled.
linkerd-install
Process completed with exit code 1.
ship-it
Process completed with exit code 1.