Oct 27 06:16:38.128 INFO checking dakitten2358/rust_sudoku against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:16:38.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 06:16:38.568 INFO blam! ad906cf917c7fc02d5036f2a7fafacac726c933057947c089c67d1e8d8f3a5ac Oct 27 06:16:38.570 INFO running `"docker" "start" "-a" "ad906cf917c7fc02d5036f2a7fafacac726c933057947c089c67d1e8d8f3a5ac"` Oct 27 06:16:40.668 INFO kablam! usermod: no changes Oct 27 06:16:41.027 INFO kablam! Checking deflate v0.7.13 Oct 27 06:16:41.035 INFO kablam! Compiling glutin v0.8.1 Oct 27 06:16:41.047 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 06:16:42.799 INFO kablam! Checking wayland-client v0.8.7 Oct 27 06:16:43.691 INFO kablam! Checking png v0.8.0 Oct 27 06:16:47.643 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 06:16:47.643 INFO kablam! Checking wayland-window v0.5.0 Oct 27 06:16:48.414 INFO kablam! Checking image v0.14.0 Oct 27 06:16:51.029 INFO kablam! Checking winit v0.6.4 Oct 27 06:16:57.595 INFO kablam! Checking piston2d-opengl_graphics v0.45.0 Oct 27 06:17:01.435 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 27 06:17:02.731 INFO kablam! Checking sudoku v0.1.0 (/source) Oct 27 06:17:05.663 INFO kablam! warning: doc comment not used by rustdoc Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:60:9 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:62:16 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:65:16 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:80:12 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:83:12 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:87:12 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.663 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.663 INFO kablam! --> src/gameboard.rs:90:12 Oct 27 06:17:05.663 INFO kablam! | Oct 27 06:17:05.663 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 27 06:17:05.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.663 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: doc comment not used by rustdoc Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:60:9 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 60 | /// check to see if we already have this number in the given row or column Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:62:16 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 62 | if (self.cells[i][ind[0]] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:65:16 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 65 | if (self.cells[ind[1]][i] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:80:12 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 80 | if (self.cells[row1 + section_row][col1 + section_col] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:83:12 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 83 | if (self.cells[row2 + section_row][col1 + section_col] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:87:12 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 87 | if (self.cells[row1 + section_row][col2 + section_col] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:05.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:17:05.883 INFO kablam! --> src/gameboard.rs:90:12 Oct 27 06:17:05.883 INFO kablam! | Oct 27 06:17:05.883 INFO kablam! 90 | if (self.cells[row2 + section_row][col2 + section_col] == val) { Oct 27 06:17:05.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:17:05.883 INFO kablam! Oct 27 06:17:06.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.43s Oct 27 06:17:06.143 INFO kablam! su: No module specific data is present Oct 27 06:17:06.609 INFO running `"docker" "rm" "-f" "ad906cf917c7fc02d5036f2a7fafacac726c933057947c089c67d1e8d8f3a5ac"` Oct 27 06:17:06.826 INFO blam! ad906cf917c7fc02d5036f2a7fafacac726c933057947c089c67d1e8d8f3a5ac