[INFO] cloning repository https://github.com/robbert-vdh/game-of-life
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robbert-vdh/game-of-life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbert-vdh%2Fgame-of-life", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbert-vdh%2Fgame-of-life'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9b1c6c1c10e13a76692ed41b8470f00922619cc5
[INFO] checking robbert-vdh/game-of-life/9b1c6c1c10e13a76692ed41b8470f00922619cc5 against master#9bfa31f632912180dc742809bcc51a97f2d7079d for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbert-vdh%2Fgame-of-life" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/robbert-vdh/game-of-life on toolchain 9bfa31f632912180dc742809bcc51a97f2d7079d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/robbert-vdh/game-of-life
[INFO] finished tweaking git repo https://github.com/robbert-vdh/game-of-life
[INFO] tweaked toml for git repo https://github.com/robbert-vdh/game-of-life written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/robbert-vdh/game-of-life 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" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustc-demangle v0.1.2
[INFO] [stderr]   Downloaded libloading v0.3.1
[INFO] [stderr]   Downloaded x11-dl v2.11.0
[INFO] [stderr]   Downloaded gleam v0.2.24
[INFO] [stderr]   Downloaded glutin v0.6.2
[INFO] [stderr]   Downloaded android_glue v0.2.1
[INFO] [stderr]   Downloaded target_build_utils v0.1.2
[INFO] [stderr]   Downloaded glium v0.15.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b78d0a892b93956ce8aa88dfd5745ad87813791b04d0ca6554b07faf502bc798
[INFO] running `Command { std: "docker" "start" "-a" "b78d0a892b93956ce8aa88dfd5745ad87813791b04d0ca6554b07faf502bc798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b78d0a892b93956ce8aa88dfd5745ad87813791b04d0ca6554b07faf502bc798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b78d0a892b93956ce8aa88dfd5745ad87813791b04d0ca6554b07faf502bc798", kill_on_drop: false }`
[INFO] [stdout] b78d0a892b93956ce8aa88dfd5745ad87813791b04d0ca6554b07faf502bc798
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e1468493e3f2476706c00a5221c65b8019d6a5558d8099f950ba143f86eba11
[INFO] running `Command { std: "docker" "start" "-a" "1e1468493e3f2476706c00a5221c65b8019d6a5558d8099f950ba143f86eba11", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.17
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]    Compiling phf_shared v0.7.19
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling dtoa v0.2.2
[INFO] [stderr]    Compiling serde v0.8.17
[INFO] [stderr]    Compiling num-traits v0.1.36
[INFO] [stderr]    Compiling xml-rs v0.3.4
[INFO] [stderr]    Compiling itoa v0.1.1
[INFO] [stderr]    Compiling phf v0.7.19
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking lazy_static v0.2.1
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling khronos_api v1.0.0
[INFO] [stderr]    Compiling log v0.3.6
[INFO] [stderr]    Compiling rand v0.3.14
[INFO] [stderr]     Checking lazy_static v0.1.16
[INFO] [stderr]    Compiling dbghelp-sys v0.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.8
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling gcc v0.3.38
[INFO] [stderr]     Checking crossbeam v0.2.10
[INFO] [stderr]     Checking fs2 v0.2.5
[INFO] [stderr]    Compiling tempfile v2.1.4
[INFO] [stderr]    Compiling x11-dl v2.11.0
[INFO] [stderr]    Compiling wayland-scanner v0.5.11
[INFO] [stderr]    Compiling gl_generator v0.5.2
[INFO] [stderr]     Checking memmap v0.2.3
[INFO] [stderr]    Compiling phf_generator v0.7.19
[INFO] [stderr]    Compiling backtrace-sys v0.1.4
[INFO] [stderr]    Compiling phf_codegen v0.7.19
[INFO] [stderr]     Checking shared_library v0.1.5
[INFO] [stderr]    Compiling wayland-client v0.5.12
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]    Compiling target_build_utils v0.1.2
[INFO] [stderr]    Compiling backtrace v0.2.3
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking cfg-if v0.1.0
[INFO] [stderr]     Checking rustc-demangle v0.1.2
[INFO] [stderr]     Checking smallvec v0.1.8
[INFO] [stderr]    Compiling glutin v0.6.2
[INFO] [stderr]    Compiling glium v0.15.0
[INFO] [stderr]     Checking time v0.1.35
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustctsUxpy/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libphf_codegen-393a40221082de08.rlib,libphf_generator-3fb2db24d526af39.rlib,librand-92cbaddb64acdf39.rlib,liblibc-b7e7dc9dc08932fa.rlib,libphf_shared-a643d95b48bea777.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustctsUxpy/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/target_build_utils-f96f28604573c7c6/build_script_build-f96f28604573c7c6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
[INFO] [stdout]           LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `target_build_utils` (build script) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcKpPY6q"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `glium` (build script)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/9bfa31f632912180dc742809bcc51a97f2d7079d/bin/rustc --crate-name build_script_main --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glium-0.15.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="glutin"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "glutin", "unstable"))' -C metadata=526651188bc33ff8 -C extra-filename=-ffba00a728ff7ead --out-dir /opt/rustwide/target/debug/build/glium-ffba00a728ff7ead -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-279c9f8c8ba77e82.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `glutin` (build script) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetapmATVp/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error
[INFO] [stderr] error: failed to run custom build command for `wayland-client v0.5.12`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/wayland-client-58c5d4e19b1b528d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.5.11/src/interface_gen.rs:18:86:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5edccb86c832 - std::backtrace_rs::backtrace::libunwind::trace::h5c41bb5ff0e1e8ff
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5edccb86c832 - std::backtrace_rs::backtrace::trace_unsynchronized::he1d337a682c73c8b
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5edccb86c832 - std::sys::backtrace::_print_fmt::h2cc5ea913ad3a2db
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5edccb86c832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h185471249503f127
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5edccb888203 - core::fmt::rt::Argument::fmt::h679bccd701bcc0cd
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/fmt/rt.rs:179:76
[INFO] [stderr]      5:     0x5edccb888203 - core::fmt::write::h2a87cc0abe17a0b8
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/fmt/mod.rs:1481:25
[INFO] [stderr]      6:     0x5edccb86a313 - std::io::default_write_fmt::hffa60e72a4ab8483
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5edccb86a313 - std::io::Write::write_fmt::ha8282d1b0df679a5
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/io/mod.rs:1914:13
[INFO] [stderr]      8:     0x5edccb86c682 - std::sys::backtrace::BacktraceLock::print::h430e94cebb0be484
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5edccb86d702 - std::panicking::default_hook::{{closure}}::h660c2d0ce16b0526
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:300:22
[INFO] [stderr]     10:     0x5edccb86d505 - std::panicking::default_hook::h51c63d57538e6b0e
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x5edccb86e0e2 - std::panicking::rust_panic_with_hook::h7bc036531e7b606f
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x5edccb86de6a - std::panicking::begin_panic_handler::{{closure}}::hf568a69fe266fbbe
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:706:13
[INFO] [stderr]     13:     0x5edccb86cd29 - std::sys::backtrace::__rust_end_short_backtrace::h2c4977687c05bd30
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     14:     0x5edccb86dafd - __rustc[7d5440b98b34e40e]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:697:5
[INFO] [stderr]     15:     0x5edccb887140 - core::panicking::panic_fmt::h52a19b8f850c1415
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x5edccb887576 - core::result::unwrap_failed::hd74697381f26cf55
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/result.rs:1704:5
[INFO] [stderr]     17:     0x5edccb8020fe - wayland_scanner::interface_gen::generate_interfaces::h116b076318e13901
[INFO] [stderr]     18:     0x5edccb8097ed - wayland_scanner::generate::h6d00ab2f56572b26
[INFO] [stderr]     19:     0x5edccb8101ab - build_script_build::main::h862db26601dbfe78
[INFO] [stderr]     20:     0x5edccb80d703 - core::ops::function::FnOnce::call_once::h4fae7e0d6d845456
[INFO] [stderr]     21:     0x5edccb80a3e6 - std::sys::backtrace::__rust_begin_short_backtrace::hbdf0ae9ca86a1d2e
[INFO] [stderr]     22:     0x5edccb80c869 - std::rt::lang_start::{{closure}}::h2e690903a606caba
[INFO] [stderr]     23:     0x5edccb867b90 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3afee3d231aeede8
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x5edccb867b90 - std::panicking::try::do_call::h37a575429616c1bf
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:589:40
[INFO] [stderr]     25:     0x5edccb867b90 - std::panicking::try::hb1fe10024f0ae46f
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:552:19
[INFO] [stderr]     26:     0x5edccb867b90 - std::panic::catch_unwind::hc16bb7a6525ecf3b
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x5edccb867b90 - std::rt::lang_start_internal::{{closure}}::hd338876317d50bc4
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/rt.rs:168:24
[INFO] [stderr]     28:     0x5edccb867b90 - std::panicking::try::do_call::h20dc03395d17853a
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:589:40
[INFO] [stderr]     29:     0x5edccb867b90 - std::panicking::try::hb425085eb5ed1be2
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panicking.rs:552:19
[INFO] [stderr]     30:     0x5edccb867b90 - std::panic::catch_unwind::h4963c45d1b1a2488
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x5edccb867b90 - std::rt::lang_start_internal::h469179d1867bcd89
[INFO] [stderr]                                  at /rustc/9bfa31f632912180dc742809bcc51a97f2d7079d/library/std/src/rt.rs:164:5
[INFO] [stderr]     32:     0x5edccb80c851 - std::rt::lang_start::h35a47a6b8d8e7a1d
[INFO] [stderr]     33:     0x5edccb8102f5 - main
[INFO] [stderr]     34:     0x736a1532e1ca - <unknown>
[INFO] [stderr]     35:     0x736a1532e28b - __libc_start_main
[INFO] [stderr]     36:     0x5edccb7f7a35 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetajJ7aea/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x11-dl` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "1e1468493e3f2476706c00a5221c65b8019d6a5558d8099f950ba143f86eba11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e1468493e3f2476706c00a5221c65b8019d6a5558d8099f950ba143f86eba11", kill_on_drop: false }`
[INFO] [stdout] 1e1468493e3f2476706c00a5221c65b8019d6a5558d8099f950ba143f86eba11
