[INFO] fetching crate ncheat 0.3.0...
[INFO] checking ncheat-0.3.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate ncheat 0.3.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate ncheat 0.3.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ncheat 0.3.0
[INFO] finished tweaking crates.io crate ncheat 0.3.0
[INFO] tweaked toml for crates.io crate ncheat 0.3.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate ncheat 0.3.0 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 589ca29a0f4fba068859f55523deca61934513fc58b133846dedc2b9714e8deb
[INFO] running `Command { std: "docker" "start" "-a" "589ca29a0f4fba068859f55523deca61934513fc58b133846dedc2b9714e8deb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "589ca29a0f4fba068859f55523deca61934513fc58b133846dedc2b9714e8deb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "589ca29a0f4fba068859f55523deca61934513fc58b133846dedc2b9714e8deb", kill_on_drop: false }`
[INFO] [stdout] 589ca29a0f4fba068859f55523deca61934513fc58b133846dedc2b9714e8deb
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1904ec1b6e8697141f65c2ce59ea4ecf9bd51745a73f798569c0d3cfd2e1fefd
[INFO] running `Command { std: "docker" "start" "-a" "1904ec1b6e8697141f65c2ce59ea4ecf9bd51745a73f798569c0d3cfd2e1fefd", kill_on_drop: false }`
[INFO] [stderr]     Checking ncheat v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout] 44 +                     OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout] 53 +                     OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/module.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 105 -             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout] 105 +             OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/process.rs:81:30
[INFO] [stdout]    |
[INFO] [stdout] 81 |                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 81 -                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout] 81 +                     OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/process.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 152 -                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout] 152 +                     OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout] 44 +                     OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout] 53 +                     OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/module.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 105 -             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout] 105 +             OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/process.rs:81:30
[INFO] [stdout]    |
[INFO] [stdout] 81 |                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 81 -                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout] 81 +                     OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/process.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 152 -                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout] 152 +                     OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ncheat` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ncheat` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "1904ec1b6e8697141f65c2ce59ea4ecf9bd51745a73f798569c0d3cfd2e1fefd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1904ec1b6e8697141f65c2ce59ea4ecf9bd51745a73f798569c0d3cfd2e1fefd", kill_on_drop: false }`
[INFO] [stdout] 1904ec1b6e8697141f65c2ce59ea4ecf9bd51745a73f798569c0d3cfd2e1fefd
[INFO] checking ncheat-0.3.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate ncheat 0.3.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate ncheat 0.3.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ncheat 0.3.0
[INFO] finished tweaking crates.io crate ncheat 0.3.0
[INFO] tweaked toml for crates.io crate ncheat 0.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate ncheat 0.3.0 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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fca4158359358aa4e99774523422556d5a63fb4a02c6411279a3fb72b15efd4b
[INFO] running `Command { std: "docker" "start" "-a" "fca4158359358aa4e99774523422556d5a63fb4a02c6411279a3fb72b15efd4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fca4158359358aa4e99774523422556d5a63fb4a02c6411279a3fb72b15efd4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fca4158359358aa4e99774523422556d5a63fb4a02c6411279a3fb72b15efd4b", kill_on_drop: false }`
[INFO] [stdout] fca4158359358aa4e99774523422556d5a63fb4a02c6411279a3fb72b15efd4b
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 032d32a15691168b4edc7ec112444bd3e6486816ac87d2e7b79d53afb0949ae3
[INFO] running `Command { std: "docker" "start" "-a" "032d32a15691168b4edc7ec112444bd3e6486816ac87d2e7b79d53afb0949ae3", kill_on_drop: false }`
[INFO] [stderr]     Checking ncheat v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout] 44 +                     OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout] 53 +                     OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/module.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 105 -             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout] 105 +             OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/process.rs:81:30
[INFO] [stdout]    |
[INFO] [stdout] 81 |                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 81 -                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout] 81 +                     OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/process.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 152 -                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout] 152 +                     OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout] 44 +                     OsStringExt::from_wide(&module_entry.sz_module);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/module.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -                     std::os::windows::prelude::OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout] 53 +                     OsStringExt::from_wide(&module_entry.sz_exe_path);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/module.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 105 -             std::os::windows::prelude::OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout] 105 +             OsStringExt::from_wide(&sys_dir_path_buffer);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/core/process.rs:81:30
[INFO] [stdout]    |
[INFO] [stdout] 81 |                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 81 -                     std::os::windows::prelude::OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout] 81 +                     OsStringExt::from_wide(&process_entry.sz_exe_file);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/core/process.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |                              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/os/mod.rs:100:9
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::os::unix::prelude::OsStringExt;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OsStringExt`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 152 -                     std::os::windows::prelude::OsStringExt::from_wide(&name_data);
[INFO] [stdout] 152 +                     OsStringExt::from_wide(&name_data);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ncheat` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ncheat` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "032d32a15691168b4edc7ec112444bd3e6486816ac87d2e7b79d53afb0949ae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "032d32a15691168b4edc7ec112444bd3e6486816ac87d2e7b79d53afb0949ae3", kill_on_drop: false }`
[INFO] [stdout] 032d32a15691168b4edc7ec112444bd3e6486816ac87d2e7b79d53afb0949ae3
