Skip to content

build(deps): bump prost-types from 0.12.4 to 0.13.4 #473

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

build(deps): bump prost-types from 0.12.4 to 0.13.4 #473

Triggered via pull request December 6, 2024 21:00
Status Failure
Total duration 55s
Artifacts

rust.yml

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

Annotations

21 errors and 5 warnings
rust-deps (advisories)
The job was canceled because "bans_licenses_sources" failed.
rust-clippy: src/gen/io.linkerd.proxy.destination.rs#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L324
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[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 172 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#L324
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L217
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L297
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[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 172 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#L324
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[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 172 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#L324
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[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 172 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#L324
error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[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 172 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 172 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-deps (bans licenses sources)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rust-clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rust-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
gen-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rust-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636