Oct 14 17:17:45.582 INFO testing jamwaffles/SudokuSolver.rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:17:45.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:17:45.959 INFO blam! a37772009949a9a1e2036a392c6eb5b54124f4ba75ab2a6890ebff1b8db17466 Oct 14 17:17:45.962 INFO running `"docker" "start" "-a" "a37772009949a9a1e2036a392c6eb5b54124f4ba75ab2a6890ebff1b8db17466"` Oct 14 17:17:47.964 INFO kablam! usermod: no changes Oct 14 17:17:48.011 INFO kablam! Compiling SudokuSolver v0.1.0 (/source) Oct 14 17:17:48.395 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 17:17:48.395 INFO kablam! --> src/sudoku/mod.rs:93:7 Oct 14 17:17:48.395 INFO kablam! | Oct 14 17:17:48.395 INFO kablam! 93 | if(col == 0) { Oct 14 17:17:48.395 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:48.395 INFO kablam! | Oct 14 17:17:48.395 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:17:48.395 INFO kablam! Oct 14 17:17:48.395 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:48.395 INFO kablam! --> src/sudoku/mod.rs:195:32 Oct 14 17:17:48.395 INFO kablam! | Oct 14 17:17:48.395 INFO kablam! 195 | 'columns: for block_y in (top..top + 3) { Oct 14 17:17:48.395 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:48.395 INFO kablam! Oct 14 17:17:48.395 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:48.395 INFO kablam! --> src/sudoku/mod.rs:196:23 Oct 14 17:17:48.395 INFO kablam! | Oct 14 17:17:48.395 INFO kablam! 196 | for block_x in (left..left + 3) { Oct 14 17:17:48.395 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:48.395 INFO kablam! Oct 14 17:17:48.588 INFO kablam! warning: unused variable: `value` Oct 14 17:17:48.588 INFO kablam! --> src/sudoku/mod.rs:160:19 Oct 14 17:17:48.588 INFO kablam! | Oct 14 17:17:48.588 INFO kablam! 160 | for (row_x, value) in self.board[y].iter().enumerate() { Oct 14 17:17:48.588 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:48.588 INFO kablam! | Oct 14 17:17:48.588 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:17:48.588 INFO kablam! Oct 14 17:17:48.588 INFO kablam! warning: unused variable: `value` Oct 14 17:17:48.588 INFO kablam! --> src/sudoku/mod.rs:179:19 Oct 14 17:17:48.588 INFO kablam! | Oct 14 17:17:48.588 INFO kablam! 179 | for (col_y, value) in col.iter().enumerate() { Oct 14 17:17:48.588 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:48.588 INFO kablam! Oct 14 17:17:48.627 INFO kablam! warning: method is never used: `new` Oct 14 17:17:48.627 INFO kablam! --> src/sudoku/mod.rs:12:2 Oct 14 17:17:48.627 INFO kablam! | Oct 14 17:17:48.627 INFO kablam! 12 | pub fn new(input_board: &[ [ u8; 9 ]; 9 ]) -> Board { Oct 14 17:17:48.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:48.627 INFO kablam! | Oct 14 17:17:48.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:17:48.627 INFO kablam! Oct 14 17:17:48.627 INFO kablam! warning: crate `SudokuSolver` should have a snake case name such as `sudoku_solver` Oct 14 17:17:48.627 INFO kablam! | Oct 14 17:17:48.627 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:48.627 INFO kablam! Oct 14 17:17:49.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 14 17:17:49.944 INFO kablam! su: No module specific data is present Oct 14 17:17:51.067 INFO running `"docker" "rm" "-f" "a37772009949a9a1e2036a392c6eb5b54124f4ba75ab2a6890ebff1b8db17466"` Oct 14 17:17:51.371 INFO blam! a37772009949a9a1e2036a392c6eb5b54124f4ba75ab2a6890ebff1b8db17466 Oct 14 17:17:51.378 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:17:51.904 INFO blam! 1dac97af50bb7a5c9b0c69329f171255beb952f448e8f02a23a6831e16e53b3d Oct 14 17:17:51.906 INFO running `"docker" "start" "-a" "1dac97af50bb7a5c9b0c69329f171255beb952f448e8f02a23a6831e16e53b3d"` Oct 14 17:17:54.234 INFO kablam! usermod: no changes Oct 14 17:17:54.331 INFO kablam! Compiling SudokuSolver v0.1.0 (/source) Oct 14 17:17:54.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 17:17:54.663 INFO kablam! --> src/sudoku/mod.rs:93:7 Oct 14 17:17:54.663 INFO kablam! | Oct 14 17:17:54.663 INFO kablam! 93 | if(col == 0) { Oct 14 17:17:54.663 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:54.663 INFO kablam! | Oct 14 17:17:54.663 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:17:54.663 INFO kablam! Oct 14 17:17:54.663 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:54.663 INFO kablam! --> src/sudoku/mod.rs:195:32 Oct 14 17:17:54.663 INFO kablam! | Oct 14 17:17:54.663 INFO kablam! 195 | 'columns: for block_y in (top..top + 3) { Oct 14 17:17:54.663 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:54.663 INFO kablam! Oct 14 17:17:54.663 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:17:54.663 INFO kablam! --> src/sudoku/mod.rs:196:23 Oct 14 17:17:54.663 INFO kablam! | Oct 14 17:17:54.663 INFO kablam! 196 | for block_x in (left..left + 3) { Oct 14 17:17:54.663 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:17:54.663 INFO kablam! Oct 14 17:17:54.815 INFO kablam! warning: unused variable: `value` Oct 14 17:17:54.815 INFO kablam! --> src/sudoku/mod.rs:160:19 Oct 14 17:17:54.815 INFO kablam! | Oct 14 17:17:54.815 INFO kablam! 160 | for (row_x, value) in self.board[y].iter().enumerate() { Oct 14 17:17:54.815 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:54.815 INFO kablam! | Oct 14 17:17:54.815 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:17:54.815 INFO kablam! Oct 14 17:17:54.815 INFO kablam! warning: unused variable: `value` Oct 14 17:17:54.815 INFO kablam! --> src/sudoku/mod.rs:179:19 Oct 14 17:17:54.815 INFO kablam! | Oct 14 17:17:54.815 INFO kablam! 179 | for (col_y, value) in col.iter().enumerate() { Oct 14 17:17:54.815 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 14 17:17:54.815 INFO kablam! Oct 14 17:17:54.845 INFO kablam! warning: method is never used: `new` Oct 14 17:17:54.845 INFO kablam! --> src/sudoku/mod.rs:12:2 Oct 14 17:17:54.845 INFO kablam! | Oct 14 17:17:54.845 INFO kablam! 12 | pub fn new(input_board: &[ [ u8; 9 ]; 9 ]) -> Board { Oct 14 17:17:54.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:54.845 INFO kablam! | Oct 14 17:17:54.845 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:17:54.845 INFO kablam! Oct 14 17:17:54.845 INFO kablam! warning: crate `SudokuSolver` should have a snake case name such as `sudoku_solver` Oct 14 17:17:54.845 INFO kablam! | Oct 14 17:17:54.845 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:54.845 INFO kablam! Oct 14 17:17:55.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 17:17:55.251 INFO kablam! su: No module specific data is present Oct 14 17:17:56.381 INFO running `"docker" "rm" "-f" "1dac97af50bb7a5c9b0c69329f171255beb952f448e8f02a23a6831e16e53b3d"` Oct 14 17:17:56.823 INFO blam! 1dac97af50bb7a5c9b0c69329f171255beb952f448e8f02a23a6831e16e53b3d Oct 14 17:17:56.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:17:57.231 INFO blam! 7e16cf426ce7aeb06409ff5fa5d5e583e3d0ca882502b71543cd60d38d684aba Oct 14 17:17:57.239 INFO running `"docker" "start" "-a" "7e16cf426ce7aeb06409ff5fa5d5e583e3d0ca882502b71543cd60d38d684aba"` Oct 14 17:17:59.527 INFO kablam! usermod: no changes Oct 14 17:17:59.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 17:17:59.583 INFO kablam! Running /target/debug/deps/SudokuSolver-5a344d86221415a4 Oct 14 17:17:59.585 INFO blam! Oct 14 17:17:59.585 INFO blam! running 0 tests Oct 14 17:17:59.586 INFO blam! Oct 14 17:17:59.586 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:17:59.586 INFO blam! Oct 14 17:17:59.603 INFO kablam! su: No module specific data is present Oct 14 17:18:01.546 INFO running `"docker" "rm" "-f" "7e16cf426ce7aeb06409ff5fa5d5e583e3d0ca882502b71543cd60d38d684aba"` Oct 14 17:18:01.895 INFO blam! 7e16cf426ce7aeb06409ff5fa5d5e583e3d0ca882502b71543cd60d38d684aba