[INFO] updating cached repository https://github.com/Liano/procmon
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 1df5283b6d8353442667208414e19219bd77b387
[INFO] checking Liano/procmon against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398
[INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiano%2Fprocmon" "work/builds/worker-4/source"`
[INFO] [stderr] Cloning into 'work/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Liano/procmon on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt
[INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Liano/procmon
[INFO] finished tweaking git repo https://github.com/Liano/procmon
[INFO] tweaked toml for git repo https://github.com/Liano/procmon written to work/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/Liano/procmon already has a lockfile, it will not be regenerated
[INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] a15ef0b34550eeb0ff88cdb7db7a5e4d616e644b69f06a861fa7e9c57fd9dc7d
[INFO] running `"docker" "start" "-a" "a15ef0b34550eeb0ff88cdb7db7a5e4d616e644b69f06a861fa7e9c57fd9dc7d"`
[INFO] [stderr] Checking procmon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr] --> src/process/process.rs:7:14
[INFO] [stderr] |
[INFO] [stderr] 7 | use std::os::windows::raw::HANDLE;
[INFO] [stderr] | ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::shlobj`
[INFO] [stderr] --> src/process/process.rs:11:19
[INFO] [stderr] |
[INFO] [stderr] 11 | use self::winapi::shlobj::INVALID_HANDLE_VALUE;
[INFO] [stderr] | ^^^^^^ could not find `shlobj` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::winerror`
[INFO] [stderr] --> src/process/process.rs:12:19
[INFO] [stderr] |
[INFO] [stderr] 12 | use self::winapi::winerror::ERROR_NO_MORE_FILES;
[INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::tlhelp32`
[INFO] [stderr] --> src/process/process.rs:13:19
[INFO] [stderr] |
[INFO] [stderr] 13 | use self::winapi::tlhelp32::{PROCESSENTRY32W
[INFO] [stderr] | ^^^^^^^^ could not find `tlhelp32` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::minwindef`
[INFO] [stderr] --> src/process/process.rs:16:19
[INFO] [stderr] |
[INFO] [stderr] 16 | use self::winapi::minwindef::{DWORD
[INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr] --> src/process/helper.rs:3:14
[INFO] [stderr] |
[INFO] [stderr] 3 | use std::os::windows::ffi::OsStringExt;
[INFO] [stderr] | ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::tlhelp32`
[INFO] [stderr] --> src/process/process.rs:19:19
[INFO] [stderr] |
[INFO] [stderr] 19 | use self::winapi::tlhelp32::{TH32CS_SNAPPROCESS
[INFO] [stderr] | ^^^^^^^^ could not find `tlhelp32` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr] --> src/process/process.rs:7:14
[INFO] [stderr] |
[INFO] [stderr] 7 | use std::os::windows::raw::HANDLE;
[INFO] [stderr] | ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::shlobj`
[INFO] [stderr] --> src/process/process.rs:11:19
[INFO] [stderr] |
[INFO] [stderr] 11 | use self::winapi::shlobj::INVALID_HANDLE_VALUE;
[INFO] [stderr] | ^^^^^^ could not find `shlobj` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::winerror`
[INFO] [stderr] --> src/process/process.rs:12:19
[INFO] [stderr] |
[INFO] [stderr] 12 | use self::winapi::winerror::ERROR_NO_MORE_FILES;
[INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::tlhelp32`
[INFO] [stderr] --> src/process/process.rs:13:19
[INFO] [stderr] |
[INFO] [stderr] 13 | use self::winapi::tlhelp32::{PROCESSENTRY32W
[INFO] [stderr] | ^^^^^^^^ could not find `tlhelp32` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::minwindef`
[INFO] [stderr] --> src/process/process.rs:16:19
[INFO] [stderr] |
[INFO] [stderr] 16 | use self::winapi::minwindef::{DWORD
[INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr] --> src/process/helper.rs:3:14
[INFO] [stderr] |
[INFO] [stderr] 3 | use std::os::windows::ffi::OsStringExt;
[INFO] [stderr] | ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `self::winapi::tlhelp32`
[INFO] [stderr] --> src/process/process.rs:19:19
[INFO] [stderr] |
[INFO] [stderr] 19 | use self::winapi::tlhelp32::{TH32CS_SNAPPROCESS
[INFO] [stderr] | ^^^^^^^^ could not find `tlhelp32` in `winapi`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr] --> src/process/process.rs:78:32
[INFO] [stderr] |
[INFO] [stderr] 78 | fn get_next(snapshot_handle: HANDLE) -> Result