[INFO] cloning repository https://github.com/power3xz/rust-in-action [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/power3xz/rust-in-action" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpower3xz%2Frust-in-action", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpower3xz%2Frust-in-action'... [INFO] [stderr] fatal: write error: No space left on device [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/power3xz/rust-in-action [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/power3xz/rust-in-action" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpower3xz%2Frust-in-action", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpower3xz%2Frust-in-action'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 409f37b437ad161cb1dc57f9410ca9123f97dcf6 [INFO] checking power3xz/rust-in-action against master#1f81f906893d166d05fb4839f169983f2b564cc7 for pr-135167 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpower3xz%2Frust-in-action" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/power3xz/rust-in-action on toolchain 1f81f906893d166d05fb4839f169983f2b564cc7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f81f906893d166d05fb4839f169983f2b564cc7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/power3xz/rust-in-action [INFO] finished tweaking git repo https://github.com/power3xz/rust-in-action [INFO] tweaked toml for git repo https://github.com/power3xz/rust-in-action written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/power3xz/rust-in-action 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" "+1f81f906893d166d05fb4839f169983f2b564cc7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1f81f906893d166d05fb4839f169983f2b564cc7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2494401678484924eb8936f2dfdc97a7b2cfb7cee6acc85e157ca97e49cd179 [INFO] running `Command { std: "docker" "start" "-a" "a2494401678484924eb8936f2dfdc97a7b2cfb7cee6acc85e157ca97e49cd179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2494401678484924eb8936f2dfdc97a7b2cfb7cee6acc85e157ca97e49cd179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2494401678484924eb8936f2dfdc97a7b2cfb7cee6acc85e157ca97e49cd179", kill_on_drop: false }` [INFO] [stdout] a2494401678484924eb8936f2dfdc97a7b2cfb7cee6acc85e157ca97e49cd179 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1f81f906893d166d05fb4839f169983f2b564cc7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f17583d21fcb7cbf40812fcc9e3e8e9373d95ac79970ff7d7f3ad1ff7aa4bec0 [INFO] running `Command { std: "docker" "start" "-a" "f17583d21fcb7cbf40812fcc9e3e8e9373d95ac79970ff7d7f3ad1ff7aa4bec0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking l2-3 v0.1.0 (/opt/rustwide/workdir/l2-3) [INFO] [stderr] Checking l4-19 v0.1.0 (/opt/rustwide/workdir/l4-19) [INFO] [stderr] Checking l5-4 v0.1.0 (/opt/rustwide/workdir/l5-4) [INFO] [stderr] Checking l3-1 v0.1.0 (/opt/rustwide/workdir/l3-1) [INFO] [stderr] Checking l2-21 v0.1.0 (/opt/rustwide/workdir/l2-21) [INFO] [stderr] Checking l2-23 v0.1.0 (/opt/rustwide/workdir/l2-23) [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking l5-5 v0.1.0 (/opt/rustwide/workdir/l5-5) [INFO] [stderr] Checking l2-35 v0.1.0 (/opt/rustwide/workdir/l2-35) [INFO] [stderr] Checking l3-19 v0.1.0 (/opt/rustwide/workdir/l3-19) [INFO] [stderr] Checking l2-13 v0.1.0 (/opt/rustwide/workdir/l2-13) [INFO] [stderr] Checking l6-5 v0.1.0 (/opt/rustwide/workdir/l6-5) [INFO] [stdout] warning: field `content` is never read [INFO] [stdout] --> l4-19/src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 14 | struct Message { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 15 | to: u64, [INFO] [stdout] 16 | content: String [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Message` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking l2-25 v0.1.0 (/opt/rustwide/workdir/l2-25) [INFO] [stderr] Checking l2-22 v0.1.0 (/opt/rustwide/workdir/l2-22) [INFO] [stderr] Checking l3-6 v0.1.0 (/opt/rustwide/workdir/l3-6) [INFO] [stderr] Checking l5-14 v0.1.0 (/opt/rustwide/workdir/l5-14) [INFO] [stderr] Checking l4-1 v0.1.0 (/opt/rustwide/workdir/l4-1) [INFO] [stderr] Checking l5-9 v0.1.0 (/opt/rustwide/workdir/l5-9) [INFO] [stderr] Checking l2-34 v0.1.0 (/opt/rustwide/workdir/l2-34) [INFO] [stderr] Checking l3-22 v0.1.0 (/opt/rustwide/workdir/l3-22) [INFO] [stderr] Checking l6-7 v0.1.0 (/opt/rustwide/workdir/l6-7) [INFO] [stderr] Checking l4-16 v0.1.0 (/opt/rustwide/workdir/l4-16) [INFO] [stderr] Checking l4-8 v0.1.0 (/opt/rustwide/workdir/l4-8) [INFO] [stderr] Checking l6-4 v0.1.0 (/opt/rustwide/workdir/l6-4) [INFO] [stderr] Checking l3-17 v0.1.0 (/opt/rustwide/workdir/l3-17) [INFO] [stderr] Checking l3-9 v0.1.0 (/opt/rustwide/workdir/l3-9) [INFO] [stderr] Checking l5-3 v0.1.0 (/opt/rustwide/workdir/l5-3) [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> l4-16/src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | struct CubeSat { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 3 | id: u64, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `CubeSat` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking l1-8 v0.1.0 (/opt/rustwide/workdir/l1-8) [INFO] [stderr] Checking l2-10 v0.1.0 (/opt/rustwide/workdir/l2-10) [INFO] [stderr] Checking l4-7 v0.1.0 (/opt/rustwide/workdir/l4-7) [INFO] [stderr] Checking l1-2 v0.1.0 (/opt/rustwide/workdir/l1-2) [INFO] [stdout] error[E0277]: `Demo` doesn't implement `std::fmt::Display` [INFO] [stdout] --> l4-8/src/main.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | println!("{}", demo); [INFO] [stdout] | ^^^^ `Demo` cannot be formatted with the default formatter [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Display` is not implemented for `Demo` [INFO] [stdout] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stdout] = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] Checking l5-2 v0.1.0 (/opt/rustwide/workdir/l5-2) [INFO] [stderr] error: could not compile `l4-8` (bin "l4-8") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/l4-7-3d179febeb7eb3ab/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/vec_map-6191759eaecb883d.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/vec_map-6191759eaecb883d/dep-lib-vec_map` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcvnIbsL/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/libc-59b48c0a162e4ac4/build_script_build-59b48c0a162e4ac4" "-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 `autocfg` (lib) [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/1f81f906893d166d05fb4839f169983f2b564cc7/bin/rustc --crate-name autocfg --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d255e645a3b888a5 -C extra-filename=-25a993b23e246124 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error[E0382]: borrow of moved value: `letters` [INFO] [stdout] --> l1-8/src/main.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 2 | let mut letters = vec!["a", "b", "b"]; [INFO] [stdout] | ----------- move occurs because `letters` has type `Vec<&str>`, which does not implement the `Copy` trait [INFO] [stdout] 3 | [INFO] [stdout] 4 | for letter in letters { [INFO] [stdout] | ------- `letters` moved due to this implicit call to `.into_iter()` [INFO] [stdout] 5 | println!("{}", letter); [INFO] [stdout] 6 | letters.push(letter.clone()); [INFO] [stdout] | ^^^^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: `into_iter` takes ownership of the receiver `self`, which moves `letters` [INFO] [stdout] --> /rustc/1f81f906893d166d05fb4839f169983f2b564cc7/library/core/src/iter/traits/collect.rs:313:18 [INFO] [stdout] help: consider iterating over a slice of the `Vec<&str>`'s content to avoid moving into the `for` loop [INFO] [stdout] | [INFO] [stdout] 4 | for letter in &letters { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (build script) due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0382`. [INFO] [stdout] [INFO] [stderr] error: could not compile `l1-8` (bin "l1-8") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcgdel0t/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1f81f906893d166d05fb4839f169983f2b564cc7/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/bitflags-8155ac50d3a02e1b/build_script_build-8155ac50d3a02e1b" "-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] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitflags` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaL8NbCO/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ppv-lite86` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaQq5jOn/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "f17583d21fcb7cbf40812fcc9e3e8e9373d95ac79970ff7d7f3ad1ff7aa4bec0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f17583d21fcb7cbf40812fcc9e3e8e9373d95ac79970ff7d7f3ad1ff7aa4bec0", kill_on_drop: false }` [INFO] [stdout] f17583d21fcb7cbf40812fcc9e3e8e9373d95ac79970ff7d7f3ad1ff7aa4bec0