[INFO] fetching crate winping 0.10.0... [INFO] documenting winping-0.10.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate winping 0.10.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate winping 0.10.0 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate winping 0.10.0 [INFO] finished tweaking crates.io crate winping 0.10.0 [INFO] tweaked toml for crates.io crate winping 0.10.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate winping 0.10.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf330f404f58d6b3138a7a0c884b385b645ac96476d77d9772222e5218d0e5d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bf330f404f58d6b3138a7a0c884b385b645ac96476d77d9772222e5218d0e5d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf330f404f58d6b3138a7a0c884b385b645ac96476d77d9772222e5218d0e5d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf330f404f58d6b3138a7a0c884b385b645ac96476d77d9772222e5218d0e5d0", kill_on_drop: false }` [INFO] [stdout] bf330f404f58d6b3138a7a0c884b385b645ac96476d77d9772222e5218d0e5d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7395e47bd3c21ae4adfb0fbc79b237eac1e7582184e2153396bd18cb769fa4ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7395e47bd3c21ae4adfb0fbc79b237eac1e7582184e2153396bd18cb769fa4ea", kill_on_drop: false }` [INFO] [stderr] Compiling winapi_forked_icmpapi v0.3.7 [INFO] [stderr] Documenting winping v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/async_pinger.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | shared::{ [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] --> src/async_pinger.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | um::{ [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] --> src/async_pinger.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use winapi::um::ipexport::IP_OPTION_INFORMATION32 as IP_OPTION_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] --> src/buffer.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::ipexport::ICMP_ECHO_REPLY32; [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] --> src/buffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | shared::ntdef::VOID, [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] --> src/buffer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | um::ipexport::{ICMPV6_ECHO_REPLY, ICMP_ECHO_REPLY}, [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] --> src/error.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | shared::{ [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] --> src/error.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | um::{ [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] --> src/pinger.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | shared::{ [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] --> src/pinger.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | um::{ [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] --> src/pinger.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | use winapi::um::ipexport::IP_OPTION_INFORMATION32 as IP_OPTION_INFORMATION; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/async_pinger.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | data_ptr: *mut VOID, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/async_pinger.rs:210:21 [INFO] [stdout] | [INFO] [stdout] 210 | reply_ptr: *mut VOID, [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/async_pinger.rs:292:25 [INFO] [stdout] | [INFO] [stdout] 292 | static mut INPUT_EVENT: HANDLE = NULL; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/async_pinger.rs:292:34 [INFO] [stdout] | [INFO] [stdout] 292 | static mut INPUT_EVENT: HANDLE = NULL; [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/async_pinger.rs:293:25 [INFO] [stdout] | [INFO] [stdout] 293 | static mut ICMP_HANDLE: HANDLE = INVALID_HANDLE_VALUE; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope [INFO] [stdout] --> src/async_pinger.rs:293:34 [INFO] [stdout] | [INFO] [stdout] 293 | static mut ICMP_HANDLE: HANDLE = INVALID_HANDLE_VALUE; [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/async_pinger.rs:294:26 [INFO] [stdout] | [INFO] [stdout] 294 | static mut ICMP6_HANDLE: HANDLE = INVALID_HANDLE_VALUE; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope [INFO] [stdout] --> src/async_pinger.rs:294:35 [INFO] [stdout] | [INFO] [stdout] 294 | static mut ICMP6_HANDLE: HANDLE = INVALID_HANDLE_VALUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/async_pinger.rs:338:29 [INFO] [stdout] | [INFO] [stdout] 338 | const EVENT_ACCESS: DWORD = DELETE | EVENT_MODIFY_STATE | SYNCHRONIZE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DELETE` in this scope [INFO] [stdout] --> src/async_pinger.rs:338:37 [INFO] [stdout] | [INFO] [stdout] 338 | const EVENT_ACCESS: DWORD = DELETE | EVENT_MODIFY_STATE | SYNCHRONIZE; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_MODIFY_STATE` in this scope [INFO] [stdout] --> src/async_pinger.rs:338:46 [INFO] [stdout] | [INFO] [stdout] 338 | const EVENT_ACCESS: DWORD = DELETE | EVENT_MODIFY_STATE | SYNCHRONIZE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SYNCHRONIZE` in this scope [INFO] [stdout] --> src/async_pinger.rs:338:67 [INFO] [stdout] | [INFO] [stdout] 338 | const EVENT_ACCESS: DWORD = DELETE | EVENT_MODIFY_STATE | SYNCHRONIZE; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/async_pinger.rs:488:28 [INFO] [stdout] | [INFO] [stdout] 488 | _io_status_block: *mut VOID, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/async_pinger.rs:489:12 [INFO] [stdout] | [INFO] [stdout] 489 | _rsvd: ULONG, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | const_assert_eq!(CHUNK_SIZE, align_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMPV6_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 29 | const_assert!(CHUNK_SIZE >= align_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY32` in this scope [INFO] [stdout] --> src/buffer.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | const_assert!(CHUNK_SIZE >= align_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMPV6_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | const_assert!(size_of::() <= size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:79:71 [INFO] [stdout] | [INFO] [stdout] 79 | const_assert!(size_of::() <= size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY32` in this scope [INFO] [stdout] --> src/buffer.rs:80:37 [INFO] [stdout] | [INFO] [stdout] 80 | const_assert!(size_of::() <= size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:80:71 [INFO] [stdout] | [INFO] [stdout] 80 | const_assert!(size_of::() <= size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | size_of::() [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/buffer.rs:99:55 [INFO] [stdout] | [INFO] [stdout] 99 | pub(crate) fn request_data_ptr(&mut self) -> *mut VOID { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/buffer.rs:106:53 [INFO] [stdout] | [INFO] [stdout] 106 | pub(crate) fn reply_data_ptr(&mut self) -> *mut VOID { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VOID` in this scope [INFO] [stdout] --> src/buffer.rs:110:46 [INFO] [stdout] | [INFO] [stdout] 110 | fn reply_data_ptr_const(&self) -> *const VOID { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:117:51 [INFO] [stdout] | [INFO] [stdout] 53 | impl Buffer { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 117 | pub(crate) fn as_echo_reply(&self) -> Option<&ICMP_ECHO_REPLY> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMP_ECHO_REPLY32` in this scope [INFO] [stdout] --> src/buffer.rs:129:53 [INFO] [stdout] | [INFO] [stdout] 53 | impl Buffer { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 129 | pub(crate) fn as_echo_reply32(&self) -> Option<&ICMP_ECHO_REPLY32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ICMPV6_ECHO_REPLY` in this scope [INFO] [stdout] --> src/buffer.rs:136:52 [INFO] [stdout] | [INFO] [stdout] 53 | impl Buffer { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 136 | pub(crate) fn as_echo_reply6(&self) -> Option<&ICMPV6_ECHO_REPLY> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FORMAT_MESSAGE_FROM_SYSTEM` in this scope [INFO] [stdout] --> src/error.rs:92:36 [INFO] [stdout] | [INFO] [stdout] 92 | const FLAGS: u32 = FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FORMAT_MESSAGE_IGNORE_INSERTS` in this scope [INFO] [stdout] --> src/error.rs:92:65 [INFO] [stdout] | [INFO] [stdout] 92 | const FLAGS: u32 = FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS; [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/pinger.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | v4: HANDLE, [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/pinger.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | v6: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IP_OPTION_INFORMATION` in this scope [INFO] [stdout] --> src/pinger.rs:146:31 [INFO] [stdout] | [INFO] [stdout] 146 | fn make_ip_opts(&self) -> IP_OPTION_INFORMATION { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 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] [stderr] error: Could not document `winping`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name winping src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="async"' --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-57a7edc7f441d44c.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-c6fada7e75b57fb2.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi_forked_icmpapi-669c76a479b313ae.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "7395e47bd3c21ae4adfb0fbc79b237eac1e7582184e2153396bd18cb769fa4ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7395e47bd3c21ae4adfb0fbc79b237eac1e7582184e2153396bd18cb769fa4ea", kill_on_drop: false }` [INFO] [stdout] 7395e47bd3c21ae4adfb0fbc79b237eac1e7582184e2153396bd18cb769fa4ea