[INFO] fetching crate win-memory-rs 1.0.0...
[INFO] testing win-memory-rs-1.0.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate win-memory-rs 1.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate win-memory-rs 1.0.0
[INFO] finished tweaking crates.io crate win-memory-rs 1.0.0
[INFO] tweaked toml for crates.io crate win-memory-rs 1.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-memory-rs 1.0.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d3b1231cc996b3aa000ff2987713c98dda08873dcb832f98d034fabe8fdcbb2
[INFO] running `Command { std: "docker" "start" "-a" "6d3b1231cc996b3aa000ff2987713c98dda08873dcb832f98d034fabe8fdcbb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d3b1231cc996b3aa000ff2987713c98dda08873dcb832f98d034fabe8fdcbb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d3b1231cc996b3aa000ff2987713c98dda08873dcb832f98d034fabe8fdcbb2", kill_on_drop: false }`
[INFO] [stdout] 6d3b1231cc996b3aa000ff2987713c98dda08873dcb832f98d034fabe8fdcbb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9aa6e3879e0e8e9d525f089126f756d3bd2fcd5fb52b4d18052bc32d5b0d6cc
[INFO] running `Command { std: "docker" "start" "-a" "d9aa6e3879e0e8e9d525f089126f756d3bd2fcd5fb52b4d18052bc32d5b0d6cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling win-memory-rs v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/memory.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::tlhelp32::{TH32CS_SNAPPROCESS, TH32CS_SNAPMODULE, TH32CS_SNAPMODULE32, MODULEENTRY32W, PROCESSENTRY32W, CreateToolhelp32S...
[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/memory.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use 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 `shared` in `winapi`
[INFO] [stdout]  --> src/memory.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{HINSTANCE__, MAX_PATH};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/memory.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/memory.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::tlhelp32::Module32NextW;
[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/memory.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |         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/memory.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |             winapi::um::processthreadsapi::GetCurrentProcess(), 
[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/memory.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u64 + addr) as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:16:101
[INFO] [stdout]    |
[INFO] [stdout] 16 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u64 + addr) as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:17:40
[INFO] [stdout]    |
[INFO] [stdout] 17 |             values.as_ptr() as winapi::shared::minwindef::LPCVOID, 
[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/memory.rs:18:37
[INFO] [stdout]    |
[INFO] [stdout] 18 |             values.len() as winapi::shared::basetsd::SIZE_T, 
[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/memory.rs:27:59
[INFO] [stdout]    |
[INFO] [stdout] 27 |             Err(Error::MemoryWrite(addr, unsafe { winapi::um::errhandlingapi::GetLastError() }))
[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/memory.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         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/memory.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |             winapi::um::processthreadsapi::GetCurrentProcess(), 
[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/memory.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u64 + addr) as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:41:101
[INFO] [stdout]    |
[INFO] [stdout] 41 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u64 + addr) as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:42:42
[INFO] [stdout]    |
[INFO] [stdout] 42 |             copy.as_mut_ptr() as winapi::shared::minwindef::LPVOID,
[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/memory.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |             size as winapi::shared::basetsd::SIZE_T,
[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/memory.rs:52:58
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Err(Error::MemoryRead(addr, unsafe { winapi::um::errhandlingapi::GetLastError() }))
[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/memory.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |         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/memory.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |             winapi::um::winnt::PROCESS_ALL_ACCESS, 
[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/memory.rs:66:28
[INFO] [stdout]    |
[INFO] [stdout] 66 |             pid as winapi::shared::minwindef::DWORD
[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/memory.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |         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 `shared` in `winapi`
[INFO] [stdout]   --> src/memory.rs:72:29
[INFO] [stdout]    |
[INFO] [stdout] 72 |             addr as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:73:40
[INFO] [stdout]    |
[INFO] [stdout] 73 |             values.as_ptr() as winapi::shared::minwindef::LPCVOID, 
[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/memory.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 74 |             values.len() as winapi::shared::basetsd::SIZE_T, 
[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/memory.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |     unsafe {winapi::um::handleapi::CloseHandle(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/memory.rs:84:64
[INFO] [stdout]    |
[INFO] [stdout] 84 |             Err(Error::ProcessMemoryWrite(addr, unsafe{winapi::um::errhandlingapi::GetLastError()}))
[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/memory.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |         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/memory.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |             winapi::um::winnt::PROCESS_ALL_ACCESS, 
[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/memory.rs:99:28
[INFO] [stdout]    |
[INFO] [stdout] 99 |             pid as winapi::shared::minwindef::DWORD
[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/memory.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |         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 `shared` in `winapi`
[INFO] [stdout]    --> src/memory.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |             addr as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 |             copy.as_mut_ptr() as winapi::shared::minwindef::LPVOID,
[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/memory.rs:107:29
[INFO] [stdout]     |
[INFO] [stdout] 107 |             size as winapi::shared::basetsd::SIZE_T,
[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/memory.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |     unsafe {winapi::um::handleapi::CloseHandle(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/memory.rs:117:63
[INFO] [stdout]     |
[INFO] [stdout] 117 |             Err(Error::ProcessMemoryRead(addr, unsafe{winapi::um::errhandlingapi::GetLastError()}))
[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/memory.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |         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/memory.rs:130:21
[INFO] [stdout]     |
[INFO] [stdout] 130 |             winapi::um::processthreadsapi::GetCurrentProcess(), 
[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/memory.rs:131:22
[INFO] [stdout]     |
[INFO] [stdout] 131 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u32 + addr) as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:131:101
[INFO] [stdout]     |
[INFO] [stdout] 131 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u32 + addr) as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:132:40
[INFO] [stdout]     |
[INFO] [stdout] 132 |             values.as_ptr() as winapi::shared::minwindef::LPCVOID, 
[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/memory.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 |             values.len() as winapi::shared::basetsd::SIZE_T, 
[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/memory.rs:142:61
[INFO] [stdout]     |
[INFO] [stdout] 142 |             Err(Error::MemoryWrite32(addr, unsafe { winapi::um::errhandlingapi::GetLastError() }))
[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/memory.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |         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/memory.rs:155:21
[INFO] [stdout]     |
[INFO] [stdout] 155 |             winapi::um::processthreadsapi::GetCurrentProcess(), 
[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/memory.rs:156:22
[INFO] [stdout]     |
[INFO] [stdout] 156 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u32 + addr) as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:156:101
[INFO] [stdout]     |
[INFO] [stdout] 156 |             (winapi::um::libloaderapi::GetModuleHandleA(std::ptr::null()) as u32 + addr) as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:157:42
[INFO] [stdout]     |
[INFO] [stdout] 157 |             copy.as_mut_ptr() as winapi::shared::minwindef::LPVOID,
[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/memory.rs:158:29
[INFO] [stdout]     |
[INFO] [stdout] 158 |             size as winapi::shared::basetsd::SIZE_T,
[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/memory.rs:167:60
[INFO] [stdout]     |
[INFO] [stdout] 167 |             Err(Error::MemoryRead32(addr, unsafe { winapi::um::errhandlingapi::GetLastError() }))
[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/memory.rs:178:17
[INFO] [stdout]     |
[INFO] [stdout] 178 |         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/memory.rs:179:21
[INFO] [stdout]     |
[INFO] [stdout] 179 |             winapi::um::winnt::PROCESS_ALL_ACCESS, 
[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/memory.rs:181:28
[INFO] [stdout]     |
[INFO] [stdout] 181 |             pid as winapi::shared::minwindef::DWORD
[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/memory.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |         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 `shared` in `winapi`
[INFO] [stdout]    --> src/memory.rs:187:29
[INFO] [stdout]     |
[INFO] [stdout] 187 |             addr as winapi::shared::minwindef::LPVOID,  
[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/memory.rs:188:40
[INFO] [stdout]     |
[INFO] [stdout] 188 |             values.as_ptr() as winapi::shared::minwindef::LPCVOID, 
[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/memory.rs:189:37
[INFO] [stdout]     |
[INFO] [stdout] 189 |             values.len() as winapi::shared::basetsd::SIZE_T, 
[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/memory.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |     unsafe {winapi::um::handleapi::CloseHandle(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/memory.rs:199:66
[INFO] [stdout]     |
[INFO] [stdout] 199 |             Err(Error::ProcessMemoryWrite32(addr, unsafe{winapi::um::errhandlingapi::GetLastError()}))
[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/memory.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |         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/memory.rs:212:21
[INFO] [stdout]     |
[INFO] [stdout] 212 |             winapi::um::winnt::PROCESS_ALL_ACCESS, 
[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/memory.rs:214:28
[INFO] [stdout]     |
[INFO] [stdout] 214 |             pid as winapi::shared::minwindef::DWORD
[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/memory.rs:218:17
[INFO] [stdout]     |
[INFO] [stdout] 218 |         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 `shared` in `winapi`
[INFO] [stdout]    --> src/memory.rs:220:29
[INFO] [stdout]     |
[INFO] [stdout] 220 |             addr as winapi::shared::minwindef::LPVOID, 
[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/memory.rs:221:42
[INFO] [stdout]     |
[INFO] [stdout] 221 |             copy.as_mut_ptr() as winapi::shared::minwindef::LPVOID,
[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/memory.rs:222:29
[INFO] [stdout]     |
[INFO] [stdout] 222 |             size as winapi::shared::basetsd::SIZE_T,
[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/memory.rs:226:21
[INFO] [stdout]     |
[INFO] [stdout] 226 |     unsafe {winapi::um::handleapi::CloseHandle(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/memory.rs:232:65
[INFO] [stdout]     |
[INFO] [stdout] 232 |             Err(Error::ProcessMemoryRead32(addr, unsafe{winapi::um::errhandlingapi::GetLastError()}))
[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/memory.rs:244:92
[INFO] [stdout]     |
[INFO] [stdout] 244 |         return Err(Error::GetModuleBase { module: name.to_owned(), error: unsafe { winapi::um::errhandlingapi::GetLastError() } });
[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/memory.rs:269:104
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...   return Err(Error::GetModuleBase { module: name.to_owned(), error: unsafe { winapi::um::errhandlingapi::GetLastError() } });
[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/memory.rs:275:81
[INFO] [stdout]     |
[INFO] [stdout] 275 |     Err(Error::GetModuleBase { module: name.to_owned(), error: unsafe { winapi::um::errhandlingapi::GetLastError() } })
[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/memory.rs:286:83
[INFO] [stdout]     |
[INFO] [stdout] 286 |         return Err(Error::GetPid { name: name.to_owned(), error: unsafe { winapi::um::errhandlingapi::GetLastError() } });
[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/memory.rs:322:99
[INFO] [stdout]     |
[INFO] [stdout] 322 |                         return Err(Error::GetPid { name: name.to_owned(), error: unsafe { winapi::um::errhandlingapi::GetLastError() } });
[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/memory.rs:329:30
[INFO] [stdout]     |
[INFO] [stdout] 329 |             unsafe { winapi::um::handleapi::CloseHandle(processes_snap_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/memory.rs:333:30
[INFO] [stdout]     |
[INFO] [stdout] 333 |             unsafe { winapi::um::handleapi::CloseHandle(processes_snap_handle) };
[INFO] [stdout]     |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/memory.rs:261:51
[INFO] [stdout]     |
[INFO] [stdout] 261 |             let module_name = std::ffi::OsString::from_wide(&module_entry.szModule);
[INFO] [stdout]     |                                                   ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/ffi/os_str.rs:141:5
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 261 -             let module_name = std::ffi::OsString::from_wide(&module_entry.szModule);
[INFO] [stdout] 261 +             let module_name = std::ffi::OsString::from_iter(&module_entry.szModule);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/memory.rs:312:56
[INFO] [stdout]     |
[INFO] [stdout] 312 |                 let process_name = std::ffi::OsString::from_wide(&process_entry.szExeFile);
[INFO] [stdout]     |                                                        ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/ffi/os_str.rs:141:5
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 312 -                 let process_name = std::ffi::OsString::from_wide(&process_entry.szExeFile);
[INFO] [stdout] 312 +                 let process_name = std::ffi::OsString::from_iter(&process_entry.szExeFile);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `win-memory-rs` (lib) due to 78 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d9aa6e3879e0e8e9d525f089126f756d3bd2fcd5fb52b4d18052bc32d5b0d6cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9aa6e3879e0e8e9d525f089126f756d3bd2fcd5fb52b4d18052bc32d5b0d6cc", kill_on_drop: false }`
[INFO] [stdout] d9aa6e3879e0e8e9d525f089126f756d3bd2fcd5fb52b4d18052bc32d5b0d6cc
