Skip to content

build(deps): bump prost-types from 0.12.4 to 0.13.3 #421

build(deps): bump prost-types from 0.12.4 to 0.13.3

build(deps): bump prost-types from 0.12.4 to 0.13.3 #421

Triggered via pull request September 23, 2024 20:54
Status Failure
Total duration 59s
Artifacts

rust.yml

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

Annotations

20 errors
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L312
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:312:28 | 312 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-clippy: src/gen/io.linkerd.proxy.destination.rs#L312
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:312:28 | 312 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 153 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L213
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:213:32 | 213 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-test: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L285
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:285:28 | 285 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-test: src/gen/io.linkerd.proxy.destination.rs#L312
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:312:28 | 312 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L312
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:312:28 | 312 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | 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-test: src/gen/io.linkerd.proxy.destination.rs#L312
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:312:28 | 312 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
rust-test: src/gen/io.linkerd.proxy.http_route.rs#L226
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.http_route.rs:226:28 | 226 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 153 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | 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)