Oct 11 07:40:11.550 INFO testing Anfauglith/sudoku against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:40:11.550 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:40:11.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:40:11.855 INFO blam! 69773bfca97e58b4eafa35b4ad4ac5b526aae9d54643cb1d965af65f543cc290 Oct 11 07:40:11.857 INFO running `"docker" "start" "-a" "69773bfca97e58b4eafa35b4ad4ac5b526aae9d54643cb1d965af65f543cc290"` Oct 11 07:40:12.522 INFO kablam! usermod: no changes Oct 11 07:40:12.558 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 11 07:40:13.313 INFO kablam! warning: constant item is never used: `CANDIDATE_MASK` Oct 11 07:40:13.316 INFO kablam! --> src/field.rs:2:1 Oct 11 07:40:13.317 INFO kablam! | Oct 11 07:40:13.317 INFO kablam! 2 | const CANDIDATE_MASK: u16 = 0b0000_0011_1111_1110; // 0x03FE Oct 11 07:40:13.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.318 INFO kablam! | Oct 11 07:40:13.318 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:40:13.318 INFO kablam! Oct 11 07:40:13.319 INFO kablam! warning: struct is never constructed: `Field` Oct 11 07:40:13.319 INFO kablam! --> src/field.rs:4:1 Oct 11 07:40:13.319 INFO kablam! | Oct 11 07:40:13.320 INFO kablam! 4 | pub struct Field { Oct 11 07:40:13.320 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:40:13.320 INFO kablam! Oct 11 07:40:13.320 INFO kablam! warning: struct is never constructed: `Cell` Oct 11 07:40:13.321 INFO kablam! --> src/field.rs:8:1 Oct 11 07:40:13.321 INFO kablam! | Oct 11 07:40:13.321 INFO kablam! 8 | pub struct Cell { Oct 11 07:40:13.322 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:40:13.322 INFO kablam! Oct 11 07:40:13.322 INFO kablam! warning: method is never used: `empty_cell` Oct 11 07:40:13.323 INFO kablam! --> src/field.rs:16:5 Oct 11 07:40:13.323 INFO kablam! | Oct 11 07:40:13.323 INFO kablam! 16 | pub fn empty_cell() -> Cell { Oct 11 07:40:13.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.328 INFO kablam! Oct 11 07:40:13.329 INFO kablam! warning: method is never used: `fixed_cell` Oct 11 07:40:13.329 INFO kablam! --> src/field.rs:24:5 Oct 11 07:40:13.329 INFO kablam! | Oct 11 07:40:13.330 INFO kablam! 24 | pub fn fixed_cell(digit: u8) -> Cell { Oct 11 07:40:13.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.330 INFO kablam! Oct 11 07:40:13.330 INFO kablam! warning: method is never used: `is_solved` Oct 11 07:40:13.331 INFO kablam! --> src/field.rs:32:5 Oct 11 07:40:13.331 INFO kablam! | Oct 11 07:40:13.331 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 11 07:40:13.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.332 INFO kablam! Oct 11 07:40:13.332 INFO kablam! warning: method is never used: `is_fixed` Oct 11 07:40:13.333 INFO kablam! --> src/field.rs:39:5 Oct 11 07:40:13.333 INFO kablam! | Oct 11 07:40:13.333 INFO kablam! 39 | pub fn is_fixed(&self) -> bool { Oct 11 07:40:13.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.334 INFO kablam! Oct 11 07:40:13.334 INFO kablam! warning: method is never used: `get_digit` Oct 11 07:40:13.335 INFO kablam! --> src/field.rs:43:5 Oct 11 07:40:13.335 INFO kablam! | Oct 11 07:40:13.335 INFO kablam! 43 | pub fn get_digit(&self) -> Option { Oct 11 07:40:13.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.338 INFO kablam! Oct 11 07:40:13.338 INFO kablam! warning: method is never used: `fix` Oct 11 07:40:13.338 INFO kablam! --> src/field.rs:47:5 Oct 11 07:40:13.338 INFO kablam! | Oct 11 07:40:13.338 INFO kablam! 47 | fn fix(&mut self) -> bool { Oct 11 07:40:13.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.338 INFO kablam! Oct 11 07:40:13.338 INFO kablam! warning: method is never used: `set_to` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:55:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 55 | fn set_to(&mut self, digit: u8) -> bool { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `fix_to` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:66:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 66 | pub fn fix_to(&mut self, digit: u8) -> bool { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `has_candidate` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:73:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 73 | pub fn has_candidate(&self, candidate: u8) -> bool { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `get_candidates` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:77:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 77 | pub fn get_candidates(&self) -> u16 { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `get_candidate_vector` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:81:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 81 | pub fn get_candidate_vector(&self) -> Vec { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `remove_candidate` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:91:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 91 | pub fn remove_candidate(&mut self, candidate: u8) { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `remove_candidates` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:96:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 96 | pub fn remove_candidates(&mut self, candidates: Vec) { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `has_single_candidate` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:102:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 102 | pub fn has_single_candidate(&self) -> bool { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `get_naked_single` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:106:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 106 | pub fn get_naked_single(&self) -> Option { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.339 INFO kablam! warning: method is never used: `try_solve` Oct 11 07:40:13.339 INFO kablam! --> src/field.rs:119:5 Oct 11 07:40:13.339 INFO kablam! | Oct 11 07:40:13.339 INFO kablam! 119 | pub fn try_solve(&mut self) -> bool { Oct 11 07:40:13.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:13.339 INFO kablam! Oct 11 07:40:13.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 11 07:40:13.624 INFO kablam! su: No module specific data is present Oct 11 07:40:14.089 INFO running `"docker" "rm" "-f" "69773bfca97e58b4eafa35b4ad4ac5b526aae9d54643cb1d965af65f543cc290"` Oct 11 07:40:14.242 INFO blam! 69773bfca97e58b4eafa35b4ad4ac5b526aae9d54643cb1d965af65f543cc290 Oct 11 07:40:14.257 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:40:14.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:40:14.564 INFO blam! ce779f6843051a6eefa20dba0993aa10d5caf360b57f30031781da2d845eb144 Oct 11 07:40:14.566 INFO running `"docker" "start" "-a" "ce779f6843051a6eefa20dba0993aa10d5caf360b57f30031781da2d845eb144"` Oct 11 07:40:15.135 INFO kablam! usermod: no changes Oct 11 07:40:15.181 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 11 07:40:16.048 INFO kablam! warning: struct is never constructed: `Field` Oct 11 07:40:16.048 INFO kablam! --> src/field.rs:4:1 Oct 11 07:40:16.048 INFO kablam! | Oct 11 07:40:16.048 INFO kablam! 4 | pub struct Field { Oct 11 07:40:16.048 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:40:16.048 INFO kablam! | Oct 11 07:40:16.048 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:40:16.048 INFO kablam! Oct 11 07:40:16.048 INFO kablam! warning: method is never used: `is_solved` Oct 11 07:40:16.048 INFO kablam! --> src/field.rs:32:5 Oct 11 07:40:16.048 INFO kablam! | Oct 11 07:40:16.048 INFO kablam! 32 | pub fn is_solved(&self) -> bool { Oct 11 07:40:16.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:40:16.048 INFO kablam! Oct 11 07:40:16.501 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 11 07:40:16.504 INFO kablam! su: No module specific data is present Oct 11 07:40:16.758 INFO running `"docker" "rm" "-f" "ce779f6843051a6eefa20dba0993aa10d5caf360b57f30031781da2d845eb144"` Oct 11 07:40:16.844 INFO blam! ce779f6843051a6eefa20dba0993aa10d5caf360b57f30031781da2d845eb144 Oct 11 07:40:16.846 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:40:16.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:40:17.050 INFO blam! 11572d166587638c38012de073e2d406f401f64f265d05ab5e04c52da766c779 Oct 11 07:40:17.052 INFO running `"docker" "start" "-a" "11572d166587638c38012de073e2d406f401f64f265d05ab5e04c52da766c779"` Oct 11 07:40:17.628 INFO kablam! usermod: no changes Oct 11 07:40:17.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:40:17.708 INFO kablam! Running /target/debug/deps/sudoku-55078f795710097b Oct 11 07:40:17.714 INFO blam! Oct 11 07:40:17.714 INFO blam! running 2 tests Oct 11 07:40:17.714 INFO blam! test field::tests::cell_fixing ... ok Oct 11 07:40:17.714 INFO blam! test field::tests::removing_candidates_and_solving ... ok Oct 11 07:40:17.714 INFO blam! Oct 11 07:40:17.714 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:40:17.714 INFO blam! Oct 11 07:40:17.714 INFO kablam! su: No module specific data is present Oct 11 07:40:18.318 INFO running `"docker" "rm" "-f" "11572d166587638c38012de073e2d406f401f64f265d05ab5e04c52da766c779"` Oct 11 07:40:18.552 INFO blam! 11572d166587638c38012de073e2d406f401f64f265d05ab5e04c52da766c779