Oct 15 12:35:05.197 INFO testing Anfauglith/sudoku against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:35:05.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:05.784 INFO blam! 966d6bb30b468e1856f3663c8eae9dbb3188e3a471fd076f41bf2387bb228c40 Oct 15 12:35:05.787 INFO running `"docker" "start" "-a" "966d6bb30b468e1856f3663c8eae9dbb3188e3a471fd076f41bf2387bb228c40"` Oct 15 12:35:06.979 INFO kablam! usermod: no changes Oct 15 12:35:07.030 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 15 12:35:07.585 INFO kablam! warning: constant item is never used: `CANDIDATE_MASK` Oct 15 12:35:07.585 INFO kablam! --> src/field.rs:2:1 Oct 15 12:35:07.585 INFO kablam! | Oct 15 12:35:07.585 INFO kablam! 2 | const CANDIDATE_MASK: u16 = 0b0000_0011_1111_1110; // 0x03FE Oct 15 12:35:07.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.585 INFO kablam! | Oct 15 12:35:07.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:35:07.586 INFO kablam! Oct 15 12:35:07.586 INFO kablam! warning: struct is never constructed: `Field` Oct 15 12:35:07.586 INFO kablam! --> src/field.rs:4:1 Oct 15 12:35:07.586 INFO kablam! | Oct 15 12:35:07.586 INFO kablam! 4 | pub struct Field { Oct 15 12:35:07.586 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:35:07.586 INFO kablam! Oct 15 12:35:07.586 INFO kablam! warning: struct is never constructed: `Cell` Oct 15 12:35:07.586 INFO kablam! --> src/field.rs:8:1 Oct 15 12:35:07.586 INFO kablam! | Oct 15 12:35:07.586 INFO kablam! 8 | pub struct Cell { Oct 15 12:35:07.586 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:35:07.586 INFO kablam! Oct 15 12:35:07.586 INFO kablam! warning: method is never used: `empty_cell` Oct 15 12:35:07.586 INFO kablam! --> src/field.rs:16:5 Oct 15 12:35:07.586 INFO kablam! | Oct 15 12:35:07.586 INFO kablam! 16 | pub fn empty_cell() -> Cell { Oct 15 12:35:07.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.586 INFO kablam! Oct 15 12:35:07.586 INFO kablam! warning: method is never used: `fixed_cell` Oct 15 12:35:07.586 INFO kablam! --> src/field.rs:24:5 Oct 15 12:35:07.586 INFO kablam! | Oct 15 12:35:07.587 INFO kablam! 24 | pub fn fixed_cell(digit: u8) -> Cell { Oct 15 12:35:07.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.587 INFO kablam! Oct 15 12:35:07.587 INFO kablam! warning: method is never used: `is_solved` Oct 15 12:35:07.587 INFO kablam! --> src/field.rs:32:5 Oct 15 12:35:07.587 INFO kablam! | Oct 15 12:35:07.587 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 15 12:35:07.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.587 INFO kablam! Oct 15 12:35:07.587 INFO kablam! warning: method is never used: `is_fixed` Oct 15 12:35:07.587 INFO kablam! --> src/field.rs:39:5 Oct 15 12:35:07.587 INFO kablam! | Oct 15 12:35:07.587 INFO kablam! 39 | pub fn is_fixed(&self) -> bool { Oct 15 12:35:07.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.587 INFO kablam! Oct 15 12:35:07.587 INFO kablam! warning: method is never used: `get_digit` Oct 15 12:35:07.587 INFO kablam! --> src/field.rs:43:5 Oct 15 12:35:07.587 INFO kablam! | Oct 15 12:35:07.588 INFO kablam! 43 | pub fn get_digit(&self) -> Option { Oct 15 12:35:07.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.588 INFO kablam! Oct 15 12:35:07.588 INFO kablam! warning: method is never used: `fix` Oct 15 12:35:07.588 INFO kablam! --> src/field.rs:47:5 Oct 15 12:35:07.588 INFO kablam! | Oct 15 12:35:07.588 INFO kablam! 47 | fn fix(&mut self) -> bool { Oct 15 12:35:07.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.588 INFO kablam! Oct 15 12:35:07.588 INFO kablam! warning: method is never used: `set_to` Oct 15 12:35:07.588 INFO kablam! --> src/field.rs:55:5 Oct 15 12:35:07.588 INFO kablam! | Oct 15 12:35:07.588 INFO kablam! 55 | fn set_to(&mut self, digit: u8) -> bool { Oct 15 12:35:07.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.588 INFO kablam! Oct 15 12:35:07.588 INFO kablam! warning: method is never used: `fix_to` Oct 15 12:35:07.588 INFO kablam! --> src/field.rs:66:5 Oct 15 12:35:07.588 INFO kablam! | Oct 15 12:35:07.588 INFO kablam! 66 | pub fn fix_to(&mut self, digit: u8) -> bool { Oct 15 12:35:07.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.588 INFO kablam! Oct 15 12:35:07.588 INFO kablam! warning: method is never used: `has_candidate` Oct 15 12:35:07.588 INFO kablam! --> src/field.rs:73:5 Oct 15 12:35:07.588 INFO kablam! | Oct 15 12:35:07.588 INFO kablam! 73 | pub fn has_candidate(&self, candidate: u8) -> bool { Oct 15 12:35:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.589 INFO kablam! Oct 15 12:35:07.589 INFO kablam! warning: method is never used: `get_candidates` Oct 15 12:35:07.589 INFO kablam! --> src/field.rs:77:5 Oct 15 12:35:07.589 INFO kablam! | Oct 15 12:35:07.589 INFO kablam! 77 | pub fn get_candidates(&self) -> u16 { Oct 15 12:35:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.589 INFO kablam! Oct 15 12:35:07.589 INFO kablam! warning: method is never used: `get_candidate_vector` Oct 15 12:35:07.589 INFO kablam! --> src/field.rs:81:5 Oct 15 12:35:07.589 INFO kablam! | Oct 15 12:35:07.589 INFO kablam! 81 | pub fn get_candidate_vector(&self) -> Vec { Oct 15 12:35:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.589 INFO kablam! Oct 15 12:35:07.589 INFO kablam! warning: method is never used: `remove_candidate` Oct 15 12:35:07.589 INFO kablam! --> src/field.rs:91:5 Oct 15 12:35:07.589 INFO kablam! | Oct 15 12:35:07.589 INFO kablam! 91 | pub fn remove_candidate(&mut self, candidate: u8) { Oct 15 12:35:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.589 INFO kablam! Oct 15 12:35:07.589 INFO kablam! warning: method is never used: `remove_candidates` Oct 15 12:35:07.589 INFO kablam! --> src/field.rs:96:5 Oct 15 12:35:07.589 INFO kablam! | Oct 15 12:35:07.589 INFO kablam! 96 | pub fn remove_candidates(&mut self, candidates: Vec) { Oct 15 12:35:07.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.590 INFO kablam! Oct 15 12:35:07.590 INFO kablam! warning: method is never used: `has_single_candidate` Oct 15 12:35:07.590 INFO kablam! --> src/field.rs:102:5 Oct 15 12:35:07.590 INFO kablam! | Oct 15 12:35:07.590 INFO kablam! 102 | pub fn has_single_candidate(&self) -> bool { Oct 15 12:35:07.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.590 INFO kablam! Oct 15 12:35:07.590 INFO kablam! warning: method is never used: `get_naked_single` Oct 15 12:35:07.590 INFO kablam! --> src/field.rs:106:5 Oct 15 12:35:07.590 INFO kablam! | Oct 15 12:35:07.590 INFO kablam! 106 | pub fn get_naked_single(&self) -> Option { Oct 15 12:35:07.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.590 INFO kablam! Oct 15 12:35:07.590 INFO kablam! warning: method is never used: `try_solve` Oct 15 12:35:07.590 INFO kablam! --> src/field.rs:119:5 Oct 15 12:35:07.590 INFO kablam! | Oct 15 12:35:07.590 INFO kablam! 119 | pub fn try_solve(&mut self) -> bool { Oct 15 12:35:07.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:07.590 INFO kablam! Oct 15 12:35:08.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 15 12:35:08.106 INFO kablam! su: No module specific data is present Oct 15 12:35:08.875 INFO running `"docker" "rm" "-f" "966d6bb30b468e1856f3663c8eae9dbb3188e3a471fd076f41bf2387bb228c40"` Oct 15 12:35:09.111 INFO blam! 966d6bb30b468e1856f3663c8eae9dbb3188e3a471fd076f41bf2387bb228c40 Oct 15 12:35:09.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:09.536 INFO blam! 059ebd3e281c966f956bc5ab141b851e2cc38686c606968fc6ba893fd525dfe2 Oct 15 12:35:09.538 INFO running `"docker" "start" "-a" "059ebd3e281c966f956bc5ab141b851e2cc38686c606968fc6ba893fd525dfe2"` Oct 15 12:35:11.447 INFO kablam! usermod: no changes Oct 15 12:35:11.511 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 15 12:35:12.155 INFO kablam! warning: struct is never constructed: `Field` Oct 15 12:35:12.155 INFO kablam! --> src/field.rs:4:1 Oct 15 12:35:12.155 INFO kablam! | Oct 15 12:35:12.155 INFO kablam! 4 | pub struct Field { Oct 15 12:35:12.155 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:35:12.155 INFO kablam! | Oct 15 12:35:12.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:35:12.155 INFO kablam! Oct 15 12:35:12.155 INFO kablam! warning: method is never used: `is_solved` Oct 15 12:35:12.155 INFO kablam! --> src/field.rs:32:5 Oct 15 12:35:12.155 INFO kablam! | Oct 15 12:35:12.155 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 15 12:35:12.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:35:12.155 INFO kablam! Oct 15 12:35:12.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 15 12:35:12.891 INFO kablam! su: No module specific data is present Oct 15 12:35:14.094 INFO running `"docker" "rm" "-f" "059ebd3e281c966f956bc5ab141b851e2cc38686c606968fc6ba893fd525dfe2"` Oct 15 12:35:14.357 INFO blam! 059ebd3e281c966f956bc5ab141b851e2cc38686c606968fc6ba893fd525dfe2 Oct 15 12:35:14.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:14.883 INFO blam! 2fb5a2e6174606781b1a098f1ad40c7ccdd3abd19e5ca39c0d24dfc49eac0f4e Oct 15 12:35:14.891 INFO running `"docker" "start" "-a" "2fb5a2e6174606781b1a098f1ad40c7ccdd3abd19e5ca39c0d24dfc49eac0f4e"` Oct 15 12:35:16.282 INFO kablam! usermod: no changes Oct 15 12:35:16.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 12:35:16.383 INFO kablam! Running /target/debug/deps/sudoku-55078f795710097b Oct 15 12:35:16.387 INFO blam! Oct 15 12:35:16.387 INFO blam! running 2 tests Oct 15 12:35:16.387 INFO blam! test field::tests::removing_candidates_and_solving ... ok Oct 15 12:35:16.387 INFO blam! test field::tests::cell_fixing ... ok Oct 15 12:35:16.387 INFO blam! Oct 15 12:35:16.387 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:35:16.387 INFO blam! Oct 15 12:35:16.395 INFO kablam! su: No module specific data is present Oct 15 12:35:17.469 INFO running `"docker" "rm" "-f" "2fb5a2e6174606781b1a098f1ad40c7ccdd3abd19e5ca39c0d24dfc49eac0f4e"` Oct 15 12:35:17.787 INFO blam! 2fb5a2e6174606781b1a098f1ad40c7ccdd3abd19e5ca39c0d24dfc49eac0f4e