[INFO] cloning repository https://github.com/deletehead/windbgx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deletehead/windbgx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeletehead%2Fwindbgx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeletehead%2Fwindbgx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2245419f963f89b59ac1ba20dd9a665b8dbd9198
[INFO] checking deletehead/windbgx against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeletehead%2Fwindbgx" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/deletehead/windbgx
[INFO] finished tweaking git repo https://github.com/deletehead/windbgx
[INFO] tweaked toml for git repo https://github.com/deletehead/windbgx written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/deletehead/windbgx on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/deletehead/windbgx already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.0
[INFO] [stderr]   Downloaded tempfile v3.21.0
[INFO] [stderr]   Downloaded slice v0.0.4
[INFO] [stderr]   Downloaded cc v1.2.35
[INFO] [stderr]   Downloaded pdb v0.8.0
[INFO] [stderr]   Downloaded pelite-macros v0.1.1
[INFO] [stderr]   Downloaded dataview v1.0.1
[INFO] [stderr]   Downloaded derive_pod v0.1.2
[INFO] [stderr]   Downloaded pelite v0.10.0
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9ac9602e90e1e974e4a03d4c2efa20d0915ca4a7e5acad75ecf40e0a6edb1f29
[INFO] running `Command { std: "docker" "start" "-a" "9ac9602e90e1e974e4a03d4c2efa20d0915ca4a7e5acad75ecf40e0a6edb1f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ac9602e90e1e974e4a03d4c2efa20d0915ca4a7e5acad75ecf40e0a6edb1f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ac9602e90e1e974e4a03d4c2efa20d0915ca4a7e5acad75ecf40e0a6edb1f29", kill_on_drop: false }`
[INFO] [stdout] 9ac9602e90e1e974e4a03d4c2efa20d0915ca4a7e5acad75ecf40e0a6edb1f29
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10ce707ac6a59ae2bf56ffe4dc217c130d72fcd5914f0948f9377365f9495dd0
[INFO] running `Command { std: "docker" "start" "-a" "10ce707ac6a59ae2bf56ffe4dc217c130d72fcd5914f0948f9377365f9495dd0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling derive_pod v0.1.2
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]    Compiling pelite-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking dataview v1.0.1
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking slice v0.0.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]     Checking pdb v0.8.0
[INFO] [stderr]     Checking pelite v0.10.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking windows-core v0.58.0
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking windows v0.58.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking windbgx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/utils.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/utils.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{FALSE, DWORD};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::handleapi::{CloseHandle, INVALID_HANDLE_VALUE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::libloaderapi::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::sysinfoapi::GetVersionExA;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winbase::CREATE_NEW_CONSOLE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winnt::{OSVERSIONINFOA, VER_PLATFORM_WIN32_NT}; 
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::tlhelp32::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::processthreadsapi::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/svc.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/utils.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/utils.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{FALSE, DWORD};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::handleapi::{CloseHandle, INVALID_HANDLE_VALUE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::libloaderapi::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/utils.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::sysinfoapi::GetVersionExA;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winbase::CREATE_NEW_CONSOLE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winnt::{OSVERSIONINFOA, VER_PLATFORM_WIN32_NT}; 
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::tlhelp32::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/utils.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::processthreadsapi::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/svc.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/svc.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Win32::System::Services::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/svc.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Win32::System::Services::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/svc.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Win32::System::Registry::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/svc.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Win32::System::Registry::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/km.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/km.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/km.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{DWORD, LPVOID};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/km.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{DWORD, LPVOID};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/km.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::ntdef::HANDLE;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/km.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::ntdef::HANDLE;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/km.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/km.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/km.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::psapi::{EnumDeviceDrivers, GetDeviceDriverBaseNameW};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/km.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::psapi::{EnumDeviceDrivers, GetDeviceDriverBaseNameW};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::processthreadsapi::{OpenThread, GetCurrentThreadId};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::processthreadsapi::{OpenThread, GetCurrentThreadId};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/km.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::ntdef::{NTSTATUS, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/km.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::ntdef::{NTSTATUS, ULONG};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winnt::{THREAD_QUERY_INFORMATION, THREAD_ALL_ACCESS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::libloaderapi::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/xp.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::ntdef::HANDLE;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winnt::{THREAD_QUERY_INFORMATION, THREAD_ALL_ACCESS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::fileapi::{CreateFileA, OPEN_EXISTING};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/km.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::libloaderapi::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::handleapi::INVALID_HANDLE_VALUE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/xp.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winnt::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/xp.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::ntdef::HANDLE;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/xp.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::ioapiset::DeviceIoControl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::System::Diagnostics::Debug::ReadProcessMemory;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::fileapi::{CreateFileA, OPEN_EXISTING};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::System::Threading::GetCurrentProcess;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/xp.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::handleapi::INVALID_HANDLE_VALUE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::Foundation::{HANDLE, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/xp.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winnt::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::Win32::System::LibraryLoader::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/xp.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::ioapiset::DeviceIoControl;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/svc.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     core::PCWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::System::Diagnostics::Debug::ReadProcessMemory;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/mem.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::System::Threading::GetCurrentProcess;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::Foundation::{HANDLE, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/mem.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::Win32::System::LibraryLoader::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/svc.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     core::PCWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/mem.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/svc.rs:32:67
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn modify_svc_reg(svc_name: &str, bin_path: &str) -> windows::core::Result<()> {
[INFO] [stdout]    |                                                                   ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/svc.rs:82:46
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn start_svc(svc_name: &str) -> windows::core::Result<()> {
[INFO] [stdout]    |                                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/xp.rs:95:62
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn nerf_cb(base_address: u64, cb_type: &str) -> windows::core::Result<Vec<u64>> {
[INFO] [stdout]    |                                                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/svc.rs:32:67
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn modify_svc_reg(svc_name: &str, bin_path: &str) -> windows::core::Result<()> {
[INFO] [stdout]    |                                                                   ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]    --> src/xp.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 | ) -> windows::core::Result<u64> {
[INFO] [stdout]     |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]    --> src/xp.rs:156:76
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub fn nerf_fs_miniflts(fm_base: u64, offsets: pdb::FmOffsets) -> windows::core::Result<()> {
[INFO] [stdout]     |                                                                            ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/svc.rs:82:46
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn start_svc(svc_name: &str) -> windows::core::Result<()> {
[INFO] [stdout]    |                                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/mem.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn read_qword(address: u64) -> windows::core::Result<u64> {
[INFO] [stdout]    |                                             ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/xp.rs:95:62
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn nerf_cb(base_address: u64, cb_type: &str) -> windows::core::Result<Vec<u64>> {
[INFO] [stdout]    |                                                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/mem.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn read_dword(address: u64) -> windows::core::Result<u32> {
[INFO] [stdout]    |                                             ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]    --> src/xp.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 | ) -> windows::core::Result<u64> {
[INFO] [stdout]     |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]    --> src/xp.rs:156:76
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub fn nerf_fs_miniflts(fm_base: u64, offsets: pdb::FmOffsets) -> windows::core::Result<()> {
[INFO] [stdout]     |                                                                            ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/mem.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn read_qword(address: u64) -> windows::core::Result<u64> {
[INFO] [stdout]    |                                             ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `core` in `windows`
[INFO] [stdout]   --> src/mem.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn read_dword(address: u64) -> windows::core::Result<u32> {
[INFO] [stdout]    |                                             ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/utils.rs:173:31
[INFO] [stdout]     |
[INFO] [stdout] 173 |                     OsString::from_wide(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout]     |                               ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 173 -                     OsString::from_wide(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout] 173 +                     OsString::from_iter(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/utils.rs:173:31
[INFO] [stdout]     |
[INFO] [stdout] 173 |                     OsString::from_wide(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout]     |                               ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 173 -                     OsString::from_wide(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout] 173 +                     OsString::from_iter(&name_wide[..len]).to_string_lossy().to_string();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/utils.rs:177:48
[INFO] [stdout]     |
[INFO] [stdout] 177 |                     let prefix_str = OsString::from_wide(prefix).to_string_lossy().to_string();
[INFO] [stdout]     |                                                ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 177 -                     let prefix_str = OsString::from_wide(prefix).to_string_lossy().to_string();
[INFO] [stdout] 177 +                     let prefix_str = OsString::from_iter(prefix).to_string_lossy().to_string();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/utils.rs:177:48
[INFO] [stdout]     |
[INFO] [stdout] 177 |                     let prefix_str = OsString::from_wide(prefix).to_string_lossy().to_string();
[INFO] [stdout]     |                                                ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 177 -                     let prefix_str = OsString::from_wide(prefix).to_string_lossy().to_string();
[INFO] [stdout] 177 +                     let prefix_str = OsString::from_iter(prefix).to_string_lossy().to_string();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/svc.rs:36:58
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let reg_path_w: Vec<u16> = OsStr::new(&reg_path).encode_wide().chain(once(0)).collect();
[INFO] [stdout]    |                                                          ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/svc.rs:36:58
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let reg_path_w: Vec<u16> = OsStr::new(&reg_path).encode_wide().chain(once(0)).collect();
[INFO] [stdout]    |                                                          ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/svc.rs:61:60
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let key_name_w: Vec<u16> = OsStr::new("ImagePath").encode_wide().chain(once(0)).collect();
[INFO] [stdout]    |                                                            ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/svc.rs:61:60
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let key_name_w: Vec<u16> = OsStr::new("ImagePath").encode_wide().chain(once(0)).collect();
[INFO] [stdout]    |                                                            ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]   --> src/km.rs:75:38
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 let name = OsString::from_wide(&name_buf[..len as usize])
[INFO] [stdout]    |                                      ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 75 -                 let name = OsString::from_wide(&name_buf[..len as usize])
[INFO] [stdout] 75 +                 let name = OsString::from_iter(&name_buf[..len as usize])
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/km.rs:148:32
[INFO] [stdout]     |
[INFO] [stdout] 148 |         let os_str = OsString::from_wide(&name_buf[..len as usize]);
[INFO] [stdout]     |                                ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 148 -         let os_str = OsString::from_wide(&name_buf[..len as usize]);
[INFO] [stdout] 148 +         let os_str = OsString::from_iter(&name_buf[..len as usize]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]   --> src/km.rs:75:38
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 let name = OsString::from_wide(&name_buf[..len as usize])
[INFO] [stdout]    |                                      ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 75 -                 let name = OsString::from_wide(&name_buf[..len as usize])
[INFO] [stdout] 75 +                 let name = OsString::from_iter(&name_buf[..len as usize])
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/km.rs:148:32
[INFO] [stdout]     |
[INFO] [stdout] 148 |         let os_str = OsString::from_wide(&name_buf[..len as usize]);
[INFO] [stdout]     |                                ^^^^^^^^^ associated function or constant 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/012cd62c9add58ab3910e44c137d87db3ab70f61/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 148 -         let os_str = OsString::from_wide(&name_buf[..len as usize]);
[INFO] [stdout] 148 +         let os_str = OsString::from_iter(&name_buf[..len as usize]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windbgx` (bin "windbgx") due to 47 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `windbgx` (bin "windbgx" test) due to 47 previous errors
[INFO] running `Command { std: "docker" "inspect" "10ce707ac6a59ae2bf56ffe4dc217c130d72fcd5914f0948f9377365f9495dd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ce707ac6a59ae2bf56ffe4dc217c130d72fcd5914f0948f9377365f9495dd0", kill_on_drop: false }`
[INFO] [stdout] 10ce707ac6a59ae2bf56ffe4dc217c130d72fcd5914f0948f9377365f9495dd0
