[INFO] fetching crate rups 0.6.1... [INFO] testing rups-0.6.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rups 0.6.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate rups 0.6.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rups 0.6.1 [INFO] tweaked toml for crates.io crate rups 0.6.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rups 0.6.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rups 0.6.1 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded webpki-roots v0.21.1 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bd03e3e9820deb5cf382ffe0fda47c4ca9ea4757b51807112fffcf9df813387 [INFO] running `Command { std: "docker" "start" "-a" "4bd03e3e9820deb5cf382ffe0fda47c4ca9ea4757b51807112fffcf9df813387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bd03e3e9820deb5cf382ffe0fda47c4ca9ea4757b51807112fffcf9df813387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bd03e3e9820deb5cf382ffe0fda47c4ca9ea4757b51807112fffcf9df813387", kill_on_drop: false }` [INFO] [stdout] 4bd03e3e9820deb5cf382ffe0fda47c4ca9ea4757b51807112fffcf9df813387 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 238a1076cd8e4d117eae0ffd6f5c64d7800e1f89e53567b09abc82eef6212a35 [INFO] running `Command { std: "docker" "start" "-a" "238a1076cd8e4d117eae0ffd6f5c64d7800e1f89e53567b09abc82eef6212a35", kill_on_drop: false }` [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling rups v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `server::Sentences as ServerSentences` [INFO] [stdout] --> src/proto/mod.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use server::Sentences as ServerSentences; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `StartTLS` is never constructed [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Command<'a> { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Command` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/cmd.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | EndList(String), [INFO] [stdout] | ------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Response` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 76 - EndList(String), [INFO] [stdout] 76 + EndList(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ssl` and `ssl_insecure` are never read [INFO] [stdout] --> src/config.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "238a1076cd8e4d117eae0ffd6f5c64d7800e1f89e53567b09abc82eef6212a35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "238a1076cd8e4d117eae0ffd6f5c64d7800e1f89e53567b09abc82eef6212a35", kill_on_drop: false }` [INFO] [stdout] 238a1076cd8e4d117eae0ffd6f5c64d7800e1f89e53567b09abc82eef6212a35 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6d72fb723d69b4dd46e58c86fe4e4455db17fbd0674c9ee6bd8a186dbeddbd4c [INFO] running `Command { std: "docker" "start" "-a" "6d72fb723d69b4dd46e58c86fe4e4455db17fbd0674c9ee6bd8a186dbeddbd4c", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rups v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `server::Sentences as ServerSentences` [INFO] [stdout] --> src/proto/mod.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use server::Sentences as ServerSentences; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `StartTLS` is never constructed [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Command<'a> { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Command` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/cmd.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | EndList(String), [INFO] [stdout] | ------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Response` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 76 - EndList(String), [INFO] [stdout] 76 + EndList(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ssl` and `ssl_insecure` are never read [INFO] [stdout] --> src/config.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `server::Sentences as ServerSentences` [INFO] [stdout] --> src/proto/mod.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use server::Sentences as ServerSentences; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `StartTLS` is never constructed [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Command<'a> { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Command` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/cmd.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | EndList(String), [INFO] [stdout] | ------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Response` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 76 - EndList(String), [INFO] [stdout] 76 + EndList(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ssl` and `ssl_insecure` are never read [INFO] [stdout] --> src/config.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "6d72fb723d69b4dd46e58c86fe4e4455db17fbd0674c9ee6bd8a186dbeddbd4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d72fb723d69b4dd46e58c86fe4e4455db17fbd0674c9ee6bd8a186dbeddbd4c", kill_on_drop: false }` [INFO] [stdout] 6d72fb723d69b4dd46e58c86fe4e4455db17fbd0674c9ee6bd8a186dbeddbd4c [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d7b0a992f9c385ebcd6d1bbcc751888be6bca1efa59ada528bbc0b73b9db1d30 [INFO] running `Command { std: "docker" "start" "-a" "d7b0a992f9c385ebcd6d1bbcc751888be6bca1efa59ada528bbc0b73b9db1d30", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `ClientError` [INFO] [stderr] --> src/blocking/mod.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `server::Sentences as ServerSentences` [INFO] [stderr] --> src/proto/mod.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | pub use server::Sentences as ServerSentences; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `StartTLS` is never constructed [INFO] [stderr] --> src/cmd.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Command<'a> { [INFO] [stderr] | ------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 16 | StartTLS, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Command` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/cmd.rs:76:13 [INFO] [stderr] | [INFO] [stderr] 76 | EndList(String), [INFO] [stderr] | ------- ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `Response` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 76 - EndList(String), [INFO] [stderr] 76 + EndList(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: fields `ssl` and `ssl_insecure` are never read [INFO] [stderr] --> src/config.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 94 | pub struct Config { [INFO] [stderr] | ------ fields in this struct [INFO] [stderr] ... [INFO] [stderr] 98 | pub(crate) ssl: bool, [INFO] [stderr] | ^^^ [INFO] [stderr] 99 | pub(crate) ssl_insecure: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `rups` (lib) generated 5 warnings (run `cargo fix --lib -p rups` to apply 2 suggestions) [INFO] [stderr] warning: `rups` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rups-0b71bb8e0e685e0b) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test proto::util::tests::test_join ... ok [INFO] [stdout] test proto::util::tests::test_split ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_full ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_name ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_port ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_port_no_hostname ... ok [INFO] [stdout] test var::tests::test_parse_variable_definition ... ok [INFO] [stdout] test proto::server::tests::test_encode_decode ... ok [INFO] [stdout] test proto::client::tests::test_encode_decode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d7b0a992f9c385ebcd6d1bbcc751888be6bca1efa59ada528bbc0b73b9db1d30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7b0a992f9c385ebcd6d1bbcc751888be6bca1efa59ada528bbc0b73b9db1d30", kill_on_drop: false }` [INFO] [stdout] d7b0a992f9c385ebcd6d1bbcc751888be6bca1efa59ada528bbc0b73b9db1d30