Oct 15 12:35:02.214 INFO testing Anfauglith/sudoku against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:35:02.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:35:02.686 INFO blam! d3d6e2727d765814a54f7205794f036a1051561eeb2652091ea72b2ee62e1d40 Oct 15 12:35:02.688 INFO running `"docker" "start" "-a" "d3d6e2727d765814a54f7205794f036a1051561eeb2652091ea72b2ee62e1d40"` Oct 15 12:35:03.844 INFO kablam! usermod: no changes Oct 15 12:35:03.919 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 15 12:35:04.599 INFO kablam! warning: constant item is never used: `CANDIDATE_MASK` Oct 15 12:35:04.599 INFO kablam! --> src/field.rs:2:1 Oct 15 12:35:04.599 INFO kablam! | Oct 15 12:35:04.599 INFO kablam! 2 | const CANDIDATE_MASK: u16 = 0b0000_0011_1111_1110; // 0x03FE Oct 15 12:35:04.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.599 INFO kablam! | Oct 15 12:35:04.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:35:04.599 INFO kablam! Oct 15 12:35:04.599 INFO kablam! warning: struct is never constructed: `Field` Oct 15 12:35:04.599 INFO kablam! --> src/field.rs:4:1 Oct 15 12:35:04.599 INFO kablam! | Oct 15 12:35:04.599 INFO kablam! 4 | pub struct Field { Oct 15 12:35:04.599 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:35:04.599 INFO kablam! Oct 15 12:35:04.599 INFO kablam! warning: struct is never constructed: `Cell` Oct 15 12:35:04.599 INFO kablam! --> src/field.rs:8:1 Oct 15 12:35:04.599 INFO kablam! | Oct 15 12:35:04.599 INFO kablam! 8 | pub struct Cell { Oct 15 12:35:04.599 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:35:04.599 INFO kablam! Oct 15 12:35:04.599 INFO kablam! warning: method is never used: `empty_cell` Oct 15 12:35:04.599 INFO kablam! --> src/field.rs:16:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 16 | pub fn empty_cell() -> Cell { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `fixed_cell` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:24:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 24 | pub fn fixed_cell(digit: u8) -> Cell { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `is_solved` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:32:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `is_fixed` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:39:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 39 | pub fn is_fixed(&self) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `get_digit` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:43:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 43 | pub fn get_digit(&self) -> Option { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `fix` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:47:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 47 | fn fix(&mut self) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `set_to` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:55:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 55 | fn set_to(&mut self, digit: u8) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `fix_to` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:66:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 66 | pub fn fix_to(&mut self, digit: u8) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `has_candidate` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:73:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 73 | pub fn has_candidate(&self, candidate: u8) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `get_candidates` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:77:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 77 | pub fn get_candidates(&self) -> u16 { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `get_candidate_vector` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:81:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 81 | pub fn get_candidate_vector(&self) -> Vec { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `remove_candidate` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:91:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 91 | pub fn remove_candidate(&mut self, candidate: u8) { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `remove_candidates` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:96:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 96 | pub fn remove_candidates(&mut self, candidates: Vec) { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `has_single_candidate` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:102:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.600 INFO kablam! 102 | pub fn has_single_candidate(&self) -> bool { Oct 15 12:35:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.600 INFO kablam! Oct 15 12:35:04.600 INFO kablam! warning: method is never used: `get_naked_single` Oct 15 12:35:04.600 INFO kablam! --> src/field.rs:106:5 Oct 15 12:35:04.600 INFO kablam! | Oct 15 12:35:04.601 INFO kablam! 106 | pub fn get_naked_single(&self) -> Option { Oct 15 12:35:04.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.601 INFO kablam! Oct 15 12:35:04.601 INFO kablam! warning: method is never used: `try_solve` Oct 15 12:35:04.601 INFO kablam! --> src/field.rs:119:5 Oct 15 12:35:04.601 INFO kablam! | Oct 15 12:35:04.601 INFO kablam! 119 | pub fn try_solve(&mut self) -> bool { Oct 15 12:35:04.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:04.601 INFO kablam! Oct 15 12:35:04.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 15 12:35:05.011 INFO kablam! su: No module specific data is present Oct 15 12:35:05.711 INFO running `"docker" "rm" "-f" "d3d6e2727d765814a54f7205794f036a1051561eeb2652091ea72b2ee62e1d40"` Oct 15 12:35:05.983 INFO blam! d3d6e2727d765814a54f7205794f036a1051561eeb2652091ea72b2ee62e1d40 Oct 15 12:35:05.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:35:06.560 INFO blam! 3ebb58d82bdbb545180ad2ea3131aa464d4ef1c680161cfbfdb3b9e060a2af6b Oct 15 12:35:06.565 INFO running `"docker" "start" "-a" "3ebb58d82bdbb545180ad2ea3131aa464d4ef1c680161cfbfdb3b9e060a2af6b"` Oct 15 12:35:07.887 INFO kablam! usermod: no changes Oct 15 12:35:07.927 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 15 12:35:08.604 INFO kablam! warning: struct is never constructed: `Field` Oct 15 12:35:08.604 INFO kablam! --> src/field.rs:4:1 Oct 15 12:35:08.604 INFO kablam! | Oct 15 12:35:08.604 INFO kablam! 4 | pub struct Field { Oct 15 12:35:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:35:08.604 INFO kablam! | Oct 15 12:35:08.604 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:35:08.604 INFO kablam! Oct 15 12:35:08.604 INFO kablam! warning: method is never used: `is_solved` Oct 15 12:35:08.604 INFO kablam! --> src/field.rs:32:5 Oct 15 12:35:08.604 INFO kablam! | Oct 15 12:35:08.604 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 15 12:35:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:08.604 INFO kablam! Oct 15 12:35:09.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 15 12:35:09.397 INFO kablam! su: No module specific data is present Oct 15 12:35:10.220 INFO running `"docker" "rm" "-f" "3ebb58d82bdbb545180ad2ea3131aa464d4ef1c680161cfbfdb3b9e060a2af6b"` Oct 15 12:35:10.504 INFO blam! 3ebb58d82bdbb545180ad2ea3131aa464d4ef1c680161cfbfdb3b9e060a2af6b Oct 15 12:35:10.510 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:35:10.983 INFO blam! 77059b138155458ab7578a2badb4e0abdbf3b4c5dd37b6cb9dd0745c0a26bb50 Oct 15 12:35:10.987 INFO running `"docker" "start" "-a" "77059b138155458ab7578a2badb4e0abdbf3b4c5dd37b6cb9dd0745c0a26bb50"` Oct 15 12:35:12.259 INFO kablam! usermod: no changes Oct 15 12:35:12.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 12:35:12.327 INFO kablam! Running /target/debug/deps/sudoku-745ee25be76eb6f1 Oct 15 12:35:12.331 INFO blam! Oct 15 12:35:12.331 INFO blam! running 2 tests Oct 15 12:35:12.343 INFO blam! test field::tests::cell_fixing ... ok Oct 15 12:35:12.343 INFO blam! test field::tests::removing_candidates_and_solving ... ok Oct 15 12:35:12.343 INFO blam! Oct 15 12:35:12.343 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:35:12.343 INFO blam! Oct 15 12:35:12.344 INFO kablam! su: No module specific data is present Oct 15 12:35:13.304 INFO running `"docker" "rm" "-f" "77059b138155458ab7578a2badb4e0abdbf3b4c5dd37b6cb9dd0745c0a26bb50"` Oct 15 12:35:13.747 INFO blam! 77059b138155458ab7578a2badb4e0abdbf3b4c5dd37b6cb9dd0745c0a26bb50