[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] documenting gamozolabs/mesos against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamozolabs%2Fmesos" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gamozolabs/mesos on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-38/source/Cargo.toml [INFO] crate git repo https://github.com/gamozolabs/mesos already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5eced943f02f936edc98b2c81af1330c44b39b50211d46c6bd2220df9c40016 [INFO] running `Command { std: "docker" "start" "-a" "e5eced943f02f936edc98b2c81af1330c44b39b50211d46c6bd2220df9c40016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5eced943f02f936edc98b2c81af1330c44b39b50211d46c6bd2220df9c40016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5eced943f02f936edc98b2c81af1330c44b39b50211d46c6bd2220df9c40016", kill_on_drop: false }` [INFO] [stdout] e5eced943f02f936edc98b2c81af1330c44b39b50211d46c6bd2220df9c40016 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf97379033045fb7bdef93a98a8949385af846624e2ad7ecad73b82e9b7098d1 [INFO] running `Command { std: "docker" "start" "-a" "bf97379033045fb7bdef93a98a8949385af846624e2ad7ecad73b82e9b7098d1", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Checking debugger v0.1.0 (/opt/rustwide/workdir/libs/debugger) [INFO] [stdout] error[E0433]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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]: failed to resolve: could not 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[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stdout] --> libs/debugger/src/debugger.rs:992:62 [INFO] [stdout] | [INFO] [stdout] 992 | ... mprint!(self, "Got crash: {}\n", filename); [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `str` [INFO] [stdout] note: required by a bound in `ArgumentV1::<'a>::new_display` [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` (in Nightly builds, run with -Z macro-backtrace for more info) [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] error: aborting due to 63 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `debugger` due to 64 previous errors [INFO] running `Command { std: "docker" "inspect" "bf97379033045fb7bdef93a98a8949385af846624e2ad7ecad73b82e9b7098d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf97379033045fb7bdef93a98a8949385af846624e2ad7ecad73b82e9b7098d1", kill_on_drop: false }` [INFO] [stdout] bf97379033045fb7bdef93a98a8949385af846624e2ad7ecad73b82e9b7098d1