[INFO] fetching crate intel-spi 0.1.5... [INFO] checking intel-spi-0.1.5 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate intel-spi 0.1.5 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate intel-spi 0.1.5 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate intel-spi 0.1.5 [INFO] finished tweaking crates.io crate intel-spi 0.1.5 [INFO] tweaked toml for crates.io crate intel-spi 0.1.5 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate intel-spi 0.1.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_intelflash v0.1.3 [INFO] [stderr] Downloaded redox_uefi v0.1.5 [INFO] [stderr] Downloaded coreboot-fs v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5f9f56c41bdd8335c8b57fcc55788804515d516959f63509d8de66bc7c3d6f2 [INFO] running `Command { std: "docker" "start" "-a" "c5f9f56c41bdd8335c8b57fcc55788804515d516959f63509d8de66bc7c3d6f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5f9f56c41bdd8335c8b57fcc55788804515d516959f63509d8de66bc7c3d6f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5f9f56c41bdd8335c8b57fcc55788804515d516959f63509d8de66bc7c3d6f2", kill_on_drop: false }` [INFO] [stdout] c5f9f56c41bdd8335c8b57fcc55788804515d516959f63509d8de66bc7c3d6f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6da774f8f771cb5905e74677c65a9c2dd54062872f649cb0fd3bbfc1b42affb6 [INFO] running `Command { std: "docker" "start" "-a" "6da774f8f771cb5905e74677c65a9c2dd54062872f649cb0fd3bbfc1b42affb6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking redox_uefi v0.1.5 [INFO] [stderr] Checking coreboot-fs v0.1.0 [INFO] [stdout] error[E0507]: cannot move out of `self.Header` which is behind a shared reference [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redox_uefi-0.1.5/src/hii/ifr.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 312 | #[derive(Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 315 | pub Header: IfrOpHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ move occurs because `self.Header` has type `IfrOpHeader`, which does not implement the `Copy` trait [INFO] [stdout] | [INFO] [stdout] = note: `#[derive(Debug)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.Question` which is behind a shared reference [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redox_uefi-0.1.5/src/hii/ifr.rs:316:5 [INFO] [stdout] | [INFO] [stdout] 312 | #[derive(Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 316 | pub Question: IfrQuestionHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because `self.Question` has type `IfrQuestionHeader`, which does not implement the `Copy` trait [INFO] [stdout] | [INFO] [stdout] = note: `#[derive(Debug)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.Header` which is behind a shared reference [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redox_uefi-0.1.5/src/hii/ifr.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 328 | #[derive(Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 331 | pub Header: IfrOpHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ move occurs because `self.Header` has type `IfrOpHeader`, which does not implement the `Copy` trait [INFO] [stdout] | [INFO] [stdout] = note: `#[derive(Debug)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.Question` which is behind a shared reference [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redox_uefi-0.1.5/src/hii/ifr.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 328 | #[derive(Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 332 | pub Question: IfrQuestionHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because `self.Question` has type `IfrQuestionHeader`, which does not implement the `Copy` trait [INFO] [stdout] | [INFO] [stdout] = note: `#[derive(Debug)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] [stderr] error: could not compile `redox_uefi` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6da774f8f771cb5905e74677c65a9c2dd54062872f649cb0fd3bbfc1b42affb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6da774f8f771cb5905e74677c65a9c2dd54062872f649cb0fd3bbfc1b42affb6", kill_on_drop: false }` [INFO] [stdout] 6da774f8f771cb5905e74677c65a9c2dd54062872f649cb0fd3bbfc1b42affb6 [INFO] checking intel-spi-0.1.5 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] extracting crate intel-spi 0.1.5 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate intel-spi 0.1.5 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate intel-spi 0.1.5 [INFO] finished tweaking crates.io crate intel-spi 0.1.5 [INFO] tweaked toml for crates.io crate intel-spi 0.1.5 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate intel-spi 0.1.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cbfc8ab54ab8234cb00e35b01899a8b3d58854e872ab8f5e9236c82087cacf61 [INFO] running `Command { std: "docker" "start" "-a" "cbfc8ab54ab8234cb00e35b01899a8b3d58854e872ab8f5e9236c82087cacf61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbfc8ab54ab8234cb00e35b01899a8b3d58854e872ab8f5e9236c82087cacf61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbfc8ab54ab8234cb00e35b01899a8b3d58854e872ab8f5e9236c82087cacf61", kill_on_drop: false }` [INFO] [stdout] cbfc8ab54ab8234cb00e35b01899a8b3d58854e872ab8f5e9236c82087cacf61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e73c7a8f95bbf1cf9f1482b407f3ce41dd001523b1edadc5b387629dd7055a4 [INFO] running `Command { std: "docker" "start" "-a" "3e73c7a8f95bbf1cf9f1482b407f3ce41dd001523b1edadc5b387629dd7055a4", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "3e73c7a8f95bbf1cf9f1482b407f3ce41dd001523b1edadc5b387629dd7055a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e73c7a8f95bbf1cf9f1482b407f3ce41dd001523b1edadc5b387629dd7055a4", kill_on_drop: false }` [INFO] [stdout] 3e73c7a8f95bbf1cf9f1482b407f3ce41dd001523b1edadc5b387629dd7055a4