[INFO] fetching crate exact-covers 0.2.1...
[INFO] testing exact-covers-0.2.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1
[INFO] extracting crate exact-covers 0.2.1 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate exact-covers 0.2.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c9d379361cb89459644e6033523bc08fc50bf670425ad2bdfbf7c307938dcc8
[INFO] running `Command { std: "docker" "start" "-a" "5c9d379361cb89459644e6033523bc08fc50bf670425ad2bdfbf7c307938dcc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c9d379361cb89459644e6033523bc08fc50bf670425ad2bdfbf7c307938dcc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c9d379361cb89459644e6033523bc08fc50bf670425ad2bdfbf7c307938dcc8", kill_on_drop: false }`
[INFO] [stdout] 5c9d379361cb89459644e6033523bc08fc50bf670425ad2bdfbf7c307938dcc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2dac49574125ada8eec0ac86f893e36ea1a358646403c94b6a265b49a85bf294
[INFO] running `Command { std: "docker" "start" "-a" "2dac49574125ada8eec0ac86f893e36ea1a358646403c94b6a265b49a85bf294", 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.21s
[INFO] running `Command { std: "docker" "inspect" "2dac49574125ada8eec0ac86f893e36ea1a358646403c94b6a265b49a85bf294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2dac49574125ada8eec0ac86f893e36ea1a358646403c94b6a265b49a85bf294", kill_on_drop: false }`
[INFO] [stdout] 2dac49574125ada8eec0ac86f893e36ea1a358646403c94b6a265b49a85bf294
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca9eace07520f543414ce3a5446df32e7f78b051670248e67a3f84d1f4643cb7
[INFO] running `Command { std: "docker" "start" "-a" "ca9eace07520f543414ce3a5446df32e7f78b051670248e67a3f84d1f4643cb7", 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 1.01s
[INFO] running `Command { std: "docker" "inspect" "ca9eace07520f543414ce3a5446df32e7f78b051670248e67a3f84d1f4643cb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca9eace07520f543414ce3a5446df32e7f78b051670248e67a3f84d1f4643cb7", kill_on_drop: false }`
[INFO] [stdout] ca9eace07520f543414ce3a5446df32e7f78b051670248e67a3f84d1f4643cb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 51ca749fb07b42ecd9e52165362d2128c83b5e11b21887095089b9ba8031e5fe
[INFO] running `Command { std: "docker" "start" "-a" "51ca749fb07b42ecd9e52165362d2128c83b5e11b21887095089b9ba8031e5fe", 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.01s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exact_covers-d2e7eac6354bc7f6)
[INFO] [stdout]
[INFO] [stdout] running 12 tests
[INFO] [stdout] test dl::tests::find_item ... ok
[INFO] [stdout] test dl::tests::new_exact_cover_with_primary_only ... ok
[INFO] [stdout] test dl::tests::new_exact_cover_with_primary_and_secondary ... 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::solutions_intersect_item_sets_of_purely_secondary_options ... ok
[INFO] [stdout] test indices::tests::index_decrement ... ok
[INFO] [stdout] test dl::tests::toy_problem_with_colors ... 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.01s
[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.26s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "51ca749fb07b42ecd9e52165362d2128c83b5e11b21887095089b9ba8031e5fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51ca749fb07b42ecd9e52165362d2128c83b5e11b21887095089b9ba8031e5fe", kill_on_drop: false }`
[INFO] [stdout] 51ca749fb07b42ecd9e52165362d2128c83b5e11b21887095089b9ba8031e5fe