[INFO] fetching crate exact-covers 0.2.1... [INFO] testing exact-covers-0.2.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate exact-covers 0.2.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate exact-covers 0.2.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 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 3c85f6a094990b5de4145d32f4c43a5fd42708bd9408dba2bd40496de838e511 [INFO] running `Command { std: "docker" "start" "-a" "3c85f6a094990b5de4145d32f4c43a5fd42708bd9408dba2bd40496de838e511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c85f6a094990b5de4145d32f4c43a5fd42708bd9408dba2bd40496de838e511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c85f6a094990b5de4145d32f4c43a5fd42708bd9408dba2bd40496de838e511", kill_on_drop: false }` [INFO] [stdout] 3c85f6a094990b5de4145d32f4c43a5fd42708bd9408dba2bd40496de838e511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 9e0da3f9db4472ff9d5e46f979a8ed6dc4af0d14ef6b3373c56095e5ab0eb987 [INFO] running `Command { std: "docker" "start" "-a" "9e0da3f9db4472ff9d5e46f979a8ed6dc4af0d14ef6b3373c56095e5ab0eb987", 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.24s [INFO] running `Command { std: "docker" "inspect" "9e0da3f9db4472ff9d5e46f979a8ed6dc4af0d14ef6b3373c56095e5ab0eb987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e0da3f9db4472ff9d5e46f979a8ed6dc4af0d14ef6b3373c56095e5ab0eb987", kill_on_drop: false }` [INFO] [stdout] 9e0da3f9db4472ff9d5e46f979a8ed6dc4af0d14ef6b3373c56095e5ab0eb987 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 54ddb658ed9cbf7d0760a70a5243cfc16f0faa2a8e863ad42c7ff9da836cec79 [INFO] running `Command { std: "docker" "start" "-a" "54ddb658ed9cbf7d0760a70a5243cfc16f0faa2a8e863ad42c7ff9da836cec79", 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 2.65s [INFO] running `Command { std: "docker" "inspect" "54ddb658ed9cbf7d0760a70a5243cfc16f0faa2a8e863ad42c7ff9da836cec79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ddb658ed9cbf7d0760a70a5243cfc16f0faa2a8e863ad42c7ff9da836cec79", kill_on_drop: false }` [INFO] [stdout] 54ddb658ed9cbf7d0760a70a5243cfc16f0faa2a8e863ad42c7ff9da836cec79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 749bd5f64e94721102dff98020e083a2dafd777763844e4bf4930b289c8bf294 [INFO] running `Command { std: "docker" "start" "-a" "749bd5f64e94721102dff98020e083a2dafd777763844e4bf4930b289c8bf294", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `primary` [INFO] [stdout] [INFO] [stderr] --> src/dc.rs:14:12 [INFO] [stdout] running 12 tests [INFO] [stderr] | [INFO] [stdout] test dl::tests::new_exact_cover_with_primary_only ... ok [INFO] [stderr] 14 | fn new(primary: &'i [I], secondary: &'i [I]) -> Self { [INFO] [stdout] test dl::tests::skips_solutions_with_purely_secondary_options ... ok [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_primary` [INFO] [stdout] test dl::tests::solutions_intersect_item_sets_of_purely_secondary_options ... ok [INFO] [stderr] | [INFO] [stdout] test dl::tests::toy_problem_with_colors ... ok [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] test indices::tests::index_decrement ... ok [INFO] [stderr] [INFO] [stdout] test indices::tests::index_get ... ok [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/exact_covers-881c3c4415afa824) [INFO] [stdout] test dl::tests::new_exact_cover_with_primary_and_secondary ... ok [INFO] [stdout] test indices::tests::index_increment ... ok [INFO] [stdout] test dl::tests::skips_solutions_that_do_not_intersect_a_purely_secondary_option ... ok [INFO] [stdout] test dl::tests::new_exact_cover_without_primary_has_no_solution ... ok [INFO] [stdout] test dl::tests::find_item ... 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.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "749bd5f64e94721102dff98020e083a2dafd777763844e4bf4930b289c8bf294", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "749bd5f64e94721102dff98020e083a2dafd777763844e4bf4930b289c8bf294", kill_on_drop: false }` [INFO] [stdout] 749bd5f64e94721102dff98020e083a2dafd777763844e4bf4930b289c8bf294