[INFO] updating cached repository Saevitus/rust-shit [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Saevitus/rust-shit [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Saevitus/rust-shit" "work/ex/beta-1.38-1/sources/1.37.0/gh/Saevitus/rust-shit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Saevitus/rust-shit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Saevitus/rust-shit" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Saevitus/rust-shit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Saevitus/rust-shit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3a5ccdd67c2056a290fe017941d601b0bdf198f6 [INFO] sha for GitHub repo Saevitus/rust-shit: 3a5ccdd67c2056a290fe017941d601b0bdf198f6 [INFO] validating manifest of Saevitus/rust-shit on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Saevitus/rust-shit on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Saevitus/rust-shit [INFO] finished frobbing Saevitus/rust-shit [INFO] frobbed toml for Saevitus/rust-shit written to work/ex/beta-1.38-1/sources/1.37.0/gh/Saevitus/rust-shit/Cargo.toml [INFO] started frobbing Saevitus/rust-shit [INFO] finished frobbing Saevitus/rust-shit [INFO] frobbed toml for Saevitus/rust-shit written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Saevitus/rust-shit/Cargo.toml [INFO] crate Saevitus/rust-shit already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Saevitus/rust-shit against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Saevitus/rust-shit:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5061de480c1a5d4b8021c5fcca26cba2c883572385058ace95a04d763a869cbc [INFO] running `"docker" "start" "-a" "5061de480c1a5d4b8021c5fcca26cba2c883572385058ace95a04d763a869cbc"` [INFO] [stderr] Compiling user32-sys v0.1.2 [INFO] [stderr] Compiling advapi32-sys v0.2.0 [INFO] [stderr] Compiling wio v0.1.2 [INFO] [stderr] Compiling cancer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `self::wio::wide` [INFO] [stderr] --> src/Utilities/mod.rs:13:16 [INFO] [stderr] | [INFO] [stderr] 13 | use self::wio::wide::FromWide; [INFO] [stderr] | ^^^^ could not find `wide` in `wio` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | m_hProcess: winapi::HANDLE, [INFO] [stderr] | ^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:31:36 [INFO] [stderr] | [INFO] [stderr] 31 | fn NewHandle(hProcess: winapi::HANDLE) -> Process { [INFO] [stderr] | ^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ReadProcessMemory` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:38:23 [INFO] [stderr] | [INFO] [stderr] 38 | kernel32::ReadProcessMemory(self.m_hProcess, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SIZE_T` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:41:74 [INFO] [stderr] | [INFO] [stderr] 41 | mem::size_of::() as winapi::SIZE_T, [INFO] [stderr] | ^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CreateToolhelp32Snapshot` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | unsafe { kernel32::CreateToolhelp32Snapshot(winapi::TH32CS_SNAPMODULE, dwPID) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPMODULE` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:54:65 [INFO] [stderr] | [INFO] [stderr] 54 | unsafe { kernel32::CreateToolhelp32Snapshot(winapi::TH32CS_SNAPMODULE, dwPID) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | if hModule != winapi::INVALID_HANDLE_VALUE { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:58:36 [INFO] [stderr] | [INFO] [stderr] 58 | let mut Entry: winapi::MODULEENTRY32W = unsafe { mem::zeroed() }; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MODULEENTRY32W` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:59:51 [INFO] [stderr] | [INFO] [stderr] 59 | Entry.dwSize = mem::size_of::() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Module32NextW` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:61:38 [INFO] [stderr] | [INFO] [stderr] 61 | while unsafe { kernel32::Module32NextW(hModule, &mut Entry) } != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CloseHandle` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:67:48 [INFO] [stderr] | [INFO] [stderr] 67 | unsafe { kernel32::CloseHandle(hModule) }; [INFO] [stderr] | ^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `OpenProcess` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:97:50 [INFO] [stderr] | [INFO] [stderr] 97 | return Process::NewHandle(unsafe { kernel32::OpenProcess(winapi::PROCESS_VM_READ, 0, dwPID) }); [INFO] [stderr] | ^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PROCESS_VM_READ` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:97:70 [INFO] [stderr] | [INFO] [stderr] 97 | return Process::NewHandle(unsafe { kernel32::OpenProcess(winapi::PROCESS_VM_READ, 0, dwPID) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CreateToolhelp32Snapshot` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:101:39 [INFO] [stderr] | [INFO] [stderr] 101 | let hProcess = unsafe { kernel32::CreateToolhelp32Snapshot(winapi::TH32CS_SNAPPROCESS, 0) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TH32CS_SNAPPROCESS` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:101:72 [INFO] [stderr] | [INFO] [stderr] 101 | let hProcess = unsafe { kernel32::CreateToolhelp32Snapshot(winapi::TH32CS_SNAPPROCESS, 0) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | let mut Entry: winapi::PROCESSENTRY32W = unsafe { mem::zeroed() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PROCESSENTRY32W` in module `winapi` [INFO] [stderr] --> src/Utilities/mod.rs:105:43 [INFO] [stderr] | [INFO] [stderr] 105 | Entry.dwSize = mem::size_of::() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Process32NextW` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:107:30 [INFO] [stderr] | [INFO] [stderr] 107 | while unsafe { kernel32::Process32NextW(hProcess, &mut Entry) } != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CloseHandle` in module `kernel32` [INFO] [stderr] --> src/Utilities/mod.rs:114:40 [INFO] [stderr] | [INFO] [stderr] 114 | unsafe { kernel32::CloseHandle(hProcess) }; [INFO] [stderr] | ^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_wide_null` found for type `std::ffi::OsString` in the current scope [INFO] [stderr] --> src/Utilities/mod.rs:63:41 [INFO] [stderr] | [INFO] [stderr] 63 | let modName = OsString::from_wide_null(&Entry.szModule); [INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for type `std::ffi::OsString` in the current scope [INFO] [stderr] --> src/Utilities/mod.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | let procName = OsString::from_wide(&Entry.szExeFile); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `cancer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5061de480c1a5d4b8021c5fcca26cba2c883572385058ace95a04d763a869cbc"` [INFO] running `"docker" "rm" "-f" "5061de480c1a5d4b8021c5fcca26cba2c883572385058ace95a04d763a869cbc"` [INFO] [stdout] 5061de480c1a5d4b8021c5fcca26cba2c883572385058ace95a04d763a869cbc