[INFO] fetching crate cranelift-isle 0.121.1... [INFO] testing cranelift-isle-0.121.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate cranelift-isle 0.121.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate cranelift-isle 0.121.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cranelift-isle 0.121.1 [INFO] tweaked toml for crates.io crate cranelift-isle 0.121.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cranelift-isle 0.121.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 cranelift-isle 0.121.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] Blocking waiting for file lock on package cache [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] ecf74505a4bb3cfad3a0fc7aeec6e6c45b02787ff2d662b2c882b775bd0f1a70 [INFO] running `Command { std: "docker" "start" "-a" "ecf74505a4bb3cfad3a0fc7aeec6e6c45b02787ff2d662b2c882b775bd0f1a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecf74505a4bb3cfad3a0fc7aeec6e6c45b02787ff2d662b2c882b775bd0f1a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecf74505a4bb3cfad3a0fc7aeec6e6c45b02787ff2d662b2c882b775bd0f1a70", kill_on_drop: false }` [INFO] [stdout] ecf74505a4bb3cfad3a0fc7aeec6e6c45b02787ff2d662b2c882b775bd0f1a70 [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] 29833863ba2ff36e07ac7d5daddb5e026ab825391922de70c6e25329b41952a2 [INFO] running `Command { std: "docker" "start" "-a" "29833863ba2ff36e07ac7d5daddb5e026ab825391922de70c6e25329b41952a2", kill_on_drop: false }` [INFO] [stderr] Compiling cranelift-isle v0.121.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s [INFO] running `Command { std: "docker" "inspect" "29833863ba2ff36e07ac7d5daddb5e026ab825391922de70c6e25329b41952a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29833863ba2ff36e07ac7d5daddb5e026ab825391922de70c6e25329b41952a2", kill_on_drop: false }` [INFO] [stdout] 29833863ba2ff36e07ac7d5daddb5e026ab825391922de70c6e25329b41952a2 [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] 575b798fe245a91471506463de80b3d6ff2e628e7bd50164997ccb220f70e812 [INFO] running `Command { std: "docker" "start" "-a" "575b798fe245a91471506463de80b3d6ff2e628e7bd50164997ccb220f70e812", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling cranelift-isle v0.121.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "575b798fe245a91471506463de80b3d6ff2e628e7bd50164997ccb220f70e812", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "575b798fe245a91471506463de80b3d6ff2e628e7bd50164997ccb220f70e812", kill_on_drop: false }` [INFO] [stdout] 575b798fe245a91471506463de80b3d6ff2e628e7bd50164997ccb220f70e812 [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] 6b842c7305e0d27d17022cc268a1e63657eb84a9128c5c7b7458e4c71dfce7d6 [INFO] running `Command { std: "docker" "start" "-a" "6b842c7305e0d27d17022cc268a1e63657eb84a9128c5c7b7458e4c71dfce7d6", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/codegen.rs:493:52 [INFO] [stderr] | [INFO] [stderr] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stderr] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/serialize.rs:405:18 [INFO] [stderr] | [INFO] [stderr] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stderr] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/stablemapset.rs:68:25 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cranelift-isle` (lib) generated 3 warnings (run `cargo fix --lib -p cranelift-isle` to apply 3 suggestions) [INFO] [stderr] warning: `cranelift-isle` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cranelift_isle-23fd435ff8c8f98f) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test files::tests::line_map ... ok [INFO] [stdout] test lexer::test::ends_with_num ... ok [INFO] [stdout] test lexer::test::ends_with_sym ... ok [INFO] [stdout] test lexer::test::integers ... ok [INFO] [stdout] test lexer::test::lexer_basic ... ok [INFO] [stdout] test lexer::test::weird_syms ... ok [INFO] [stdout] test serialize::tests::test_group_mut ... ok [INFO] [stdout] test sema::test::build_type_env ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/run_tests.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/run_tests-31bc0ffb12746456) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test test_run_fail_extra_parens ... ok [INFO] [stdout] test test_run_fail_error1 ... ok [INFO] [stdout] test test_run_fail_bad_converters ... ok [INFO] [stdout] test test_run_fail_bound_var_type_mismatch ... ok [INFO] [stdout] test test_run_fail_impure_expression ... ok [INFO] [stdout] test test_run_fail_multi_internal_etor ... ok [INFO] [stdout] test test_run_fail_multi_prio ... ok [INFO] [stdout] test test_run_fail_impure_rhs ... ok [INFO] [stdout] test test_run_pass_bound_var ... ok [INFO] [stdout] test test_run_fail_converter_extractor_constructor ... ok [INFO] [stdout] test test_run_pass_nodebug ... ok [INFO] [stdout] test test_run_pass_conversions_extern ... ok [INFO] [stdout] test test_run_pass_veri_spec ... ok [INFO] [stdout] test test_run_pass_construct_and_extract ... ok [INFO] [stdout] test test_run_pass_test2 ... ok [INFO] [stdout] test test_run_pass_let ... ok [INFO] [stdout] test test_run_pass_conversions ... ok [INFO] [stdout] test test_run_pass_test4 ... ok [INFO] [stdout] test test_run_pass_prio_trie_bug ... ok [INFO] [stdout] test test_run_pass_test3 ... ok [INFO] [stdout] test test_run_pass_tutorial ... ok [INFO] [stdout] test test_run_link_borrows ... ok [INFO] [stdout] test test_run_link_test ... ok [INFO] [stdout] test test_run_run_iconst ... ok [INFO] [stdout] test test_run_link_iflets ... ok [INFO] [stdout] test test_run_link_multi_extractor ... ok [INFO] [stdout] test test_run_run_let_shadowing ... ok [INFO] [stdout] test test_run_link_multi_constructor ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6b842c7305e0d27d17022cc268a1e63657eb84a9128c5c7b7458e4c71dfce7d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b842c7305e0d27d17022cc268a1e63657eb84a9128c5c7b7458e4c71dfce7d6", kill_on_drop: false }` [INFO] [stdout] 6b842c7305e0d27d17022cc268a1e63657eb84a9128c5c7b7458e4c71dfce7d6