[INFO] fetching crate faithe 0.6.1... [INFO] testing faithe-0.6.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate faithe 0.6.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate faithe 0.6.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate faithe 0.6.1 [INFO] finished tweaking crates.io crate faithe 0.6.1 [INFO] tweaked toml for crates.io crate faithe 0.6.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate faithe 0.6.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd521c5589ae6e0a8d7e1adf3df5bd7826311a640a7051e569272cc8d5b25a99 [INFO] running `Command { std: "docker" "start" "-a" "dd521c5589ae6e0a8d7e1adf3df5bd7826311a640a7051e569272cc8d5b25a99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd521c5589ae6e0a8d7e1adf3df5bd7826311a640a7051e569272cc8d5b25a99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd521c5589ae6e0a8d7e1adf3df5bd7826311a640a7051e569272cc8d5b25a99", kill_on_drop: false }` [INFO] [stdout] dd521c5589ae6e0a8d7e1adf3df5bd7826311a640a7051e569272cc8d5b25a99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b434af50ecb4498fe99fecbc0b8fe1d5d9427a5ed0cb6ba7614a7649c2eba54b [INFO] running `Command { std: "docker" "start" "-a" "b434af50ecb4498fe99fecbc0b8fe1d5d9427a5ed0cb6ba7614a7649c2eba54b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling faithe v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/thread.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::System::Threading::{CreateThread, THREAD_CREATION_FLAGS}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/process.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/memory.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/module.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use windows::Win32::System::ProcessStatus::MODULEINFO; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/memory.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | use windows::Win32::System::Memory::VirtualProtect; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/memory/mod.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use windows::Win32::Foundation::{HANDLE, HINSTANCE, HWND}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | pub use windows::Win32::UI::WindowsAndMessaging::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | pub use windows::Win32::System::Threading::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | pub use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | pub use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | pub use windows::Win32::System::Memory::{MEM_DECOMMIT, MEM_RELEASE, VIRTUAL_FREE_TYPE}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | pub use windows::Win32::System::Memory::{MEM_IMAGE, MEM_MAPPED, MEM_PRIVATE, PAGE_TYPE}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `THREAD_CREATION_FLAGS` [INFO] [stdout] --> src/internal/thread.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | THREAD_CREATION_FLAGS::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `THREAD_CREATION_FLAGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Threading` [INFO] [stdout] --> src/internal/process.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe { Threading::GetCurrentProcessId() } [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Threading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Console` [INFO] [stdout] --> src/internal/process.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | if unsafe { Console::AllocConsole().0 == 0 } { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Console` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Console` [INFO] [stdout] --> src/internal/process.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | if unsafe { Console::FreeConsole().0 == 0 } { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Console` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/error.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | ErrorCode(windows::Win32::Foundation::WIN32_ERROR), [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/error.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 27 | unsafe { Self::ErrorCode(windows::Win32::Foundation::GetLastError()) } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_PROTECTION_FLAGS` in this scope [INFO] [stdout] --> src/internal/memory.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | new_protection: PAGE_PROTECTION_FLAGS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_PROTECTION_FLAGS` in this scope [INFO] [stdout] --> src/internal/memory.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn virtual_protect( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 15 | ) -> crate::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `VirtualProtect` in this scope [INFO] [stdout] --> src/internal/memory.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | if VirtualProtect( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_ALLOCATION_TYPE` in this scope [INFO] [stdout] --> src/internal/memory.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | allocation_type: VIRTUAL_ALLOCATION_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_PROTECTION_FLAGS` in this scope [INFO] [stdout] --> src/internal/memory.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | protection: PAGE_PROTECTION_FLAGS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `VirtualAlloc` in this scope [INFO] [stdout] --> src/internal/memory.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let region = VirtualAlloc( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_FREE_TYPE` in this scope [INFO] [stdout] --> src/internal/memory.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 63 | free_type: VIRTUAL_FREE_TYPE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `faithe` due to 45 previous errors [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `VirtualFree` in this scope [INFO] [stdout] --> src/internal/memory.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | if VirtualFree( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `VirtualQuery` in this scope [INFO] [stdout] --> src/internal/memory.rs:83:12 [INFO] [stdout] | [INFO] [stdout] 83 | if VirtualQuery(address as _, &mut mem_info, size_of!(@ mem_info)) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateThread` in this scope [INFO] [stdout] --> src/internal/thread.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | CreateThread( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/internal/process.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn get_current_process() -> HANDLE { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HANDLE` in this scope [INFO] [stdout] --> src/internal/process.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | HANDLE(usize::MAX as isize) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/internal/process.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn message_box( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 41 | hwnd: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MESSAGEBOX_STYLE` in this scope [INFO] [stdout] --> src/internal/process.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | style: MESSAGEBOX_STYLE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MessageBoxW` in this scope [INFO] [stdout] --> src/internal/process.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | MessageBoxW( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PWSTR` in this scope [INFO] [stdout] --> src/internal/process.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | PWSTR( [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PWSTR` in this scope [INFO] [stdout] --> src/internal/process.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | PWSTR( [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEINFO` in this scope [INFO] [stdout] --> src/internal/module.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ModuleInfo { [INFO] [stdout] | --------------------- similarly named struct `ModuleInfo` defined here [INFO] [stdout] ... [INFO] [stdout] 15 | impl From for ModuleInfo { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 15 | impl From for ModuleInfo { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 15 | impl From for ModuleInfo { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEINFO` in this scope [INFO] [stdout] --> src/internal/module.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ModuleInfo { [INFO] [stdout] | --------------------- similarly named struct `ModuleInfo` defined here [INFO] [stdout] ... [INFO] [stdout] 16 | fn from(mi: MODULEINFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `ModuleInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_PROTECTION_FLAGS` in this scope [INFO] [stdout] --> src/memory/mod.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | pub alloc_protection: PAGE_PROTECTION_FLAGS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_ALLOCATION_TYPE` in this scope [INFO] [stdout] --> src/memory/mod.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | pub state: VIRTUAL_ALLOCATION_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_PROTECTION_FLAGS` in this scope [INFO] [stdout] --> src/memory/mod.rs:21:29 [INFO] [stdout] | [INFO] [stdout] 21 | pub protection: PAGE_PROTECTION_FLAGS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAGE_TYPE` in this scope [INFO] [stdout] --> src/memory/mod.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | pub memory_type: PAGE_TYPE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MEMORY_BASIC_INFORMATION` in this scope [INFO] [stdout] --> src/memory/mod.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | impl From for MemoryBasicInformation { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MEMORY_BASIC_INFORMATION` in this scope [INFO] [stdout] --> src/memory/mod.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | fn from(v: MEMORY_BASIC_INFORMATION) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 44 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b434af50ecb4498fe99fecbc0b8fe1d5d9427a5ed0cb6ba7614a7649c2eba54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b434af50ecb4498fe99fecbc0b8fe1d5d9427a5ed0cb6ba7614a7649c2eba54b", kill_on_drop: false }` [INFO] [stdout] b434af50ecb4498fe99fecbc0b8fe1d5d9427a5ed0cb6ba7614a7649c2eba54b