[INFO] fetching crate actix-protobuf 0.7.0-beta.2... [INFO] checking actix-protobuf-0.7.0-beta.2 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate actix-protobuf 0.7.0-beta.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate actix-protobuf 0.7.0-beta.2 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate actix-protobuf 0.7.0-beta.2 [INFO] finished tweaking crates.io crate actix-protobuf 0.7.0-beta.2 [INFO] tweaked toml for crates.io crate actix-protobuf 0.7.0-beta.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2bbf0dbb51be49edee19bf3450fa0b6463a04443cf7d8a2e86382559969c9494 [INFO] running `Command { std: "docker" "start" "-a" "2bbf0dbb51be49edee19bf3450fa0b6463a04443cf7d8a2e86382559969c9494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bbf0dbb51be49edee19bf3450fa0b6463a04443cf7d8a2e86382559969c9494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bbf0dbb51be49edee19bf3450fa0b6463a04443cf7d8a2e86382559969c9494", kill_on_drop: false }` [INFO] [stdout] 2bbf0dbb51be49edee19bf3450fa0b6463a04443cf7d8a2e86382559969c9494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e4bfb220663773ab33b3cc82ead15e67f3a6bd24c650c5f8ca7bb684f30ef65a [INFO] running `Command { std: "docker" "start" "-a" "e4bfb220663773ab33b3cc82ead15e67f3a6bd24c650c5f8ca7bb684f30ef65a", kill_on_drop: false }` [INFO] [stderr] Checking prost v0.8.0 [INFO] [stderr] Checking actix-web v4.0.0-beta.12 [INFO] [stderr] Checking actix-protobuf v0.7.0-beta.2 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find derive macro `Message` in this scope [INFO] [stdout] --> src/lib.rs:285:32 [INFO] [stdout] | [INFO] [stdout] 285 | #[derive(Clone, PartialEq, Message)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Message` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:267:9 [INFO] [stdout] | [INFO] [stdout] 267 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `prost` in this scope [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | #[prost(int32, tag = "1")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `prost` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `prost` in this scope [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | #[prost(string, tag = "2")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `prost` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: prost::Message` is not satisfied [INFO] [stdout] --> src/lib.rs:295:33 [INFO] [stdout] | [INFO] [stdout] 295 | let protobuf = ProtoBuf(MyObject { [INFO] [stdout] | ________________________--------_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 296 | | number: 9, [INFO] [stdout] 297 | | name: "test".to_owned(), [INFO] [stdout] 298 | | }); [INFO] [stdout] | |_________^ the trait `prost::Message` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBuf` [INFO] [stdout] --> src/lib.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct ProtoBuf(pub T); [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBuf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: prost::Message` is not satisfied [INFO] [stdout] --> src/lib.rs:295:24 [INFO] [stdout] | [INFO] [stdout] 295 | let protobuf = ProtoBuf(MyObject { [INFO] [stdout] | ________________________^ [INFO] [stdout] 296 | | number: 9, [INFO] [stdout] 297 | | name: "test".to_owned(), [INFO] [stdout] 298 | | }); [INFO] [stdout] | |__________^ the trait `prost::Message` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBuf` [INFO] [stdout] --> src/lib.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct ProtoBuf(pub T); [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBuf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `respond_to` exists for struct `ProtoBuf`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct ProtoBuf(pub T); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | method `respond_to` not found for this [INFO] [stdout] | doesn't satisfy `ProtoBuf: actix_web::Responder` [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct MyObject { [INFO] [stdout] | ------------------- [INFO] [stdout] | | [INFO] [stdout] | doesn't satisfy `MyObject: Default` [INFO] [stdout] | doesn't satisfy `MyObject: prost::Message` [INFO] [stdout] ... [INFO] [stdout] 300 | let resp = protobuf.respond_to(&req).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^^ method cannot be called on `ProtoBuf` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied because of the requirements of the implementation of `actix_web::Responder` for `_`: [INFO] [stdout] `MyObject: prost::Message` [INFO] [stdout] `MyObject: Default` [INFO] [stdout] --> src/lib.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | impl Responder for ProtoBuf { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.8.0/src/message.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub trait Message: Debug + Send + Sync { [INFO] [stdout] 15 | | /// Encodes the message to a buffer. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// This method will panic if the buffer has insufficient capacity. [INFO] [stdout] ... | [INFO] [stdout] 162 | | fn clear(&mut self); [INFO] [stdout] 163 | | } [INFO] [stdout] | |_^ [INFO] [stdout] help: consider annotating `MyObject` with `#[derive(Default)]` [INFO] [stdout] | [INFO] [stdout] 286 | #[derive(Default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `ProtoBufMessage`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:308:53 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ------------------------------------------------ function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct MyObject { [INFO] [stdout] | ------------------- [INFO] [stdout] | | [INFO] [stdout] | doesn't satisfy `MyObject: Default` [INFO] [stdout] | doesn't satisfy `MyObject: prost::Message` [INFO] [stdout] ... [INFO] [stdout] 308 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^ function or associated item cannot be called on `ProtoBufMessage` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `MyObject: prost::Message` [INFO] [stdout] `MyObject: Default` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.8.0/src/message.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub trait Message: Debug + Send + Sync { [INFO] [stdout] 15 | | /// Encodes the message to a buffer. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// This method will panic if the buffer has insufficient capacity. [INFO] [stdout] ... | [INFO] [stdout] 162 | | fn clear(&mut self); [INFO] [stdout] 163 | | } [INFO] [stdout] | |_^ [INFO] [stdout] help: consider annotating `MyObject` with `#[derive(Default)]` [INFO] [stdout] | [INFO] [stdout] 286 | #[derive(Default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: prost::Message` is not satisfied [INFO] [stdout] --> src/lib.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:31 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: Default` is not satisfied [INFO] [stdout] --> src/lib.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `ProtoBufMessage`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:314:53 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ------------------------------------------------ function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct MyObject { [INFO] [stdout] | ------------------- [INFO] [stdout] | | [INFO] [stdout] | doesn't satisfy `MyObject: Default` [INFO] [stdout] | doesn't satisfy `MyObject: prost::Message` [INFO] [stdout] ... [INFO] [stdout] 314 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^ function or associated item cannot be called on `ProtoBufMessage` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `MyObject: prost::Message` [INFO] [stdout] `MyObject: Default` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.8.0/src/message.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub trait Message: Debug + Send + Sync { [INFO] [stdout] 15 | | /// Encodes the message to a buffer. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// This method will panic if the buffer has insufficient capacity. [INFO] [stdout] ... | [INFO] [stdout] 162 | | fn clear(&mut self); [INFO] [stdout] 163 | | } [INFO] [stdout] | |_^ [INFO] [stdout] help: consider annotating `MyObject` with `#[derive(Default)]` [INFO] [stdout] | [INFO] [stdout] 286 | #[derive(Default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: prost::Message` is not satisfied [INFO] [stdout] --> src/lib.rs:314:24 [INFO] [stdout] | [INFO] [stdout] 314 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:31 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: Default` is not satisfied [INFO] [stdout] --> src/lib.rs:314:24 [INFO] [stdout] | [INFO] [stdout] 314 | let protobuf = ProtoBufMessage::::new(&req, &mut pl).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `ProtoBufMessage`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:321:53 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ------------------------------------------------ function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 286 | pub struct MyObject { [INFO] [stdout] | ------------------- [INFO] [stdout] | | [INFO] [stdout] | doesn't satisfy `MyObject: Default` [INFO] [stdout] | doesn't satisfy `MyObject: prost::Message` [INFO] [stdout] ... [INFO] [stdout] 321 | let protobuf = ProtoBufMessage::::new(&req, &mut pl) [INFO] [stdout] | ^^^ function or associated item cannot be called on `ProtoBufMessage` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `MyObject: prost::Message` [INFO] [stdout] `MyObject: Default` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.8.0/src/message.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub trait Message: Debug + Send + Sync { [INFO] [stdout] 15 | | /// Encodes the message to a buffer. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// This method will panic if the buffer has insufficient capacity. [INFO] [stdout] ... | [INFO] [stdout] 162 | | fn clear(&mut self); [INFO] [stdout] 163 | | } [INFO] [stdout] | |_^ [INFO] [stdout] help: consider annotating `MyObject` with `#[derive(Default)]` [INFO] [stdout] | [INFO] [stdout] 286 | #[derive(Default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: prost::Message` is not satisfied [INFO] [stdout] --> src/lib.rs:321:24 [INFO] [stdout] | [INFO] [stdout] 321 | let protobuf = ProtoBufMessage::::new(&req, &mut pl) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:31 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyObject: Default` is not satisfied [INFO] [stdout] --> src/lib.rs:321:24 [INFO] [stdout] | [INFO] [stdout] 321 | let protobuf = ProtoBufMessage::::new(&req, &mut pl) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `MyObject` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ProtoBufMessage` [INFO] [stdout] --> src/lib.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct ProtoBufMessage { [INFO] [stdout] | ^^^^^^^ required by this bound in `ProtoBufMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-protobuf` due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "e4bfb220663773ab33b3cc82ead15e67f3a6bd24c650c5f8ca7bb684f30ef65a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4bfb220663773ab33b3cc82ead15e67f3a6bd24c650c5f8ca7bb684f30ef65a", kill_on_drop: false }` [INFO] [stdout] e4bfb220663773ab33b3cc82ead15e67f3a6bd24c650c5f8ca7bb684f30ef65a