[INFO] fetching crate filters 0.4.0... [INFO] testing filters-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate filters 0.4.0 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate filters 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate filters 0.4.0 [INFO] finished tweaking crates.io crate filters 0.4.0 [INFO] tweaked toml for crates.io crate filters 0.4.0 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7696de92054633d6f802a9d3eee7d2f3b4f3ba425b0873f48ef04c590463149 [INFO] running `Command { std: "docker" "start" "-a" "a7696de92054633d6f802a9d3eee7d2f3b4f3ba425b0873f48ef04c590463149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7696de92054633d6f802a9d3eee7d2f3b4f3ba425b0873f48ef04c590463149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7696de92054633d6f802a9d3eee7d2f3b4f3ba425b0873f48ef04c590463149", kill_on_drop: false }` [INFO] [stdout] a7696de92054633d6f802a9d3eee7d2f3b4f3ba425b0873f48ef04c590463149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6cd6633418fdeb565a29ce6abc00805ce57fd42fc9c8067db0fa95e86413708 [INFO] running `Command { std: "docker" "start" "-a" "b6cd6633418fdeb565a29ce6abc00805ce57fd42fc9c8067db0fa95e86413708", kill_on_drop: false }` [INFO] [stderr] Compiling filters v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6cd6633418fdeb565a29ce6abc00805ce57fd42fc9c8067db0fa95e86413708", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6cd6633418fdeb565a29ce6abc00805ce57fd42fc9c8067db0fa95e86413708", kill_on_drop: false }` [INFO] [stdout] b6cd6633418fdeb565a29ce6abc00805ce57fd42fc9c8067db0fa95e86413708 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fe07a753f60f277fabf29d474ee35f8f62a7f2c7bb199297838edf92c12ba42 [INFO] running `Command { std: "docker" "start" "-a" "3fe07a753f60f277fabf29d474ee35f8f62a7f2c7bb199297838edf92c12ba42", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling filters v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "3fe07a753f60f277fabf29d474ee35f8f62a7f2c7bb199297838edf92c12ba42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe07a753f60f277fabf29d474ee35f8f62a7f2c7bb199297838edf92c12ba42", kill_on_drop: false }` [INFO] [stdout] 3fe07a753f60f277fabf29d474ee35f8f62a7f2c7bb199297838edf92c12ba42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 32403420ec0a0defbee7be70e5fd990fa686011df895af4a3960b907fe5e32f5 [INFO] running `Command { std: "docker" "start" "-a" "32403420ec0a0defbee7be70e5fd990fa686011df895af4a3960b907fe5e32f5", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/filter.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fn filter(&self, &N) -> bool; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/failable/filter.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | fn filter(&self, &N) -> Result; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/iter.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/iter.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `filters` (lib) generated 4 warnings [INFO] [stderr] warning: `filters` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/filters-ca86eb1725df6a11) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test failable::filter::tests::compile_test ... ok [INFO] [stdout] test failable::filter::tests::test_both_filter_types ... ok [INFO] [stdout] test failable::filter::tests::test_error_return ... ok [INFO] [stdout] test failable::filter::tests::test_both_filter_types_in_one_scope ... ok [INFO] [stdout] test failable::filter::tests::test_error_return_or_chained ... ok [INFO] [stdout] test failable::filter::tests::test_error_return_and_chained ... ok [INFO] [stdout] test filter::test::and_filter ... ok [INFO] [stdout] test filter::test::closures ... ok [INFO] [stdout] test filter::test::complex_filter ... ok [INFO] [stdout] test filter::test::complex_filter_closured ... ok [INFO] [stdout] test filter::test::complex_filter_named_closures ... ok [INFO] [stdout] test filter::test::filter_iterator ... ok [INFO] [stdout] test filter::test::filter_macro_generated ... ok [INFO] [stdout] test filter::test::filter_with_bool ... ok [INFO] [stdout] test filter::test::filter_with_combined_eqto ... ok [INFO] [stdout] test filter::test::filter_with_eqto ... ok [INFO] [stdout] test filter::test::xor_filter ... ok [INFO] [stdout] test iter::test::test_filter_errs ... ok [INFO] [stdout] test iter::test::test_filter_oks ... ok [INFO] [stdout] test iter::test::test_filter_with ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests filters [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/filter.rs - filter::Filter::and3 (line 191) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and3 (line 202) ... ok [INFO] [stdout] test src/impl_traits.rs - impl_traits::impl_operators (line 17) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::map_input (line 264) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::not (line 50) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::xor (line 153) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or_not (line 85) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or (line 58) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or3 (line 105) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and (line 169) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nand (line 241) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::xor (line 148) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::nor (line 130) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::into_failable (line 288) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::nand (line 258) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and_not (line 231) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or (line 65) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nor (line 128) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or3 (line 104) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::not (line 40) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_err (line 311) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_input (line 284) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and (line 177) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or_not (line 81) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and_not (line 217) ... ok [INFO] [stdout] test src/lib.rs - (line 66) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "32403420ec0a0defbee7be70e5fd990fa686011df895af4a3960b907fe5e32f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32403420ec0a0defbee7be70e5fd990fa686011df895af4a3960b907fe5e32f5", kill_on_drop: false }` [INFO] [stdout] 32403420ec0a0defbee7be70e5fd990fa686011df895af4a3960b907fe5e32f5