[INFO] fetching crate foundationdb-tuple 0.9.1... [INFO] testing foundationdb-tuple-0.9.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate foundationdb-tuple 0.9.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate foundationdb-tuple 0.9.1 [INFO] finished tweaking crates.io crate foundationdb-tuple 0.9.1 [INFO] tweaked toml for crates.io crate foundationdb-tuple 0.9.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate foundationdb-tuple 0.9.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 21 packages to latest compatible versions [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 4a59c801f7c0ea8e247a9561f8f5a79ff9e043b12a75b1a42966ff2037daa414 [INFO] running `Command { std: "docker" "start" "-a" "4a59c801f7c0ea8e247a9561f8f5a79ff9e043b12a75b1a42966ff2037daa414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a59c801f7c0ea8e247a9561f8f5a79ff9e043b12a75b1a42966ff2037daa414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a59c801f7c0ea8e247a9561f8f5a79ff9e043b12a75b1a42966ff2037daa414", kill_on_drop: false }` [INFO] [stdout] 4a59c801f7c0ea8e247a9561f8f5a79ff9e043b12a75b1a42966ff2037daa414 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 43779fbabecbdf9fd42f36764753d68482512ee3e36c1e1f72f4792f32a30050 [INFO] running `Command { std: "docker" "start" "-a" "43779fbabecbdf9fd42f36764753d68482512ee3e36c1e1f72f4792f32a30050", kill_on_drop: false }` [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling foundationdb-tuple v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes> { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<[u8]>)> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<'_, [u8]>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow)> { [INFO] [stdout] | ^^^^^ ----- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow<'_, str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "43779fbabecbdf9fd42f36764753d68482512ee3e36c1e1f72f4792f32a30050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43779fbabecbdf9fd42f36764753d68482512ee3e36c1e1f72f4792f32a30050", kill_on_drop: false }` [INFO] [stdout] 43779fbabecbdf9fd42f36764753d68482512ee3e36c1e1f72f4792f32a30050 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c2ceebd3f1fb8ed39d61f8317b7098d44964c4297bd699eec7a1fa145bbdafa7 [INFO] running `Command { std: "docker" "start" "-a" "c2ceebd3f1fb8ed39d61f8317b7098d44964c4297bd699eec7a1fa145bbdafa7", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes> { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<[u8]>)> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<'_, [u8]>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow)> { [INFO] [stdout] | ^^^^^ ----- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow<'_, str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling foundationdb-tuple v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes> { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_bytes(&self) -> Option<&Bytes<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<[u8]>)> { [INFO] [stdout] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<'_, [u8]>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pack.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow)> { [INFO] [stdout] | ^^^^^ ----- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow<'_, str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.89s [INFO] running `Command { std: "docker" "inspect" "c2ceebd3f1fb8ed39d61f8317b7098d44964c4297bd699eec7a1fa145bbdafa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2ceebd3f1fb8ed39d61f8317b7098d44964c4297bd699eec7a1fa145bbdafa7", kill_on_drop: false }` [INFO] [stdout] c2ceebd3f1fb8ed39d61f8317b7098d44964c4297bd699eec7a1fa145bbdafa7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a69db39241b111bcb1084a496cfd55309135487f7cc37cd04834b3e4bed744e4 [INFO] running `Command { std: "docker" "start" "-a" "a69db39241b111bcb1084a496cfd55309135487f7cc37cd04834b3e4bed744e4", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn as_bytes(&self) -> Option<&Bytes> { [INFO] [stderr] | ^^^^^ ------ [INFO] [stderr] | | || [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 157 | pub fn as_bytes(&self) -> Option<&Bytes<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/pack.rs:182:23 [INFO] [stderr] | [INFO] [stderr] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<[u8]>)> { [INFO] [stderr] | ^^^^^ ----- --------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 182 | fn parse_slice(input: &[u8]) -> PackResult<(&[u8], Cow<'_, [u8]>)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/pack.rs:206:24 [INFO] [stderr] | [INFO] [stderr] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow)> { [INFO] [stderr] | ^^^^^ ----- -------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 206 | fn parse_string(input: &[u8]) -> PackResult<(&[u8], Cow<'_, str>)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `foundationdb-tuple` (lib) generated 3 warnings (run `cargo fix --lib -p foundationdb-tuple` to apply 3 suggestions) [INFO] [stderr] warning: `foundationdb-tuple` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/foundationdb_tuple-bd2143e621f5bcdd) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test subspace::tests::hash ... ok [INFO] [stdout] test subspace::tests::is_start_of ... ok [INFO] [stdout] test subspace::tests::pack_unpack ... ok [INFO] [stdout] test subspace::tests::range ... ok [INFO] [stdout] test subspace::tests::sub ... ok [INFO] [stdout] test subspace::tests::subspace_can_use_incomplete_versionstamp ... ok [INFO] [stdout] test subspace::tests::equality ... ok [INFO] [stdout] test subspace::tests::child_subspace_can_use_incomplete_versionstamp ... ok [INFO] [stdout] test subspace::tests::unpack_with_subspace_versionstamp ... ok [INFO] [stdout] test subspace::tests::subspace_pack_with_versionstamp ... ok [INFO] [stdout] test subspace::tests::subspace_unpack_with_versionstamp ... ok [INFO] [stdout] test tests::test_bindingtester ... ok [INFO] [stdout] test tests::test_element ... ok [INFO] [stdout] test tests::test_spec ... ok [INFO] [stdout] test tests::test_simple ... ok [INFO] [stdout] test tests::test_uuid ... ok [INFO] [stdout] test tests::test_verstionstamp ... ok [INFO] [stdout] test subspace::tests::subspace_cannot_use_multiple_incomplete_versionstamps - should panic ... ok [INFO] [stdout] test subspace::tests::subspace_cannot_pack_multiple_incomplete_versionstamps - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a69db39241b111bcb1084a496cfd55309135487f7cc37cd04834b3e4bed744e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a69db39241b111bcb1084a496cfd55309135487f7cc37cd04834b3e4bed744e4", kill_on_drop: false }` [INFO] [stdout] a69db39241b111bcb1084a496cfd55309135487f7cc37cd04834b3e4bed744e4