[INFO] fetching crate lunatic 0.5.2... [INFO] checking lunatic-0.5.2 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate lunatic 0.5.2 into /workspace/builds/worker-79/source [INFO] validating manifest of crates.io crate lunatic 0.5.2 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-79/source/.cargo/config.toml [INFO] started tweaking crates.io crate lunatic 0.5.2 [INFO] finished tweaking crates.io crate lunatic 0.5.2 [INFO] tweaked toml for crates.io crate lunatic 0.5.2 written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate crates.io crate lunatic 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] abc3111cd69d5a3d64c451238baf47596da39e9bdbc5c95e34dabd3ccbe36a23 [INFO] running `Command { std: "docker" "start" "-a" "abc3111cd69d5a3d64c451238baf47596da39e9bdbc5c95e34dabd3ccbe36a23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abc3111cd69d5a3d64c451238baf47596da39e9bdbc5c95e34dabd3ccbe36a23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abc3111cd69d5a3d64c451238baf47596da39e9bdbc5c95e34dabd3ccbe36a23", kill_on_drop: false }` [INFO] [stdout] abc3111cd69d5a3d64c451238baf47596da39e9bdbc5c95e34dabd3ccbe36a23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8f34f88e9ca278bb025965149be3a5f926073bc2968a0e59c664bfdbb19721a [INFO] running `Command { std: "docker" "start" "-a" "c8f34f88e9ca278bb025965149be3a5f926073bc2968a0e59c664bfdbb19721a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling lunatic_message_derive v0.1.0 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking lunatic v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/messaging_test.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Message, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | en: E, [INFO] [stdout] | ^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | en: E, [INFO] [stdout] | ^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | enb: E, [INFO] [stdout] | ^^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | enb: E, [INFO] [stdout] | ^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | enc: E, [INFO] [stdout] | ^^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | enc: E, [INFO] [stdout] | ^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `from_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_bincode(data: &[u8], resources: &[u64]) -> (usize, Self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | en: E, [INFO] [stdout] | ^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | en: E, [INFO] [stdout] | ^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | enb: E, [INFO] [stdout] | ^^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | enb: E, [INFO] [stdout] | ^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `E: Serialize` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | enc: E, [INFO] [stdout] | ^^^^^^ the trait `Serialize` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> E: Deserialize<'de>` is not satisfied [INFO] [stdout] --> tests/messaging_test.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | enc: E, [INFO] [stdout] | ^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `E` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `DeserializeOwned` for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `Message` for `E` [INFO] [stdout] note: required by `to_bincode` [INFO] [stdout] --> /opt/rustwide/workdir/src/message.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn to_bincode(self, dest: &mut Vec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lunatic` due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "c8f34f88e9ca278bb025965149be3a5f926073bc2968a0e59c664bfdbb19721a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8f34f88e9ca278bb025965149be3a5f926073bc2968a0e59c664bfdbb19721a", kill_on_drop: false }` [INFO] [stdout] c8f34f88e9ca278bb025965149be3a5f926073bc2968a0e59c664bfdbb19721a