[INFO] fetching crate lunatic 0.5.2... [INFO] checking lunatic-0.5.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate lunatic 0.5.2 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate lunatic 0.5.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-32/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-32/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lunatic_message_derive v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1945d7389b7b321ce38edac1bb1b9f22d047c27208dd36b102607f515a7ca4f0 [INFO] running `Command { std: "docker" "start" "-a" "1945d7389b7b321ce38edac1bb1b9f22d047c27208dd36b102607f515a7ca4f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1945d7389b7b321ce38edac1bb1b9f22d047c27208dd36b102607f515a7ca4f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1945d7389b7b321ce38edac1bb1b9f22d047c27208dd36b102607f515a7ca4f0", kill_on_drop: false }` [INFO] [stdout] 1945d7389b7b321ce38edac1bb1b9f22d047c27208dd36b102607f515a7ca4f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a377081505e7e14de090fca2596f592b754863faf9326285e0273b8adfa8245 [INFO] running `Command { std: "docker" "start" "-a" "1a377081505e7e14de090fca2596f592b754863faf9326285e0273b8adfa8245", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [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 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/spawn.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/messaging_test.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/process_test.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/link.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/tcp_echo_server.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/environment.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/resolve.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/messaging.rs from 2018 edition to 2021 [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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] --> /tmp/fixit/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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "1a377081505e7e14de090fca2596f592b754863faf9326285e0273b8adfa8245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a377081505e7e14de090fca2596f592b754863faf9326285e0273b8adfa8245", kill_on_drop: false }` [INFO] [stdout] 1a377081505e7e14de090fca2596f592b754863faf9326285e0273b8adfa8245