Oct 14 17:17:50.316 INFO testing jamwaffles/SudokuSolver.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:17:50.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:17:50.901 INFO blam! f4ed5bb0955f0f14df784b0491fbf316012df8120fe8c19bd51b6b5bd36cb54f Oct 14 17:17:50.903 INFO running `"docker" "start" "-a" "f4ed5bb0955f0f14df784b0491fbf316012df8120fe8c19bd51b6b5bd36cb54f"` Oct 14 17:17:52.743 INFO kablam! usermod: no changes Oct 14 17:17:52.791 INFO kablam! Compiling SudokuSolver v0.1.0 (/source) Oct 14 17:17:53.095 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 17:17:53.095 INFO kablam! --> src/sudoku/mod.rs:93:7 Oct 14 17:17:53.095 INFO kablam! | Oct 14 17:17:53.095 INFO kablam! 93 | if(col == 0) { Oct 14 17:17:53.095 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:53.095 INFO kablam! | Oct 14 17:17:53.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:17:53.095 INFO kablam! Oct 14 17:17:53.095 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:53.095 INFO kablam! --> src/sudoku/mod.rs:195:32 Oct 14 17:17:53.095 INFO kablam! | Oct 14 17:17:53.095 INFO kablam! 195 | 'columns: for block_y in (top..top + 3) { Oct 14 17:17:53.095 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:53.095 INFO kablam! Oct 14 17:17:53.095 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:53.095 INFO kablam! --> src/sudoku/mod.rs:196:23 Oct 14 17:17:53.095 INFO kablam! | Oct 14 17:17:53.095 INFO kablam! 196 | for block_x in (left..left + 3) { Oct 14 17:17:53.095 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:53.095 INFO kablam! Oct 14 17:17:53.243 INFO kablam! warning: unused variable: `value` Oct 14 17:17:53.243 INFO kablam! --> src/sudoku/mod.rs:160:19 Oct 14 17:17:53.243 INFO kablam! | Oct 14 17:17:53.243 INFO kablam! 160 | for (row_x, value) in self.board[y].iter().enumerate() { Oct 14 17:17:53.243 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:53.243 INFO kablam! | Oct 14 17:17:53.243 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:17:53.243 INFO kablam! Oct 14 17:17:53.243 INFO kablam! warning: unused variable: `value` Oct 14 17:17:53.243 INFO kablam! --> src/sudoku/mod.rs:179:19 Oct 14 17:17:53.243 INFO kablam! | Oct 14 17:17:53.243 INFO kablam! 179 | for (col_y, value) in col.iter().enumerate() { Oct 14 17:17:53.243 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:53.243 INFO kablam! Oct 14 17:17:53.271 INFO kablam! warning: method is never used: `new` Oct 14 17:17:53.271 INFO kablam! --> src/sudoku/mod.rs:12:2 Oct 14 17:17:53.271 INFO kablam! | Oct 14 17:17:53.271 INFO kablam! 12 | pub fn new(input_board: &[ [ u8; 9 ]; 9 ]) -> Board { Oct 14 17:17:53.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:53.271 INFO kablam! | Oct 14 17:17:53.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:17:53.271 INFO kablam! Oct 14 17:17:53.271 INFO kablam! warning: crate `SudokuSolver` should have a snake case name such as `sudoku_solver` Oct 14 17:17:53.271 INFO kablam! | Oct 14 17:17:53.271 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:53.271 INFO kablam! Oct 14 17:17:54.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 14 17:17:54.618 INFO kablam! su: No module specific data is present Oct 14 17:17:56.270 INFO running `"docker" "rm" "-f" "f4ed5bb0955f0f14df784b0491fbf316012df8120fe8c19bd51b6b5bd36cb54f"` Oct 14 17:17:56.619 INFO blam! f4ed5bb0955f0f14df784b0491fbf316012df8120fe8c19bd51b6b5bd36cb54f Oct 14 17:17:56.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:17:57.099 INFO blam! df62da89f94f0d0f775dd6692fe1cd3b0567c8120cbaf9e1af385ed05c55b6b4 Oct 14 17:17:57.107 INFO running `"docker" "start" "-a" "df62da89f94f0d0f775dd6692fe1cd3b0567c8120cbaf9e1af385ed05c55b6b4"` Oct 14 17:17:58.907 INFO kablam! usermod: no changes Oct 14 17:17:58.983 INFO kablam! Compiling SudokuSolver v0.1.0 (/source) Oct 14 17:17:59.411 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 17:17:59.411 INFO kablam! --> src/sudoku/mod.rs:93:7 Oct 14 17:17:59.411 INFO kablam! | Oct 14 17:17:59.411 INFO kablam! 93 | if(col == 0) { Oct 14 17:17:59.411 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:59.411 INFO kablam! | Oct 14 17:17:59.411 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:17:59.411 INFO kablam! Oct 14 17:17:59.411 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:59.411 INFO kablam! --> src/sudoku/mod.rs:195:32 Oct 14 17:17:59.411 INFO kablam! | Oct 14 17:17:59.411 INFO kablam! 195 | 'columns: for block_y in (top..top + 3) { Oct 14 17:17:59.411 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:59.411 INFO kablam! Oct 14 17:17:59.411 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:59.411 INFO kablam! --> src/sudoku/mod.rs:196:23 Oct 14 17:17:59.411 INFO kablam! | Oct 14 17:17:59.411 INFO kablam! 196 | for block_x in (left..left + 3) { Oct 14 17:17:59.411 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:59.411 INFO kablam! Oct 14 17:17:59.555 INFO kablam! warning: unused variable: `value` Oct 14 17:17:59.555 INFO kablam! --> src/sudoku/mod.rs:160:19 Oct 14 17:17:59.555 INFO kablam! | Oct 14 17:17:59.555 INFO kablam! 160 | for (row_x, value) in self.board[y].iter().enumerate() { Oct 14 17:17:59.555 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:59.555 INFO kablam! | Oct 14 17:17:59.555 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:17:59.555 INFO kablam! Oct 14 17:17:59.555 INFO kablam! warning: unused variable: `value` Oct 14 17:17:59.555 INFO kablam! --> src/sudoku/mod.rs:179:19 Oct 14 17:17:59.555 INFO kablam! | Oct 14 17:17:59.555 INFO kablam! 179 | for (col_y, value) in col.iter().enumerate() { Oct 14 17:17:59.555 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:59.555 INFO kablam! Oct 14 17:17:59.582 INFO kablam! warning: method is never used: `new` Oct 14 17:17:59.582 INFO kablam! --> src/sudoku/mod.rs:12:2 Oct 14 17:17:59.583 INFO kablam! | Oct 14 17:17:59.583 INFO kablam! 12 | pub fn new(input_board: &[ [ u8; 9 ]; 9 ]) -> Board { Oct 14 17:17:59.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:59.583 INFO kablam! | Oct 14 17:17:59.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:17:59.583 INFO kablam! Oct 14 17:17:59.583 INFO kablam! warning: crate `SudokuSolver` should have a snake case name such as `sudoku_solver` Oct 14 17:17:59.583 INFO kablam! | Oct 14 17:17:59.583 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:59.583 INFO kablam! Oct 14 17:18:00.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 17:18:00.271 INFO kablam! su: No module specific data is present Oct 14 17:18:01.559 INFO running `"docker" "rm" "-f" "df62da89f94f0d0f775dd6692fe1cd3b0567c8120cbaf9e1af385ed05c55b6b4"` Oct 14 17:18:01.819 INFO blam! df62da89f94f0d0f775dd6692fe1cd3b0567c8120cbaf9e1af385ed05c55b6b4 Oct 14 17:18:01.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:18:02.304 INFO blam! d11fd96de2efd6fcbfccfaad24bbc4bb74aa96f69ba614b872cadebffe569606 Oct 14 17:18:02.307 INFO running `"docker" "start" "-a" "d11fd96de2efd6fcbfccfaad24bbc4bb74aa96f69ba614b872cadebffe569606"` Oct 14 17:18:03.816 INFO kablam! usermod: no changes Oct 14 17:18:03.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:18:03.867 INFO kablam! Running /target/debug/deps/SudokuSolver-7c7cb5d503466ddf Oct 14 17:18:03.875 INFO blam! Oct 14 17:18:03.875 INFO blam! running 0 tests Oct 14 17:18:03.875 INFO blam! Oct 14 17:18:03.875 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:18:03.875 INFO blam! Oct 14 17:18:03.875 INFO kablam! su: No module specific data is present Oct 14 17:18:04.476 INFO running `"docker" "rm" "-f" "d11fd96de2efd6fcbfccfaad24bbc4bb74aa96f69ba614b872cadebffe569606"` Oct 14 17:18:04.795 INFO blam! d11fd96de2efd6fcbfccfaad24bbc4bb74aa96f69ba614b872cadebffe569606