[INFO] cloning repository https://github.com/Lonami/memo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lonami/memo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLonami%2Fmemo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLonami%2Fmemo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 845bfbbf6adb3ea0d6b35bf182a239843437bb37 [INFO] checking Lonami/memo against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLonami%2Fmemo" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lonami/memo 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 git repo https://github.com/Lonami/memo [INFO] finished tweaking git repo https://github.com/Lonami/memo [INFO] tweaked toml for git repo https://github.com/Lonami/memo written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Lonami/memo 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iced-x86 v1.10.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 340defa500a395c65b6d3b729f64237e51c121f55420c52c24c1c14bcab1edd2 [INFO] running `Command { std: "docker" "start" "-a" "340defa500a395c65b6d3b729f64237e51c121f55420c52c24c1c14bcab1edd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "340defa500a395c65b6d3b729f64237e51c121f55420c52c24c1c14bcab1edd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "340defa500a395c65b6d3b729f64237e51c121f55420c52c24c1c14bcab1edd2", kill_on_drop: false }` [INFO] [stdout] 340defa500a395c65b6d3b729f64237e51c121f55420c52c24c1c14bcab1edd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 5ff79567545155a72091cbb102f97ae3a69028a6f2baae3a14dee08219908748 [INFO] running `Command { std: "docker" "start" "-a" "5ff79567545155a72091cbb102f97ae3a69028a6f2baae3a14dee08219908748", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking mio v0.7.7 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking crossterm v0.19.0 [INFO] [stderr] Checking memo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/ffi/debug.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::FALSE; [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/ffi/module.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::minwindef::HMODULE; [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/ffi/process.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::minwindef::{DWORD, FALSE, HMODULE}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/ffi/process.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/ffi/region.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winnt::MEMORY_BASIC_INFORMATION; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> src/ffi/process.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::winnt; [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/ffi/thread.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::{DWORD, FALSE}; [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/ffi/thread.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::tlhelp32::THREADENTRY32; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/ffi/thread.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/ffi/debug.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::FALSE; [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/ffi/module.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::minwindef::HMODULE; [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/ffi/process.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::minwindef::{DWORD, FALSE, HMODULE}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/ffi/process.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/ffi/region.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winnt::MEMORY_BASIC_INFORMATION; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> src/ffi/process.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::winnt; [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/ffi/thread.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::minwindef::{DWORD, FALSE}; [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/ffi/thread.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::tlhelp32::THREADENTRY32; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/ffi/thread.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/ffi/debug.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | if unsafe { winapi::um::debugapi::DebugActiveProcess(pid) } == FALSE { [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/ffi/debug.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | if unsafe { winapi::um::debugapi::DebugActiveProcess(pid) } == FALSE { [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/ffi/debug.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | if unsafe { winapi::um::winbase::DebugSetProcessKillOnExit(FALSE) } == FALSE { [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/ffi/debug.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | if unsafe { winapi::um::winbase::DebugSetProcessKillOnExit(FALSE) } == FALSE { [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/ffi/debug.rs:45:29 [INFO] [stdout] | [INFO] [stdout] 45 | ) -> io::Result { [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/ffi/debug.rs:45:29 [INFO] [stdout] | [INFO] [stdout] 45 | ) -> io::Result { [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/ffi/debug.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | .unwrap_or(winapi::um::winbase::INFINITE); [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/ffi/debug.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | .unwrap_or(winapi::um::winbase::INFINITE); [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/ffi/debug.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | if unsafe { winapi::um::debugapi::WaitForDebugEvent(result.as_mut_ptr(), timeout) } == FALSE [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/ffi/debug.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | if unsafe { winapi::um::debugapi::WaitForDebugEvent(result.as_mut_ptr(), timeout) } == FALSE [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/ffi/debug.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | event: winapi::um::minwinbase::DEBUG_EVENT, [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/ffi/debug.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | event: winapi::um::minwinbase::DEBUG_EVENT, [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/ffi/debug.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | winapi::um::debugapi::ContinueDebugEvent( [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/ffi/debug.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | winapi::um::debugapi::ContinueDebugEvent( [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/ffi/debug.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | winapi::um::winnt::DBG_CONTINUE [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/ffi/debug.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | winapi::um::winnt::DBG_CONTINUE [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/ffi/debug.rs:79:29 [INFO] [stdout] | [INFO] [stdout] 79 | winapi::um::winnt::DBG_EXCEPTION_NOT_HANDLED [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/ffi/debug.rs:79:29 [INFO] [stdout] | [INFO] [stdout] 79 | winapi::um::winnt::DBG_EXCEPTION_NOT_HANDLED [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/ffi/debug.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | let ret = unsafe { winapi::um::debugapi::DebugActiveProcessStop(self.pid) }; [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/ffi/debug.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | let ret = unsafe { winapi::um::debugapi::DebugActiveProcessStop(self.pid) }; [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/ffi/module.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | winapi::um::psapi::GetModuleBaseNameA( [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/ffi/module.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | winapi::um::psapi::GetModuleBaseNameA( [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/ffi/process.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | winapi::um::psapi::EnumProcesses( [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/ffi/process.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | winapi::um::psapi::EnumProcesses( [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/ffi/process.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | winapi::um::processthreadsapi::OpenProcess( [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/ffi/process.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | winapi::um::processthreadsapi::OpenProcess( [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/ffi/process.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:183:21 [INFO] [stdout] | [INFO] [stdout] 183 | winapi::um::memoryapi::ReadProcessMemory( [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/ffi/process.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | winapi::um::psapi::EnumProcessModules( [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/ffi/process.rs:216:21 [INFO] [stdout] | [INFO] [stdout] 216 | winapi::um::memoryapi::WriteProcessMemory( [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/ffi/process.rs:183:21 [INFO] [stdout] | [INFO] [stdout] 183 | winapi::um::memoryapi::ReadProcessMemory( [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/ffi/process.rs:348:21 [INFO] [stdout] | [INFO] [stdout] 348 | winapi::um::memoryapi::VirtualAllocEx( [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/ffi/process.rs:216:21 [INFO] [stdout] | [INFO] [stdout] 216 | winapi::um::memoryapi::WriteProcessMemory( [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/ffi/process.rs:367:21 [INFO] [stdout] | [INFO] [stdout] 367 | winapi::um::memoryapi::VirtualFreeEx( [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/ffi/process.rs:348:21 [INFO] [stdout] | [INFO] [stdout] 348 | winapi::um::memoryapi::VirtualAllocEx( [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/ffi/process.rs:385:36 [INFO] [stdout] | [INFO] [stdout] 385 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle.as_mut()) }; [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/ffi/process.rs:367:21 [INFO] [stdout] | [INFO] [stdout] 367 | winapi::um::memoryapi::VirtualFreeEx( [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/ffi/region.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | winapi::um::memoryapi::VirtualQueryEx( [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/ffi/process.rs:385:36 [INFO] [stdout] | [INFO] [stdout] 385 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle.as_mut()) }; [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/ffi/thread.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | handle: winapi::um::winnt::HANDLE, [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/ffi/region.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | winapi::um::memoryapi::VirtualQueryEx( [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/ffi/thread.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | if unsafe { winapi::um::tlhelp32::Thread32Next(self.handle, &mut entry) } == FALSE { [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/ffi/thread.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | handle: winapi::um::winnt::HANDLE, [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/ffi/thread.rs:95:33 [INFO] [stdout] | [INFO] [stdout] 95 | if unsafe { winapi::um::tlhelp32::Thread32First(self.handle, &mut entry) } == FALSE { [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/ffi/thread.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | if unsafe { winapi::um::tlhelp32::Thread32Next(self.handle, &mut entry) } == FALSE { [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/ffi/thread.rs:131:36 [INFO] [stdout] | [INFO] [stdout] 131 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle) }; [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/ffi/thread.rs:95:33 [INFO] [stdout] | [INFO] [stdout] 95 | if unsafe { winapi::um::tlhelp32::Thread32First(self.handle, &mut entry) } == FALSE { [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/ffi/thread.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | winapi::um::tlhelp32::CreateToolhelp32Snapshot(winapi::um::tlhelp32::TH32CS_SNAPTHREAD, 0) [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/ffi/thread.rs:131:36 [INFO] [stdout] | [INFO] [stdout] 131 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle) }; [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/ffi/thread.rs:140:64 [INFO] [stdout] | [INFO] [stdout] 140 | winapi::um::tlhelp32::CreateToolhelp32Snapshot(winapi::um::tlhelp32::TH32CS_SNAPTHREAD, 0) [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/ffi/thread.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | winapi::um::tlhelp32::CreateToolhelp32Snapshot(winapi::um::tlhelp32::TH32CS_SNAPTHREAD, 0) [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/ffi/thread.rs:142:26 [INFO] [stdout] | [INFO] [stdout] 142 | if handle == winapi::um::handleapi::INVALID_HANDLE_VALUE { [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/ffi/thread.rs:140:64 [INFO] [stdout] | [INFO] [stdout] 140 | winapi::um::tlhelp32::CreateToolhelp32Snapshot(winapi::um::tlhelp32::TH32CS_SNAPTHREAD, 0) [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/ffi/thread.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | winapi::um::processthreadsapi::OpenThread( [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/ffi/thread.rs:142:26 [INFO] [stdout] | [INFO] [stdout] 142 | if handle == winapi::um::handleapi::INVALID_HANDLE_VALUE { [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/ffi/thread.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | winapi::um::winnt::THREAD_SUSPEND_RESUME [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/ffi/thread.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | winapi::um::processthreadsapi::OpenThread( [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/ffi/thread.rs:159:31 [INFO] [stdout] | [INFO] [stdout] 159 | | winapi::um::winnt::THREAD_GET_CONTEXT [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/ffi/thread.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | winapi::um::winnt::THREAD_SUSPEND_RESUME [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/ffi/thread.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | | winapi::um::winnt::THREAD_SET_CONTEXT [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/ffi/thread.rs:159:31 [INFO] [stdout] | [INFO] [stdout] 159 | | winapi::um::winnt::THREAD_GET_CONTEXT [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/ffi/thread.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | | winapi::um::winnt::THREAD_SET_CONTEXT [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/ffi/thread.rs:161:31 [INFO] [stdout] | [INFO] [stdout] 161 | | winapi::um::winnt::THREAD_QUERY_INFORMATION, [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/ffi/thread.rs:161:31 [INFO] [stdout] | [INFO] [stdout] 161 | | winapi::um::winnt::THREAD_QUERY_INFORMATION, [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/ffi/thread.rs:180:36 [INFO] [stdout] | [INFO] [stdout] 180 | let ret = unsafe { winapi::um::processthreadsapi::SuspendThread(self.handle.as_ptr()) }; [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/ffi/thread.rs:180:36 [INFO] [stdout] | [INFO] [stdout] 180 | let ret = unsafe { winapi::um::processthreadsapi::SuspendThread(self.handle.as_ptr()) }; [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/ffi/thread.rs:191:36 [INFO] [stdout] | [INFO] [stdout] 191 | let ret = unsafe { winapi::um::processthreadsapi::ResumeThread(self.handle.as_ptr()) }; [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/ffi/thread.rs:191:36 [INFO] [stdout] | [INFO] [stdout] 191 | let ret = unsafe { winapi::um::processthreadsapi::ResumeThread(self.handle.as_ptr()) }; [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/ffi/thread.rs:202:53 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn get_context(&self) -> io::Result { [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/ffi/thread.rs:202:53 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn get_context(&self) -> io::Result { [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/ffi/thread.rs:203:45 [INFO] [stdout] | [INFO] [stdout] 203 | let context = MaybeUninit::::zeroed(); [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/ffi/thread.rs:203:45 [INFO] [stdout] | [INFO] [stdout] 203 | let context = MaybeUninit::::zeroed(); [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/ffi/thread.rs:206:40 [INFO] [stdout] | [INFO] [stdout] 206 | context.ContextFlags = winapi::um::winnt::CONTEXT_ALL; [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/ffi/thread.rs:206:40 [INFO] [stdout] | [INFO] [stdout] 206 | context.ContextFlags = winapi::um::winnt::CONTEXT_ALL; [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/ffi/thread.rs:210:21 [INFO] [stdout] | [INFO] [stdout] 210 | winapi::um::processthreadsapi::GetThreadContext(self.handle.as_ptr(), &mut context) [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/ffi/thread.rs:210:21 [INFO] [stdout] | [INFO] [stdout] 210 | winapi::um::processthreadsapi::GetThreadContext(self.handle.as_ptr(), &mut context) [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/ffi/thread.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn set_context(&self, context: &winapi::um::winnt::CONTEXT) -> io::Result<()> { [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/ffi/thread.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn set_context(&self, context: &winapi::um::winnt::CONTEXT) -> io::Result<()> { [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/ffi/thread.rs:224:29 [INFO] [stdout] | [INFO] [stdout] 224 | if unsafe { winapi::um::processthreadsapi::SetThreadContext(self.handle.as_ptr(), context) } [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/ffi/thread.rs:224:29 [INFO] [stdout] | [INFO] [stdout] 224 | if unsafe { winapi::um::processthreadsapi::SetThreadContext(self.handle.as_ptr(), context) } [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/ffi/thread.rs:307:36 [INFO] [stdout] | [INFO] [stdout] 307 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle.as_mut()) }; [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/ffi/thread.rs:307:36 [INFO] [stdout] | [INFO] [stdout] 307 | let ret = unsafe { winapi::um::handleapi::CloseHandle(self.handle.as_mut()) }; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:170:34 [INFO] [stdout] | [INFO] [stdout] 170 | self.scan.active_regions.iter().flat_map(|ar| { [INFO] [stdout] | ^^^^ method not found in `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:170:34 [INFO] [stdout] | [INFO] [stdout] 170 | self.scan.active_regions.iter().flat_map(|ar| { [INFO] [stdout] | ^^^^ method not found in `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `ok_or_else` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/ffi/process.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct Process { [INFO] [stdout] | ------------------ doesn't satisfy `Process: Sized` [INFO] [stdout] ... [INFO] [stdout] 46 | / NonNull::new(unsafe { [INFO] [stdout] 47 | | winapi::um::processthreadsapi::OpenProcess( [INFO] [stdout] 48 | | winnt::PROCESS_QUERY_INFORMATION [INFO] [stdout] 49 | | | winnt::PROCESS_VM_READ [INFO] [stdout] ... | [INFO] [stdout] 56 | | .map(|handle| Self { pid, handle }) [INFO] [stdout] 57 | | .ok_or_else(io::Error::last_os_error) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Process: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `ok_or_else` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/ffi/process.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct Process { [INFO] [stdout] | ------------------ doesn't satisfy `Process: Sized` [INFO] [stdout] ... [INFO] [stdout] 46 | / NonNull::new(unsafe { [INFO] [stdout] 47 | | winapi::um::processthreadsapi::OpenProcess( [INFO] [stdout] 48 | | winnt::PROCESS_QUERY_INFORMATION [INFO] [stdout] 49 | | | winnt::PROCESS_VM_READ [INFO] [stdout] ... | [INFO] [stdout] 56 | | .map(|handle| Self { pid, handle }) [INFO] [stdout] 57 | | .ok_or_else(io::Error::last_os_error) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Process: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `ok_or_else` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/ffi/thread.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Thread { [INFO] [stdout] | ----------------- doesn't satisfy `ffi::thread::Thread: Sized` [INFO] [stdout] ... [INFO] [stdout] 156 | / NonNull::new(unsafe { [INFO] [stdout] 157 | | winapi::um::processthreadsapi::OpenThread( [INFO] [stdout] 158 | | winapi::um::winnt::THREAD_SUSPEND_RESUME [INFO] [stdout] 159 | | | winapi::um::winnt::THREAD_GET_CONTEXT [INFO] [stdout] ... | [INFO] [stdout] 166 | | .map(|handle| Self { tid, handle }) [INFO] [stdout] 167 | | .ok_or_else(io::Error::last_os_error) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ffi::thread::Thread: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `ok_or_else` exists for enum `Option`, but its trait bounds were not satisfied [INFO] [stdout] --> src/ffi/thread.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Thread { [INFO] [stdout] | ----------------- doesn't satisfy `ffi::thread::Thread: Sized` [INFO] [stdout] ... [INFO] [stdout] 156 | / NonNull::new(unsafe { [INFO] [stdout] 157 | | winapi::um::processthreadsapi::OpenThread( [INFO] [stdout] 158 | | winapi::um::winnt::THREAD_SUSPEND_RESUME [INFO] [stdout] 159 | | | winapi::um::winnt::THREAD_GET_CONTEXT [INFO] [stdout] ... | [INFO] [stdout] 166 | | .map(|handle| Self { tid, handle }) [INFO] [stdout] 167 | | .ok_or_else(io::Error::last_os_error) [INFO] [stdout] | | -^^^^^^^^^^ method cannot be called on `Option` due to unsatisfied trait bounds [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `ffi::thread::Thread: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 88 | self.active_regions = active_regions [INFO] [stdout] | _______________________________- [INFO] [stdout] 89 | | .into_iter() [INFO] [stdout] | | -^^^^^^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 123 | self.active_regions = active_regions [INFO] [stdout] | _______________________________- [INFO] [stdout] 124 | | .into_iter() [INFO] [stdout] | | -^^^^^^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 153 | / self.scan [INFO] [stdout] 154 | | .active_regions [INFO] [stdout] 155 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 162 | / self.scan [INFO] [stdout] 163 | | .active_regions [INFO] [stdout] 164 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 88 | self.active_regions = active_regions [INFO] [stdout] | _______________________________- [INFO] [stdout] 89 | | .into_iter() [INFO] [stdout] | | -^^^^^^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/snapshot.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | base: modules.iter().any(|m| m.addr() == r.addr()), [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 123 | self.active_regions = active_regions [INFO] [stdout] | _______________________________- [INFO] [stdout] 124 | | .into_iter() [INFO] [stdout] | | -^^^^^^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 153 | / self.scan [INFO] [stdout] 154 | | .active_regions [INFO] [stdout] 155 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/scan_group.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 162 | / self.scan [INFO] [stdout] 163 | | .active_regions [INFO] [stdout] 164 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/scanner/snapshot.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | base: modules.iter().any(|m| m.addr() == r.addr()), [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 60 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `memo` (lib) due to 61 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 60 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `memo` (lib test) due to 61 previous errors [INFO] running `Command { std: "docker" "inspect" "5ff79567545155a72091cbb102f97ae3a69028a6f2baae3a14dee08219908748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff79567545155a72091cbb102f97ae3a69028a6f2baae3a14dee08219908748", kill_on_drop: false }` [INFO] [stdout] 5ff79567545155a72091cbb102f97ae3a69028a6f2baae3a14dee08219908748 [INFO] checking Lonami/memo against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLonami%2Fmemo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lonami/memo 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 git repo https://github.com/Lonami/memo [INFO] finished tweaking git repo https://github.com/Lonami/memo [INFO] tweaked toml for git repo https://github.com/Lonami/memo written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Lonami/memo 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d0da936287636ff2eb579e41f5423c8cc217c6f1d2ebb23f00c33933ab8cf966 [INFO] running `Command { std: "docker" "start" "-a" "d0da936287636ff2eb579e41f5423c8cc217c6f1d2ebb23f00c33933ab8cf966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0da936287636ff2eb579e41f5423c8cc217c6f1d2ebb23f00c33933ab8cf966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0da936287636ff2eb579e41f5423c8cc217c6f1d2ebb23f00c33933ab8cf966", kill_on_drop: false }` [INFO] [stdout] d0da936287636ff2eb579e41f5423c8cc217c6f1d2ebb23f00c33933ab8cf966 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1473b387d4feb1821b6ca5d136e36a4ab3461a5e1357bef3cd64d76978025310 [INFO] running `Command { std: "docker" "start" "-a" "1473b387d4feb1821b6ca5d136e36a4ab3461a5e1357bef3cd64d76978025310", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "1473b387d4feb1821b6ca5d136e36a4ab3461a5e1357bef3cd64d76978025310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1473b387d4feb1821b6ca5d136e36a4ab3461a5e1357bef3cd64d76978025310", kill_on_drop: false }` [INFO] [stdout] 1473b387d4feb1821b6ca5d136e36a4ab3461a5e1357bef3cd64d76978025310