[INFO] fetching crate win-win 0.1.1... [INFO] checking win-win-0.1.1 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate win-win 0.1.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate win-win 0.1.1 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate win-win 0.1.1 [INFO] finished tweaking crates.io crate win-win 0.1.1 [INFO] tweaked toml for crates.io crate win-win 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate win-win 0.1.1 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0d4bc8304db1d7dfcf503a813110ebe8a80fdc679946c4e779ade94ec59350f [INFO] running `Command { std: "docker" "start" "-a" "d0d4bc8304db1d7dfcf503a813110ebe8a80fdc679946c4e779ade94ec59350f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0d4bc8304db1d7dfcf503a813110ebe8a80fdc679946c4e779ade94ec59350f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0d4bc8304db1d7dfcf503a813110ebe8a80fdc679946c4e779ade94ec59350f", kill_on_drop: false }` [INFO] [stdout] d0d4bc8304db1d7dfcf503a813110ebe8a80fdc679946c4e779ade94ec59350f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e9245ad93df55e014729f874d8b539db4b54be67639a4a7cc165137ca0e31ab [INFO] running `Command { std: "docker" "start" "-a" "9e9245ad93df55e014729f874d8b539db4b54be67639a4a7cc165137ca0e31ab", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Checking win-win v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/error.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winnt::HRESULT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/runloop.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::BOOL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/runloop.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::windef::HACCEL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/runloop.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::winuser::{DispatchMessageW, GetMessageW, TranslateAcceleratorW, TranslateMessage}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::minwindef::{ATOM, DWORD, HINSTANCE, LPARAM, LPVOID, LRESULT, UINT, WPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::{HBRUSH, HCURSOR, HICON, HMENU, HWND}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/error.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winnt::HRESULT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::winnt::LPCWSTR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/runloop.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::BOOL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/window.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::ctypes::c_int; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::wide` [INFO] [stdout] --> src/window.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use wio::wide::ToWide; [INFO] [stdout] | ^^^^ could not find `wide` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/runloop.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::windef::HACCEL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/runloop.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::winuser::{DispatchMessageW, GetMessageW, TranslateAcceleratorW, TranslateMessage}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::minwindef::{ATOM, DWORD, HINSTANCE, LPARAM, LPVOID, LRESULT, UINT, WPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::{HBRUSH, HCURSOR, HICON, HMENU, HWND}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::winnt::LPCWSTR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/window.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/window.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::ctypes::c_int; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::wide` [INFO] [stdout] --> src/window.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use wio::wide::ToWide; [INFO] [stdout] | ^^^^ could not find `wide` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:267:30 [INFO] [stdout] | [INFO] [stdout] 267 | type WindowLongPtr = winapi::shared::basetsd::LONG_PTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/window.rs:267:30 [INFO] [stdout] | [INFO] [stdout] 267 | type WindowLongPtr = winapi::shared::basetsd::LONG_PTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:153:33 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn name(mut self, name: impl AsRef) -> Self { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 153 | self.window_name = name.to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:153:33 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn name(mut self, name: impl AsRef) -> Self { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 153 | self.window_name = name.to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed for `Rc<_>` [INFO] [stdout] --> src/window.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | let reference = Rc::from_raw(window_proc_ptr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 291 | mem::forget(reference.clone()); [INFO] [stdout] | ----- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving `reference` an explicit type, where the type for type parameter `T` is specified [INFO] [stdout] | [INFO] [stdout] 290 | let reference: Rc = Rc::from_raw(window_proc_ptr); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed for `Rc<_>` [INFO] [stdout] --> src/window.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | let reference = Rc::from_raw(window_proc_ptr); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 291 | mem::forget(reference.clone()); [INFO] [stdout] | ----- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving `reference` an explicit type, where the type for type parameter `T` is specified [INFO] [stdout] | [INFO] [stdout] 290 | let reference: Rc = Rc::from_raw(window_proc_ptr); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:309:36 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn builder(class_name: impl AsRef) -> WindowClassBuilder { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 308 | WindowClassBuilder { [INFO] [stdout] 309 | class_name: class_name.to_wide_null(), [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:309:36 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn builder(class_name: impl AsRef) -> WindowClassBuilder { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 308 | WindowClassBuilder { [INFO] [stdout] 309 | class_name: class_name.to_wide_null(), [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:326:38 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn from_name(class_name: impl AsRef) -> WindowClass { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 326 | WindowClass::Name(class_name.to_wide_null()) [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:326:38 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn from_name(class_name: impl AsRef) -> WindowClass { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 326 | WindowClass::Name(class_name.to_wide_null()) [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:511:36 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn menu_name(mut self, menu_name: impl AsRef) -> Self { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 511 | self.menu_name = menu_name.to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for type parameter `impl AsRef` in the current scope [INFO] [stdout] --> src/window.rs:511:36 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn menu_name(mut self, menu_name: impl AsRef) -> Self { [INFO] [stdout] | ----------------- method `to_wide_null` not found for this type parameter [INFO] [stdout] 511 | self.menu_name = menu_name.to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `impl AsRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `win-win` (lib) due to 17 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `win-win` (lib test) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "9e9245ad93df55e014729f874d8b539db4b54be67639a4a7cc165137ca0e31ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e9245ad93df55e014729f874d8b539db4b54be67639a4a7cc165137ca0e31ab", kill_on_drop: false }` [INFO] [stdout] 9e9245ad93df55e014729f874d8b539db4b54be67639a4a7cc165137ca0e31ab [INFO] checking win-win-0.1.1 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate win-win 0.1.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate win-win 0.1.1 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate win-win 0.1.1 [INFO] finished tweaking crates.io crate win-win 0.1.1 [INFO] tweaked toml for crates.io crate win-win 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate win-win 0.1.1 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" "+dae34b759e282c069aa28752564694effd121a63" "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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6525f89b48c8842faa1ea89544ff379c1fc0df4c01b5e0952383dbd9dcf3105 [INFO] running `Command { std: "docker" "start" "-a" "d6525f89b48c8842faa1ea89544ff379c1fc0df4c01b5e0952383dbd9dcf3105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6525f89b48c8842faa1ea89544ff379c1fc0df4c01b5e0952383dbd9dcf3105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6525f89b48c8842faa1ea89544ff379c1fc0df4c01b5e0952383dbd9dcf3105", kill_on_drop: false }` [INFO] [stdout] d6525f89b48c8842faa1ea89544ff379c1fc0df4c01b5e0952383dbd9dcf3105 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f634238049646488704a576aab67253198f92d03850a0d6f66d5a14d456aae1 [INFO] running `Command { std: "docker" "start" "-a" "6f634238049646488704a576aab67253198f92d03850a0d6f66d5a14d456aae1", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "6f634238049646488704a576aab67253198f92d03850a0d6f66d5a14d456aae1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f634238049646488704a576aab67253198f92d03850a0d6f66d5a14d456aae1", kill_on_drop: false }` [INFO] [stdout] 6f634238049646488704a576aab67253198f92d03850a0d6f66d5a14d456aae1