[INFO] fetching crate x86_64-xsave 0.1.3... [INFO] checking x86_64-xsave-0.1.3 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate x86_64-xsave 0.1.3 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate x86_64-xsave 0.1.3 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] started tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] finished tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] tweaked toml for crates.io crate x86_64-xsave 0.1.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c6d3ba5db93a2f6c5cb1caf3162b5271badf7b884c52005bb98b181c95c88a0d [INFO] running `Command { std: "docker" "start" "-a" "c6d3ba5db93a2f6c5cb1caf3162b5271badf7b884c52005bb98b181c95c88a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6d3ba5db93a2f6c5cb1caf3162b5271badf7b884c52005bb98b181c95c88a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d3ba5db93a2f6c5cb1caf3162b5271badf7b884c52005bb98b181c95c88a0d", kill_on_drop: false }` [INFO] [stdout] c6d3ba5db93a2f6c5cb1caf3162b5271badf7b884c52005bb98b181c95c88a0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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] 5f6f0493abdbc5adbc9c0673cf6dffaa7fbbc25a5b7d5cfd51878067ec9b26e3 [INFO] running `Command { std: "docker" "start" "-a" "5f6f0493abdbc5adbc9c0673cf6dffaa7fbbc25a5b7d5cfd51878067ec9b26e3", kill_on_drop: false }` [INFO] [stderr] Checking x86_64-xsave v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | use ::std::alloc::Alloc; [INFO] [stdout] | ^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `alloc` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | use ::std::alloc::Alloc; [INFO] [stdout] | ^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `alloc` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use core::arch::asm; [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/lib.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg(target_arch = "x86_64")] use ::std::arch::x86_64::has_cpuid; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/ExtendedStateInformation.rs:124:6 [INFO] [stdout] | [INFO] [stdout] 124 | if has_cpuid() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/ExtendedStateInformation.rs:139:6 [INFO] [stdout] | [INFO] [stdout] 139 | if has_cpuid() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(stdsimd)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/lib.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg(target_arch = "x86_64")] use ::std::arch::x86_64::has_cpuid; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/ExtendedStateInformation.rs:124:6 [INFO] [stdout] | [INFO] [stdout] 124 | if has_cpuid() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'stdarch_x86_has_cpuid' [INFO] [stdout] --> src/ExtendedStateInformation.rs:139:6 [INFO] [stdout] | [INFO] [stdout] 139 | if has_cpuid() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #60123 for more information [INFO] [stdout] = help: add `#![feature(stdarch_x86_has_cpuid)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-03-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(stdsimd)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `x86_64-xsave` (lib test) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `x86_64-xsave` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "5f6f0493abdbc5adbc9c0673cf6dffaa7fbbc25a5b7d5cfd51878067ec9b26e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f6f0493abdbc5adbc9c0673cf6dffaa7fbbc25a5b7d5cfd51878067ec9b26e3", kill_on_drop: false }` [INFO] [stdout] 5f6f0493abdbc5adbc9c0673cf6dffaa7fbbc25a5b7d5cfd51878067ec9b26e3 [INFO] checking x86_64-xsave-0.1.3 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] extracting crate x86_64-xsave 0.1.3 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate x86_64-xsave 0.1.3 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] started tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] finished tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] tweaked toml for crates.io crate x86_64-xsave 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 863166c3734126794ca8fa2712c0a76ea926250575c268a6e63a3f15576ab1f7 [INFO] running `Command { std: "docker" "start" "-a" "863166c3734126794ca8fa2712c0a76ea926250575c268a6e63a3f15576ab1f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "863166c3734126794ca8fa2712c0a76ea926250575c268a6e63a3f15576ab1f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "863166c3734126794ca8fa2712c0a76ea926250575c268a6e63a3f15576ab1f7", kill_on_drop: false }` [INFO] [stdout] 863166c3734126794ca8fa2712c0a76ea926250575c268a6e63a3f15576ab1f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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] cd3680e8e308044c6abb43f097ea1959249af4a61320c8dffad75dd9b6f57b8a [INFO] running `Command { std: "docker" "start" "-a" "cd3680e8e308044c6abb43f097ea1959249af4a61320c8dffad75dd9b6f57b8a", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "cd3680e8e308044c6abb43f097ea1959249af4a61320c8dffad75dd9b6f57b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd3680e8e308044c6abb43f097ea1959249af4a61320c8dffad75dd9b6f57b8a", kill_on_drop: false }` [INFO] [stdout] cd3680e8e308044c6abb43f097ea1959249af4a61320c8dffad75dd9b6f57b8a