[INFO] cloning repository https://github.com/gamozolabs/mesos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gamozolabs/mesos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamozolabs%2Fmesos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamozolabs%2Fmesos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6ca31d7227eaf94fe03d75b065e1130ba87e221
[INFO] testing gamozolabs/mesos against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamozolabs%2Fmesos" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gamozolabs/mesos
[INFO] finished tweaking git repo https://github.com/gamozolabs/mesos
[INFO] tweaked toml for git repo https://github.com/gamozolabs/mesos written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gamozolabs/mesos on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gamozolabs/mesos 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mesos` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4
[INFO] running `Command { std: "docker" "start" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mesos` (manifest) generated 1 warning
[INFO] [stderr]    Compiling winapi v0.3.6
[INFO] [stderr]    Compiling debugger v0.1.0 (/opt/rustwide/workdir/libs/debugger)
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::memoryapi::ReadProcessMemory;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::memoryapi::WriteProcessMemory;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winnt::CONTEXT;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winnt::DBG_CONTINUE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winnt::DBG_EXCEPTION_NOT_HANDLED;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/debugger.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winnt::CONTEXT_ALL;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winnt::EXCEPTION_RECORD;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | 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]   --> libs/debugger/src/debugger.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::minwinbase::CREATE_PROCESS_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::minwinbase::CREATE_THREAD_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::minwinbase::EXCEPTION_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::minwinbase::LOAD_DLL_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::minwinbase::EXIT_THREAD_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::minwinbase::EXIT_PROCESS_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::um::minwinbase::UNLOAD_DLL_DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::minwinbase::OUTPUT_DEBUG_STRING_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::minwinbase::RIP_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | use winapi::shared::winerror::ERROR_SEM_TIMEOUT;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::debugapi::WaitForDebugEvent;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use winapi::um::debugapi::DebugActiveProcessStop;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | use winapi::um::debugapi::DebugActiveProcess;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 | use winapi::um::debugapi::ContinueDebugEvent;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 | use winapi::um::winbase::InitializeContext;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use winapi::um::processthreadsapi::GetProcessId;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | use winapi::um::processthreadsapi::GetCurrentProcess;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 | use winapi::um::processthreadsapi::SetThreadContext;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | use winapi::um::processthreadsapi::GetThreadContext;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 | use winapi::um::processthreadsapi::FlushInstructionCache;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 | use winapi::um::processthreadsapi::TerminateProcess;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 | use winapi::um::processthreadsapi::OpenProcess;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 | use winapi::um::processthreadsapi::CreateProcessA;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | use winapi::um::wow64apiset::IsWow64Process;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | use winapi::um::winnt::PROCESS_QUERY_LIMITED_INFORMATION;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 | use winapi::um::psapi::GetMappedFileNameW;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 | use winapi::um::minwinbase::DEBUG_EVENT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 | use winapi::um::winbase::DEBUG_PROCESS;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 | use winapi::um::winbase::DEBUG_ONLY_THIS_PROCESS;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/debugger.rs:52:13
[INFO] [stdout]    |
[INFO] [stdout] 52 | use winapi::um::consoleapi::SetConsoleCtrlHandler;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winnt::EXCEPTION_POINTERS;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::GENERIC_READ;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winnt::GENERIC_WRITE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winnt::EXCEPTION_RECORD;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::fileapi::CREATE_NEW;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/minidump.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::fileapi::CreateFileW;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> libs/debugger/src/minidump.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]   --> libs/debugger/src/minidump.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | 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]   --> libs/debugger/src/minidump.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winnt::CONTEXT;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winnt::TOKEN_PRIVILEGES;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winnt::TOKEN_ADJUST_PRIVILEGES;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::TOKEN_QUERY;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winnt::SE_PRIVILEGE_ENABLED;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::processthreadsapi::OpenProcessToken;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::processthreadsapi::GetCurrentProcess;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::securitybaseapi::AdjustTokenPrivileges;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/sedebug.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winbase::LookupPrivilegeValueW;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> libs/debugger/src/ffi_helpers.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/handles.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> libs/debugger/src/handles.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::handleapi::CloseHandle;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]  --> libs/debugger/src/ffi_helpers.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |     OsStr::new(value).encode_wide().chain(once(0)).collect()
[INFO] [stdout]   |                       ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `debugger` (lib) due to 62 previous errors
[INFO] running `Command { std: "docker" "inspect" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4", kill_on_drop: false }`
[INFO] [stdout] ecf1e79949879170a38ef1929daf81503d95dfd452357cc4bfa002aeabf7d7a4
