[INFO] fetching crate exact-covers 0.2.1... [INFO] testing exact-covers-0.2.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate exact-covers 0.2.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate exact-covers 0.2.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate exact-covers 0.2.1 [INFO] tweaked toml for crates.io crate exact-covers 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate exact-covers 0.2.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate exact-covers 0.2.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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded smallvec v2.0.0-alpha.6 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e34020f85e5ddc40f84875be1a41da5c588f14a4af061195d4df71b45992c97f [INFO] running `Command { std: "docker" "start" "-a" "e34020f85e5ddc40f84875be1a41da5c588f14a4af061195d4df71b45992c97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e34020f85e5ddc40f84875be1a41da5c588f14a4af061195d4df71b45992c97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e34020f85e5ddc40f84875be1a41da5c588f14a4af061195d4df71b45992c97f", kill_on_drop: false }` [INFO] [stdout] e34020f85e5ddc40f84875be1a41da5c588f14a4af061195d4df71b45992c97f [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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff3905a046c0daa466b198fdeaeceac4a8de5898b7e01eb4e43bd24430b0725f [INFO] running `Command { std: "docker" "start" "-a" "ff3905a046c0daa466b198fdeaeceac4a8de5898b7e01eb4e43bd24430b0725f", kill_on_drop: false }` [INFO] [stderr] Compiling exact-covers v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `visit` [INFO] [stdout] --> src/dc.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn solve(self, visit: F) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `level` [INFO] [stdout] --> src/dc.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn pointer(&self, level: usize) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ix` [INFO] [stdout] --> src/dc.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> src/dc.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "ff3905a046c0daa466b198fdeaeceac4a8de5898b7e01eb4e43bd24430b0725f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff3905a046c0daa466b198fdeaeceac4a8de5898b7e01eb4e43bd24430b0725f", kill_on_drop: false }` [INFO] [stdout] ff3905a046c0daa466b198fdeaeceac4a8de5898b7e01eb4e43bd24430b0725f [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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 703ff3738e64e5c850dfd7228c9fa0cf6ec355d5c29a671db93a3af6ab2203b0 [INFO] running `Command { std: "docker" "start" "-a" "703ff3738e64e5c850dfd7228c9fa0cf6ec355d5c29a671db93a3af6ab2203b0", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v2.0.0-alpha.6 [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `visit` [INFO] [stdout] --> src/dc.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn solve(self, visit: F) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `level` [INFO] [stdout] --> src/dc.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn pointer(&self, level: usize) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ix` [INFO] [stdout] --> src/dc.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> src/dc.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling exact-covers v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `primary` [INFO] [stdout] --> src/dc.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secondary` [INFO] [stdout] --> src/dc.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `visit` [INFO] [stdout] --> src/dc.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn solve(self, visit: F) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `level` [INFO] [stdout] --> src/dc.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn pointer(&self, level: usize) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ix` [INFO] [stdout] --> src/dc.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> src/dc.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "703ff3738e64e5c850dfd7228c9fa0cf6ec355d5c29a671db93a3af6ab2203b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "703ff3738e64e5c850dfd7228c9fa0cf6ec355d5c29a671db93a3af6ab2203b0", kill_on_drop: false }` [INFO] [stdout] 703ff3738e64e5c850dfd7228c9fa0cf6ec355d5c29a671db93a3af6ab2203b0 [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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96af484ff674af6675e77405300a9028b9e2ac0327e665882df1a12c50c5f20e [INFO] running `Command { std: "docker" "start" "-a" "96af484ff674af6675e77405300a9028b9e2ac0327e665882df1a12c50c5f20e", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `primary` [INFO] [stderr] --> src/dc.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `secondary` [INFO] [stderr] --> src/dc.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `primary` [INFO] [stderr] --> src/dc.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `secondary` [INFO] [stderr] --> src/dc.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | fn add_option(&mut self, primary: P, secondary: S) [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secondary` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `visit` [INFO] [stderr] --> src/dc.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | fn solve(self, visit: F) [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `level` [INFO] [stderr] --> src/dc.rs:35:23 [INFO] [stderr] | [INFO] [stderr] 35 | fn pointer(&self, level: usize) -> Option { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_level` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ix` [INFO] [stderr] --> src/dc.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_ix` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/dc.rs:43:40 [INFO] [stderr] | [INFO] [stderr] 43 | fn option_of(&self, ix: InstIndex, result: &mut Vec<&'i I>) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] [INFO] [stderr] warning: `exact-covers` (lib) generated 8 warnings [INFO] [stderr] warning: `exact-covers` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exact_covers-0e65ba1ce01cae4e) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test dl::tests::new_exact_cover_with_primary_and_secondary ... ok [INFO] [stdout] test dl::tests::find_item ... ok [INFO] [stdout] test dl::tests::new_exact_cover_without_primary_has_no_solution ... ok [INFO] [stdout] test dl::tests::skips_solutions_that_do_not_intersect_a_purely_secondary_option ... ok [INFO] [stdout] test dl::tests::skips_solutions_with_purely_secondary_options ... ok [INFO] [stdout] test dl::tests::new_exact_cover_with_primary_only ... ok [INFO] [stdout] test dl::tests::solutions_intersect_item_sets_of_purely_secondary_options ... ok [INFO] [stdout] test dl::tests::toy_problem_with_colors ... ok [INFO] [stdout] test indices::tests::index_decrement ... ok [INFO] [stdout] test indices::tests::index_get ... ok [INFO] [stdout] test indices::tests::index_increment ... ok [INFO] [stdout] test indices::tests::out_of_bounds_node_index - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests exact_covers [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Solver (line 111) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "96af484ff674af6675e77405300a9028b9e2ac0327e665882df1a12c50c5f20e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96af484ff674af6675e77405300a9028b9e2ac0327e665882df1a12c50c5f20e", kill_on_drop: false }` [INFO] [stdout] 96af484ff674af6675e77405300a9028b9e2ac0327e665882df1a12c50c5f20e