[INFO] updating cached repository https://github.com/frk1/hazedumper-rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 9f8c85408a2040f77a31408bba656f1293ccd3d2
[INFO] checking frk1/hazedumper-rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrk1%2Fhazedumper-rs" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/frk1/hazedumper-rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/frk1/hazedumper-rs
[INFO] finished tweaking git repo https://github.com/frk1/hazedumper-rs
[INFO] tweaked toml for git repo https://github.com/frk1/hazedumper-rs written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/frk1/hazedumper-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8613b87fc1fb48307ebe95300ac9a090dcdfa96839dd7cf49ed06d27ccaab8f0
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8613b87fc1fb48307ebe95300ac9a090dcdfa96839dd7cf49ed06d27ccaab8f0"`
[INFO] [stderr]    Compiling libc v0.2.67
[INFO] [stderr]    Compiling syn v1.0.15
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking dtoa v0.4.5
[INFO] [stderr]    Compiling hazedumper v2.4.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]     Checking aho-corasick v0.7.8
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr] warning: function is never used: `git_semver`
[INFO] [stderr]   --> build.rs:18:4
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn git_semver() -> String {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking regex v1.3.4
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.32
[INFO] [stderr]     Checking term v0.6.1
[INFO] [stderr]     Checking backtrace v0.3.44
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]     Checking serde_yaml v0.8.11
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]     Checking simplelog v0.7.4
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling proc-macro-error v0.4.9
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.9
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]    Compiling structopt-derive v0.4.2
[INFO] [stderr]     Checking structopt v0.3.9
[INFO] [stderr] error: environment variable `GIT_PKG_VERSION_SEMVER` not defined
[INFO] [stderr]   --> src/main.rs:84:35
[INFO] [stderr]    |
[INFO] [stderr] 84 |     let app = Opt::clap().version(env!("GIT_PKG_VERSION_SEMVER"));
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/module.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 | use self::winapi::shared::minwindef::FALSE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/module.rs:26:19
[INFO] [stderr]    |
[INFO] [stderr] 26 | use self::winapi::um::tlhelp32::{
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:30:19
[INFO] [stderr]    |
[INFO] [stderr] 30 | use self::winapi::shared::basetsd::SIZE_T;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:31:19
[INFO] [stderr]    |
[INFO] [stderr] 31 | use self::winapi::shared::minwindef::{BOOL, FALSE, LPCVOID, LPVOID, PBOOL};
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:32:19
[INFO] [stderr]    |
[INFO] [stderr] 32 | use self::winapi::shared::ntdef::HANDLE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:33:19
[INFO] [stderr]    |
[INFO] [stderr] 33 | use self::winapi::um::handleapi::CloseHandle;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:34:19
[INFO] [stderr]    |
[INFO] [stderr] 34 | use self::winapi::um::memoryapi::{ReadProcessMemory, WriteProcessMemory};
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 | use self::winapi::um::processthreadsapi::OpenProcess;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:36:19
[INFO] [stderr]    |
[INFO] [stderr] 36 | use self::winapi::um::tlhelp32::{
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 | use self::winapi::um::winnt::PROCESS_ALL_ACCESS;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:43:19
[INFO] [stderr]    |
[INFO] [stderr] 43 | use self::winapi::um::wow64apiset::IsWow64Process;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:24:19
[INFO] [stderr]    |
[INFO] [stderr] 24 | use self::winapi::shared::ntdef::HANDLE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 | use self::winapi::um::handleapi::{CloseHandle, INVALID_HANDLE_VALUE};
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:26:19
[INFO] [stderr]    |
[INFO] [stderr] 26 | use self::winapi::um::tlhelp32::CreateToolhelp32Snapshot;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error: environment variable `GIT_PKG_VERSION_SEMVER` not defined
[INFO] [stderr]   --> src/main.rs:84:35
[INFO] [stderr]    |
[INFO] [stderr] 84 |     let app = Opt::clap().version(env!("GIT_PKG_VERSION_SEMVER"));
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/module.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 | use self::winapi::shared::minwindef::FALSE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/module.rs:26:19
[INFO] [stderr]    |
[INFO] [stderr] 26 | use self::winapi::um::tlhelp32::{
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:30:19
[INFO] [stderr]    |
[INFO] [stderr] 30 | use self::winapi::shared::basetsd::SIZE_T;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:31:19
[INFO] [stderr]    |
[INFO] [stderr] 31 | use self::winapi::shared::minwindef::{BOOL, FALSE, LPCVOID, LPVOID, PBOOL};
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:32:19
[INFO] [stderr]    |
[INFO] [stderr] 32 | use self::winapi::shared::ntdef::HANDLE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:33:19
[INFO] [stderr]    |
[INFO] [stderr] 33 | use self::winapi::um::handleapi::CloseHandle;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:34:19
[INFO] [stderr]    |
[INFO] [stderr] 34 | use self::winapi::um::memoryapi::{ReadProcessMemory, WriteProcessMemory};
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 | use self::winapi::um::processthreadsapi::OpenProcess;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:36:19
[INFO] [stderr]    |
[INFO] [stderr] 36 | use self::winapi::um::tlhelp32::{
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 | use self::winapi::um::winnt::PROCESS_ALL_ACCESS;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/process.rs:43:19
[INFO] [stderr]    |
[INFO] [stderr] 43 | use self::winapi::um::wow64apiset::IsWow64Process;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:24:19
[INFO] [stderr]    |
[INFO] [stderr] 24 | use self::winapi::shared::ntdef::HANDLE;
[INFO] [stderr]    |                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 | use self::winapi::um::handleapi::{CloseHandle, INVALID_HANDLE_VALUE};
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/memlib/snapshot.rs:26:19
[INFO] [stderr]    |
[INFO] [stderr] 26 | use self::winapi::um::tlhelp32::CreateToolhelp32Snapshot;
[INFO] [stderr]    |                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MODULEENTRY32W`
[INFO] [stderr]    --> src/memlib/module.rs:116:18
[INFO] [stderr]     |
[INFO] [stderr] 116 |     let mut me = MODULEENTRY32W::new();
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^ use of undeclared type or module `MODULEENTRY32W`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MODULEENTRY32W`
[INFO] [stderr]    --> src/memlib/module.rs:116:18
[INFO] [stderr]     |
[INFO] [stderr] 116 |     let mut me = MODULEENTRY32W::new();
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^ use of undeclared type or module `MODULEENTRY32W`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PROCESSENTRY32W`
[INFO] [stderr]    --> src/memlib/process.rs:173:18
[INFO] [stderr]     |
[INFO] [stderr] 173 |     let mut pe = PROCESSENTRY32W::new();
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^ use of undeclared type or module `PROCESSENTRY32W`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:44:22
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Constructor for MODULEENTRY32W {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let mut module: MODULEENTRY32W = unsafe { mem::zeroed() };
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Constructor for MODULEENTRY32W {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<MODULEENTRY32W>`
[INFO] [stderr] ...
[INFO] [stderr] 48 |         module.dwSize = mem::size_of::<MODULEENTRY32W>() as u32;
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:54:31
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn from_module_entry(me: &MODULEENTRY32W, name: &str, process: &Process) -> Option<Self> {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:105:48
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn module32_first(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Module32FirstW` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:106:14
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn module32_first(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     | ---------------------------------------------------------------------- similarly named function `module32_first` defined here
[INFO] [stderr] 106 |     unsafe { Module32FirstW(**h, me) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^ help: a function with a similar name exists: `module32_first`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:106:41
[INFO] [stderr]     |
[INFO] [stderr] 106 |     unsafe { Module32FirstW(**h, me) != FALSE }
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:110:47
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn module32_next(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Module32NextW` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:111:14
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn module32_next(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     | --------------------------------------------------------------------- similarly named function `module32_next` defined here
[INFO] [stderr] 111 |     unsafe { Module32NextW(**h, me) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^ help: a function with a similar name exists: `module32_next`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:111:40
[INFO] [stderr]     |
[INFO] [stderr] 111 |     unsafe { Module32NextW(**h, me) != FALSE }
[INFO] [stderr]     |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPMODULE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:115:52
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let snapshot = SnapshotHandle::new(process.id, TH32CS_SNAPMODULE | TH32CS_SNAPMODULE32)?;
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPMODULE32` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:115:72
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let snapshot = SnapshotHandle::new(process.id, TH32CS_SNAPMODULE | TH32CS_SNAPMODULE32)?;
[INFO] [stderr]     |                                                                        ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 | impl Constructor for PROCESSENTRY32W {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:49:21
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let mut pe: PROCESSENTRY32W = unsafe { mem::zeroed() };
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:50:36
[INFO] [stderr]    |
[INFO] [stderr] 46 | impl Constructor for PROCESSENTRY32W {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<PROCESSENTRY32W>`
[INFO] [stderr] ...
[INFO] [stderr] 50 |         pe.dwSize = mem::size_of::<PROCESSENTRY32W>() as u32;
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:64:13
[INFO] [stderr]    |
[INFO] [stderr] 64 |     handle: HANDLE,
[INFO] [stderr]    |             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadProcessMemory` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:75:13
[INFO] [stderr]    |
[INFO] [stderr] 75 |             ReadProcessMemory(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:77:28
[INFO] [stderr]    |
[INFO] [stderr] 77 |                 address as LPCVOID,
[INFO] [stderr]    |                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:78:42
[INFO] [stderr]    |
[INFO] [stderr] 78 |                 &mut buffer as *mut T as LPVOID,
[INFO] [stderr]    |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:79:40
[INFO] [stderr]    |
[INFO] [stderr] 79 |                 mem::size_of::<T>() as SIZE_T,
[INFO] [stderr]    |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl Process {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 80 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]    |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadProcessMemory` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:90:13
[INFO] [stderr]    |
[INFO] [stderr] 90 |             ReadProcessMemory(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:92:28
[INFO] [stderr]    |
[INFO] [stderr] 92 |                 address as LPCVOID,
[INFO] [stderr]    |                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:93:34
[INFO] [stderr]    |
[INFO] [stderr] 93 |                 buf as *mut T as LPVOID,
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:94:40
[INFO] [stderr]    |
[INFO] [stderr] 94 |                 mem::size_of::<T>() as SIZE_T * count,
[INFO] [stderr]    |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:95:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl Process {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 95 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]    |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:96:18
[INFO] [stderr]    |
[INFO] [stderr] 96 |             ) != FALSE
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WriteProcessMemory` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 |             WriteProcessMemory(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:105:28
[INFO] [stderr]     |
[INFO] [stderr] 105 |                 address as LPVOID,
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:106:36
[INFO] [stderr]     |
[INFO] [stderr] 106 |                 buf as *const T as LPCVOID,
[INFO] [stderr]     |                                    ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:107:40
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 mem::size_of::<T>() as SIZE_T,
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:108:33
[INFO] [stderr]     |
[INFO] [stderr] 70  | impl Process {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 108 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]     |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:109:18
[INFO] [stderr]     |
[INFO] [stderr] 109 |             ) != FALSE
[INFO] [stderr]     |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:129:22
[INFO] [stderr]     |
[INFO] [stderr] 129 |             unsafe { CloseHandle(self.handle) };
[INFO] [stderr]     |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `OpenProcess` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:135:27
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let handle = unsafe { OpenProcess(PROCESS_ALL_ACCESS, 0, pid) };
[INFO] [stderr]     |                           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROCESS_ALL_ACCESS` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:135:39
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let handle = unsafe { OpenProcess(PROCESS_ALL_ACCESS, 0, pid) };
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:140:18
[INFO] [stderr]     |
[INFO] [stderr] 140 |     let mut tmp: BOOL = 0;
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `IsWow64Process` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PBOOL` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:52
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:64
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:162:49
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn process32_first(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Process32FirstW` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:163:14
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn process32_first(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     | ------------------------------------------------------------------------ similarly named function `process32_first` defined here
[INFO] [stderr] 163 |     unsafe { Process32FirstW(**h, pe) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^ help: a function with a similar name exists: `process32_first`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:163:42
[INFO] [stderr]     |
[INFO] [stderr] 163 |     unsafe { Process32FirstW(**h, pe) != FALSE }
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:167:48
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn process32_next(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Process32NextW` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:168:14
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn process32_next(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     | ----------------------------------------------------------------------- similarly named function `process32_next` defined here
[INFO] [stderr] 168 |     unsafe { Process32NextW(**h, pe) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^ help: a function with a similar name exists: `process32_next`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |     unsafe { Process32NextW(**h, pe) != FALSE }
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPPROCESS` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:172:43
[INFO] [stderr]     |
[INFO] [stderr] 172 |     let snapshot = SnapshotHandle::new(0, TH32CS_SNAPPROCESS)?;
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:32:17
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub handle: HANDLE,
[INFO] [stderr]    |                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateToolhelp32Snapshot` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:40:31
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let handle = unsafe { CreateToolhelp32Snapshot(flags, pid) };
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:41:42
[INFO] [stderr]    |
[INFO] [stderr] 41 |         if handle.is_null() || handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:52:13
[INFO] [stderr]    |
[INFO] [stderr] 52 |             CloseHandle(self.handle);
[INFO] [stderr]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:58:19
[INFO] [stderr]    |
[INFO] [stderr] 58 |     type Target = HANDLE;
[INFO] [stderr]    |                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:60:25
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn deref(&self) -> &HANDLE {
[INFO] [stderr]    |                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PROCESSENTRY32W`
[INFO] [stderr]    --> src/memlib/process.rs:173:18
[INFO] [stderr]     |
[INFO] [stderr] 173 |     let mut pe = PROCESSENTRY32W::new();
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^ use of undeclared type or module `PROCESSENTRY32W`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:44:22
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Constructor for MODULEENTRY32W {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let mut module: MODULEENTRY32W = unsafe { mem::zeroed() };
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Constructor for MODULEENTRY32W {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<MODULEENTRY32W>`
[INFO] [stderr] ...
[INFO] [stderr] 48 |         module.dwSize = mem::size_of::<MODULEENTRY32W>() as u32;
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/module.rs:54:31
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn from_module_entry(me: &MODULEENTRY32W, name: &str, process: &Process) -> Option<Self> {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:105:48
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn module32_first(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Module32FirstW` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:106:14
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn module32_first(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     | ---------------------------------------------------------------------- similarly named function `module32_first` defined here
[INFO] [stderr] 106 |     unsafe { Module32FirstW(**h, me) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^ help: a function with a similar name exists: `module32_first`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:106:41
[INFO] [stderr]     |
[INFO] [stderr] 106 |     unsafe { Module32FirstW(**h, me) != FALSE }
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:110:47
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn module32_next(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Module32NextW` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:111:14
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn module32_next(h: &SnapshotHandle, me: &mut MODULEENTRY32W) -> bool {
[INFO] [stderr]     | --------------------------------------------------------------------- similarly named function `module32_next` defined here
[INFO] [stderr] 111 |     unsafe { Module32NextW(**h, me) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^ help: a function with a similar name exists: `module32_next`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:111:40
[INFO] [stderr]     |
[INFO] [stderr] 111 |     unsafe { Module32NextW(**h, me) != FALSE }
[INFO] [stderr]     |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPMODULE` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:115:52
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let snapshot = SnapshotHandle::new(process.id, TH32CS_SNAPMODULE | TH32CS_SNAPMODULE32)?;
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPMODULE32` in this scope
[INFO] [stderr]    --> src/memlib/module.rs:115:72
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let snapshot = SnapshotHandle::new(process.id, TH32CS_SNAPMODULE | TH32CS_SNAPMODULE32)?;
[INFO] [stderr]     |                                                                        ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 | impl Constructor for PROCESSENTRY32W {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:49:21
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let mut pe: PROCESSENTRY32W = unsafe { mem::zeroed() };
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:50:36
[INFO] [stderr]    |
[INFO] [stderr] 46 | impl Constructor for PROCESSENTRY32W {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<PROCESSENTRY32W>`
[INFO] [stderr] ...
[INFO] [stderr] 50 |         pe.dwSize = mem::size_of::<PROCESSENTRY32W>() as u32;
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:64:13
[INFO] [stderr]    |
[INFO] [stderr] 64 |     handle: HANDLE,
[INFO] [stderr]    |             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadProcessMemory` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:75:13
[INFO] [stderr]    |
[INFO] [stderr] 75 |             ReadProcessMemory(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:77:28
[INFO] [stderr]    |
[INFO] [stderr] 77 |                 address as LPCVOID,
[INFO] [stderr]    |                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:78:42
[INFO] [stderr]    |
[INFO] [stderr] 78 |                 &mut buffer as *mut T as LPVOID,
[INFO] [stderr]    |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:79:40
[INFO] [stderr]    |
[INFO] [stderr] 79 |                 mem::size_of::<T>() as SIZE_T,
[INFO] [stderr]    |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl Process {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 80 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]    |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadProcessMemory` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:90:13
[INFO] [stderr]    |
[INFO] [stderr] 90 |             ReadProcessMemory(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:92:28
[INFO] [stderr]    |
[INFO] [stderr] 92 |                 address as LPCVOID,
[INFO] [stderr]    |                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:93:34
[INFO] [stderr]    |
[INFO] [stderr] 93 |                 buf as *mut T as LPVOID,
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:94:40
[INFO] [stderr]    |
[INFO] [stderr] 94 |                 mem::size_of::<T>() as SIZE_T * count,
[INFO] [stderr]    |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:95:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl Process {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 95 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]    |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]   --> src/memlib/process.rs:96:18
[INFO] [stderr]    |
[INFO] [stderr] 96 |             ) != FALSE
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WriteProcessMemory` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 |             WriteProcessMemory(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:105:28
[INFO] [stderr]     |
[INFO] [stderr] 105 |                 address as LPVOID,
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCVOID` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:106:36
[INFO] [stderr]     |
[INFO] [stderr] 106 |                 buf as *const T as LPCVOID,
[INFO] [stderr]     |                                    ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:107:40
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 mem::size_of::<T>() as SIZE_T,
[INFO] [stderr]     |                                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:108:33
[INFO] [stderr]     |
[INFO] [stderr] 70  | impl Process {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<SIZE_T>`
[INFO] [stderr] ...
[INFO] [stderr] 108 |                 ptr::null_mut::<SIZE_T>(),
[INFO] [stderr]     |                                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:109:18
[INFO] [stderr]     |
[INFO] [stderr] 109 |             ) != FALSE
[INFO] [stderr]     |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:129:22
[INFO] [stderr]     |
[INFO] [stderr] 129 |             unsafe { CloseHandle(self.handle) };
[INFO] [stderr]     |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `OpenProcess` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:135:27
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let handle = unsafe { OpenProcess(PROCESS_ALL_ACCESS, 0, pid) };
[INFO] [stderr]     |                           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROCESS_ALL_ACCESS` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:135:39
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let handle = unsafe { OpenProcess(PROCESS_ALL_ACCESS, 0, pid) };
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:140:18
[INFO] [stderr]     |
[INFO] [stderr] 140 |     let mut tmp: BOOL = 0;
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `IsWow64Process` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PBOOL` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:52
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:142:64
[INFO] [stderr]     |
[INFO] [stderr] 142 |     if unsafe { IsWow64Process(handle, &mut tmp as PBOOL) } == FALSE {
[INFO] [stderr]     |                                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:162:49
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn process32_first(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Process32FirstW` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:163:14
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn process32_first(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     | ------------------------------------------------------------------------ similarly named function `process32_first` defined here
[INFO] [stderr] 163 |     unsafe { Process32FirstW(**h, pe) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^ help: a function with a similar name exists: `process32_first`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:163:42
[INFO] [stderr]     |
[INFO] [stderr] 163 |     unsafe { Process32FirstW(**h, pe) != FALSE }
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:167:48
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn process32_next(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Process32NextW` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:168:14
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn process32_next(h: &SnapshotHandle, pe: &mut PROCESSENTRY32W) -> bool {
[INFO] [stderr]     | ----------------------------------------------------------------------- similarly named function `process32_next` defined here
[INFO] [stderr] 168 |     unsafe { Process32NextW(**h, pe) != FALSE }
[INFO] [stderr]     |              ^^^^^^^^^^^^^^ help: a function with a similar name exists: `process32_next`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |     unsafe { Process32NextW(**h, pe) != FALSE }
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPPROCESS` in this scope
[INFO] [stderr]    --> src/memlib/process.rs:172:43
[INFO] [stderr]     |
[INFO] [stderr] 172 |     let snapshot = SnapshotHandle::new(0, TH32CS_SNAPPROCESS)?;
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:32:17
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub handle: HANDLE,
[INFO] [stderr]    |                 ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateToolhelp32Snapshot` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:40:31
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let handle = unsafe { CreateToolhelp32Snapshot(flags, pid) };
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:41:42
[INFO] [stderr]    |
[INFO] [stderr] 41 |         if handle.is_null() || handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:52:13
[INFO] [stderr]    |
[INFO] [stderr] 52 |             CloseHandle(self.handle);
[INFO] [stderr]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:58:19
[INFO] [stderr]    |
[INFO] [stderr] 58 |     type Target = HANDLE;
[INFO] [stderr]    |                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/memlib/snapshot.rs:60:25
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn deref(&self) -> &HANDLE {
[INFO] [stderr]    |                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 70 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `hazedumper`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 70 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `hazedumper`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8613b87fc1fb48307ebe95300ac9a090dcdfa96839dd7cf49ed06d27ccaab8f0"`
[INFO] running `"docker" "rm" "-f" "8613b87fc1fb48307ebe95300ac9a090dcdfa96839dd7cf49ed06d27ccaab8f0"`
[INFO] [stdout] 8613b87fc1fb48307ebe95300ac9a090dcdfa96839dd7cf49ed06d27ccaab8f0
