Oct 11 00:46:06.630 INFO testing dakitten2358/rust_sudoku against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:46:06.630 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:46:06.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 00:46:07.092 INFO blam! 3dcf7f46c759baa711c266961eb621b70138ac58a5594535f9816fe8c6b65d20 Oct 11 00:46:07.104 INFO running `"docker" "start" "-a" "3dcf7f46c759baa711c266961eb621b70138ac58a5594535f9816fe8c6b65d20"` Oct 11 00:46:08.596 INFO kablam! usermod: no changes Oct 11 00:46:09.012 INFO kablam! Compiling num-rational v0.1.38 Oct 11 00:46:11.181 INFO kablam! Compiling image v0.14.0 Oct 11 00:46:25.144 INFO kablam! Compiling piston2d-opengl_graphics v0.45.0 Oct 11 00:46:30.669 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 11 00:46:35.685 INFO kablam! warning: doc comment not used by rustdoc Oct 11 00:46:35.685 INFO kablam! --> src/gameboard.rs:60:9 Oct 11 00:46:35.686 INFO kablam! | Oct 11 00:46:35.686 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 11 00:46:35.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:46:35.687 INFO kablam! | Oct 11 00:46:35.687 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 00:46:35.687 INFO kablam! Oct 11 00:46:35.688 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.688 INFO kablam! --> src/gameboard.rs:62:16 Oct 11 00:46:35.688 INFO kablam! | Oct 11 00:46:35.689 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 11 00:46:35.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.689 INFO kablam! | Oct 11 00:46:35.690 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:46:35.690 INFO kablam! Oct 11 00:46:35.690 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.691 INFO kablam! --> src/gameboard.rs:65:16 Oct 11 00:46:35.692 INFO kablam! | Oct 11 00:46:35.692 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 11 00:46:35.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.693 INFO kablam! Oct 11 00:46:35.693 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.694 INFO kablam! --> src/gameboard.rs:80:12 Oct 11 00:46:35.694 INFO kablam! | Oct 11 00:46:35.695 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 11 00:46:35.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.695 INFO kablam! Oct 11 00:46:35.696 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.696 INFO kablam! --> src/gameboard.rs:83:12 Oct 11 00:46:35.697 INFO kablam! | Oct 11 00:46:35.697 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 11 00:46:35.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.698 INFO kablam! Oct 11 00:46:35.698 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.698 INFO kablam! --> src/gameboard.rs:87:12 Oct 11 00:46:35.699 INFO kablam! | Oct 11 00:46:35.699 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 11 00:46:35.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.700 INFO kablam! Oct 11 00:46:35.700 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:35.700 INFO kablam! --> src/gameboard.rs:90:12 Oct 11 00:46:35.701 INFO kablam! | Oct 11 00:46:35.701 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 11 00:46:35.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:35.701 INFO kablam! Oct 11 00:46:39.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.82s Oct 11 00:46:39.488 INFO kablam! su: No module specific data is present Oct 11 00:46:40.161 INFO running `"docker" "rm" "-f" "3dcf7f46c759baa711c266961eb621b70138ac58a5594535f9816fe8c6b65d20"` Oct 11 00:46:40.384 INFO blam! 3dcf7f46c759baa711c266961eb621b70138ac58a5594535f9816fe8c6b65d20 Oct 11 00:46:40.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:46:40.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 00:46:40.732 INFO blam! d61f04cadfda8ddca112e6d94e59ddaf2752af1af44ff59df65dcdfe5b07ddc8 Oct 11 00:46:40.734 INFO running `"docker" "start" "-a" "d61f04cadfda8ddca112e6d94e59ddaf2752af1af44ff59df65dcdfe5b07ddc8"` Oct 11 00:46:41.909 INFO kablam! usermod: no changes Oct 11 00:46:42.163 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 11 00:46:46.624 INFO kablam! warning: doc comment not used by rustdoc Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:60:9 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.624 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:62:16 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.624 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:65:16 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.624 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:80:12 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.624 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:83:12 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.624 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.624 INFO kablam! --> src/gameboard.rs:87:12 Oct 11 00:46:46.624 INFO kablam! | Oct 11 00:46:46.624 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 11 00:46:46.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.624 INFO kablam! Oct 11 00:46:46.625 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:46:46.625 INFO kablam! --> src/gameboard.rs:90:12 Oct 11 00:46:46.625 INFO kablam! | Oct 11 00:46:46.625 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 11 00:46:46.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:46:46.625 INFO kablam! Oct 11 00:46:47.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.34s Oct 11 00:46:47.290 INFO kablam! su: No module specific data is present Oct 11 00:46:47.728 INFO running `"docker" "rm" "-f" "d61f04cadfda8ddca112e6d94e59ddaf2752af1af44ff59df65dcdfe5b07ddc8"` Oct 11 00:46:47.850 INFO blam! d61f04cadfda8ddca112e6d94e59ddaf2752af1af44ff59df65dcdfe5b07ddc8 Oct 11 00:46:47.854 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:46:47.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 00:46:48.248 INFO blam! 064206beb9ecb141a54a3ffef76a7dc3ac701846a1c829b3cb1d0d2f9707b71d Oct 11 00:46:48.250 INFO running `"docker" "start" "-a" "064206beb9ecb141a54a3ffef76a7dc3ac701846a1c829b3cb1d0d2f9707b71d"` Oct 11 00:46:48.916 INFO kablam! usermod: no changes Oct 11 00:46:49.129 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 00:46:49.153 INFO kablam! Running /target/debug/deps/sudoku-9c78be2d9f7ec09e Oct 11 00:46:49.154 INFO blam! Oct 11 00:46:49.154 INFO blam! running 0 tests Oct 11 00:46:49.154 INFO blam! Oct 11 00:46:49.154 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:46:49.154 INFO blam! Oct 11 00:46:49.155 INFO kablam! su: No module specific data is present Oct 11 00:46:49.581 INFO running `"docker" "rm" "-f" "064206beb9ecb141a54a3ffef76a7dc3ac701846a1c829b3cb1d0d2f9707b71d"` Oct 11 00:46:49.674 INFO blam! 064206beb9ecb141a54a3ffef76a7dc3ac701846a1c829b3cb1d0d2f9707b71d